We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e9853 commit 9647c14Copy full SHA for 9647c14
pkgs/by-name/kl/klick/package.nix
@@ -25,16 +25,22 @@ stdenv.mkDerivation rec {
25
26
nativeBuildInputs = [
27
pkg-config
28
- rubberband
29
scons
30
];
31
buildInputs = [
+ rubberband
32
libsamplerate
33
libsndfile
34
liblo
35
libjack2
36
boost
37
38
+
39
+ preBuild = ''
40
+ substituteInPlace SConstruct \
41
+ --replace-fail 'pkg-config' "${stdenv.cc.targetPrefix}pkg-config"
42
+ '';
43
44
prefixKey = "PREFIX=";
45
46
meta = {
0 commit comments