cantata: fix build failure (close #2723)
We were one directory too high for configure.
This commit is contained in:
parent
6b21186742
commit
1cbcdd5159
@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional (withTaglib && !withKDE4 && withDevices) udisks2;
|
++ stdenv.lib.optional (withTaglib && !withKDE4 && withDevices) udisks2;
|
||||||
|
|
||||||
unpackPhase = "tar -xvf $src";
|
unpackPhase = "tar -xvf $src";
|
||||||
|
sourceRoot = "cantata-1.3.4";
|
||||||
|
|
||||||
# Qt4 is implicit when KDE is switched off.
|
# Qt4 is implicit when KDE is switched off.
|
||||||
cmakeFlags = stdenv.lib.flatten [
|
cmakeFlags = stdenv.lib.flatten [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user