mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
cg3: fixup paths in .pc file
This commit is contained in:
parent
d713eced06
commit
c644ed7108
@ -30,6 +30,11 @@ let cg3 = stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/lib/pkgconfig/cg3.pc \
|
||||
--replace '=''${prefix}//' '=/'
|
||||
'';
|
||||
|
||||
passthru.tests.minimal = runCommand "${pname}-test" {
|
||||
buildInputs = [
|
||||
cg3
|
||||
|
Loading…
Reference in New Issue
Block a user