jq: merge output "lib" into "out"

This commit is contained in:
oxalica 2024-09-01 15:10:46 -04:00
parent 75406713eb
commit 899a790d80
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
hash = "sha256-R4ycoSn9LjRD/icxS0VeIR4NjGC8j/ffcDhz3u7lgMI=";
};
outputs = [ "bin" "doc" "man" "dev" "lib" "out" ];
outputs = [ "bin" "doc" "man" "dev" "out" ];
# https://github.com/jqlang/jq/issues/2871
postPatch = lib.optionalString stdenv.hostPlatform.isFreeBSD ''

View File

@ -645,7 +645,7 @@ let
SuperGauss = [ pkgs.pkg-config pkgs.fftw.dev];
specklestar = [ pkgs.fftw.dev ];
cartogramR = [ pkgs.fftw.dev ];
jqr = [ pkgs.jq.lib ];
jqr = [ pkgs.jq.out ];
kza = [ pkgs.pkg-config ];
igraph = with pkgs; [ gmp libxml2.dev glpk ];
interpolation = [ pkgs.gmp ];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [ jq ];
configureFlags = [
"--jq-prefix=${jq.lib}"
"--jq-prefix=${lib.getLib jq}"
];
meta = with lib; {