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
|
let
|
||||||
# See package.nix. Keep in sync.
|
# See package.nix. Keep in sync.
|
||||||
rpathLibs = [
|
rpathLibs = [
|
||||||
libpng
|
|
||||||
libGL
|
libGL
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libX11
|
libX11
|
||||||
@ -62,7 +61,6 @@ in mkShell rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
# TODO: non-linux
|
# TODO: non-linux
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libpng
|
|
||||||
libX11
|
libX11
|
||||||
libXcursor
|
libXcursor
|
||||||
libXext
|
libXext
|
||||||
|
Reference in New Issue
Block a user