Merge pull request #82184 from Luflosi/kitty-remove-unused-nativeBuildInputs

kitty: remove unused nativeBuildInputs on macOS
This commit is contained in:
Dmitry Kalinkin 2020-03-09 19:38:02 -04:00 committed by GitHub
commit edaceeae80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;