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