tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dsdcc: fixup paths in .pc file
Vladimír Čunát
3 years ago
a2a2ffbd
5179c42f
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
dsdcc
default.nix
+5
pkgs/development/libraries/dsdcc/default.nix
···
20
20
"-DUSE_MBELIB=ON"
21
21
];
22
22
23
23
+
postFixup = ''
24
24
+
substituteInPlace "$out"/lib/pkgconfig/libdsdcc.pc \
25
25
+
--replace '=''${exec_prefix}//' '=/'
26
26
+
'';
27
27
+
23
28
meta = with lib; {
24
29
description = "Digital Speech Decoder (DSD) rewritten as a C++ library";
25
30
homepage = "https://github.com/f4exb/dsdcc";