Merge branch 'master' of git://github.com/ip1981/nixpkgs
jq: make sure libjq is in library search path
This commit is contained in:
commit
908bd66407
@ -18,6 +18,11 @@ stdenv.mkDerivation {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# jq is linked to libjq:
|
||||||
|
configureFlags = [
|
||||||
|
"LDFLAGS=-Wl,-rpath,\\\${libdir}"
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''A lightweight and flexible command-line JSON processor'';
|
description = ''A lightweight and flexible command-line JSON processor'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user