From 5d27fd55e92fa4b3ea874ccb87a9ae1fb5a84dfb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 19 Aug 2022 16:24:06 -0700 Subject: [PATCH] temp: add libpng to nix --- nix/devshell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/devshell.nix b/nix/devshell.nix index b587e1915..b25f8f8d5 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -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