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