temp: add libpng to nix

This commit is contained in:
Mitchell Hashimoto
2022-08-19 16:24:06 -07:00
parent 5ae450099d
commit 5d27fd55e9

View File

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