mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
dftd4: fix pkg-config
This commit is contained in:
parent
e608c90a1c
commit
5c30108f5e
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/lib/pkgconfig/${pname}.pc \
|
substituteInPlace $out/lib/pkgconfig/${pname}.pc \
|
||||||
--replace "''${prefix}" ""
|
--replace "''${prefix}/" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user