lol

dsdcc: fixup paths in .pc file

+5
+5
pkgs/development/libraries/dsdcc/default.nix
··· 20 "-DUSE_MBELIB=ON" 21 ]; 22 23 meta = with lib; { 24 description = "Digital Speech Decoder (DSD) rewritten as a C++ library"; 25 homepage = "https://github.com/f4exb/dsdcc";
··· 20 "-DUSE_MBELIB=ON" 21 ]; 22 23 + postFixup = '' 24 + substituteInPlace "$out"/lib/pkgconfig/libdsdcc.pc \ 25 + --replace '=''${exec_prefix}//' '=/' 26 + ''; 27 + 28 meta = with lib; { 29 description = "Digital Speech Decoder (DSD) rewritten as a C++ library"; 30 homepage = "https://github.com/f4exb/dsdcc";