temp: add libpng to nix

pull/6/head
Mitchell Hashimoto 2022-08-19 16:24:06 -07:00
parent 5ae450099d
commit 5d27fd55e9
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

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