miniz: fixup paths in .pc file
This commit is contained in:
parent
9db13aa27d
commit
7e40546eb6
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/share/pkgconfig/miniz.pc \
|
||||
--replace '=''${prefix}//' '=/' \
|
||||
--replace '=''${exec_prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Single C source file zlib-replacement library";
|
||||
homepage = "https://github.com/richgel999/miniz";
|
||||
|
|
Loading…
Reference in a new issue