nix: remove libpng

pull/6/head
Mitchell Hashimoto 2022-08-20 10:37:39 -07:00
parent 813f11a5eb
commit e83262e48e
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 2 deletions

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