From e83262e48e407b0b5f738072a8c858c92f4aecdb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 20 Aug 2022 10:37:39 -0700 Subject: [PATCH] nix: remove libpng --- nix/devshell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/devshell.nix b/nix/devshell.nix index b25f8f8d5..b587e1915 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -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