mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
rinutils: fix path in pkg-config file
This commit is contained in:
parent
e05942145d
commit
7a2593d3c9
@ -18,4 +18,11 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake perl ];
|
||||
|
||||
# https://github.com/shlomif/rinutils/issues/5
|
||||
# (variable was unused at time of writing)
|
||||
postPatch = ''
|
||||
substituteInPlace librinutils.pc.in \
|
||||
--replace '$'{exec_prefix}/@RINUTILS_INSTALL_MYLIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user