csdr: fixup paths in .pc file
This commit is contained in:
parent
64c44b3798
commit
5179c42f14
@ -23,6 +23,12 @@ stdenv.mkDerivation rec {
|
||||
libsamplerate
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/lib/pkgconfig/csdr.pc \
|
||||
--replace '=''${prefix}//' '=/' \
|
||||
--replace '=''${exec_prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
homepage = "https://github.com/jketterl/csdr";
|
||||
|
Loading…
Reference in New Issue
Block a user