dsdcc: fixup paths in .pc file

main
Vladimír Čunát 2 years ago
parent 5179c42f14
commit a2a2ffbd50
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 5
      pkgs/development/libraries/dsdcc/default.nix

@ -20,6 +20,11 @@ stdenv.mkDerivation rec {
"-DUSE_MBELIB=ON"
];
postFixup = ''
substituteInPlace "$out"/lib/pkgconfig/libdsdcc.pc \
--replace '=''${exec_prefix}//' '=/'
'';
meta = with lib; {
description = "Digital Speech Decoder (DSD) rewritten as a C++ library";
homepage = "https://github.com/f4exb/dsdcc";

Loading…
Cancel
Save