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