nix: remove libpng

This commit is contained in:
Mitchell Hashimoto
2022-08-20 10:37:39 -07:00
parent 813f11a5eb
commit e83262e48e

View File

@ -29,7 +29,6 @@
let
# See package.nix. Keep in sync.
rpathLibs = [
libpng
libGL
] ++ lib.optionals stdenv.isLinux [
libX11
@ -62,7 +61,6 @@ in mkShell rec {
buildInputs = [
# TODO: non-linux
] ++ lib.optionals stdenv.isLinux [
libpng
libX11
libXcursor
libXext