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