mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: rename custom -> packages
This commit is contained in:
parent
754882bf0d
commit
afc2eea47a
24 changed files with 1 additions and 1 deletions
12
nix/packages/isabelle-wrapped.nix
Normal file
12
nix/packages/isabelle-wrapped.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ isabelle, makeWrapper }:
|
||||
|
||||
isabelle.overrideAttrs (oa: {
|
||||
buildInputs = (oa.buildInputs or [ ]) ++ [ makeWrapper ];
|
||||
|
||||
postFixup =
|
||||
(oa.postFixup or "")
|
||||
+ ''
|
||||
wrapProgram $out/bin/isabelle \
|
||||
--set _JAVA_AWT_WM_NONREPARENTING 1
|
||||
'';
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue