build: zenity consistency
This commit is contained in:
parent
ccc2efc21a
commit
b11264dc4b
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
flake.nix
|
|
@ -85,10 +85,12 @@
|
|||
]
|
||||
++ lib.optional pkgs.stdenv.hostPlatform.isLinux pkgs.makeBinaryWrapper;
|
||||
|
||||
buildInputs = commonArgs.buildInputs ++ [
|
||||
pkgs.libgcc
|
||||
pkgs.zenity
|
||||
];
|
||||
buildInputs =
|
||||
commonArgs.buildInputs
|
||||
++ [
|
||||
pkgs.libgcc
|
||||
]
|
||||
++ lib.optional pkgs.stdenv.hostPlatform.isLinux pkgs.zenity;
|
||||
|
||||
runtimeDependencies = dlDeps;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue