dwarf-therapist: fix build (see #14670)
This commit is contained in:
parent
755e4633c7
commit
0ffd6d16b6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||
enableParallelBuilding = false;
|
||||
|
||||
configurePhase = ''
|
||||
qmake PREFIX=$out
|
||||
$QMAKE PREFIX=$out
|
||||
'';
|
||||
|
||||
# Move layout files so they cannot be found by Therapist
|
||||
|
|
Loading…
Reference in a new issue