rPackages.{yyjsonr,arcgisplaces}: fix dependencies

This commit is contained in:
TomaSajt
2026-07-11 11:45:52 +02:00
committed by Michael Daniels
parent 6ff64449fb
commit 0032ca5adc

View File

@@ -520,10 +520,9 @@ let
rustc
];
arcgisplaces = with pkgs; [
pkg-config
openssl.dev
cargo
rustc
pkg-config
];
arcgisutils = with pkgs; [
cargo
@@ -968,7 +967,6 @@ let
cargo
rustc
];
yyjsonr = with pkgs; [ zlib.dev ];
# keep-sorted end
};
@@ -1213,6 +1211,7 @@ let
affyPLM = [ pkgs.zlib ];
affyio = [ pkgs.zlib ];
apsimx = [ pkgs.which ];
arcgisplaces = [ pkgs.openssl ];
archive = [ pkgs.libarchive ];
arrangements = with pkgs; [ gmp.dev ];
asciicast = with pkgs; [
@@ -1633,6 +1632,7 @@ let
libxml2
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ xz ];
yyjsonr = [ pkgs.zlib ];
zlib = [ pkgs.zlib.dev ];
# keep-sorted end
};