Merge pull request #82184 from Luflosi/kitty-remove-unused-nativeBuildInputs
kitty: remove unused nativeBuildInputs on macOS
This commit is contained in:
commit
edaceeae80
1 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,6 @@
|
|||
libcanberra,
|
||||
libicns,
|
||||
libpng,
|
||||
librsvg,
|
||||
optipng,
|
||||
python3,
|
||||
zlib,
|
||||
}:
|
||||
|
@ -55,8 +53,6 @@ buildPythonApplication rec {
|
|||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
imagemagick
|
||||
libicns # For the png2icns tool.
|
||||
librsvg
|
||||
optipng
|
||||
];
|
||||
|
||||
propagatedBuildInputs = stdenv.lib.optional stdenv.isLinux libGL;
|
||||
|
|
Loading…
Reference in a new issue