mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix: remove libpng
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user