dwarf-therapist: fix build
This commit is contained in:
parent
929b0d99c1
commit
7f32a05baa
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, coreutils, qtbase, qtdeclarative, texlive }:
|
{ stdenv, fetchFromGitHub, coreutils, qtbase, qtdeclarative, qmakeHook, texlive }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "37.0.0";
|
version = "37.0.0";
|
||||||
@ -15,14 +15,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
outputs = [ "out" "layouts" ];
|
outputs = [ "out" "layouts" ];
|
||||||
buildInputs = [ qtbase qtdeclarative ];
|
buildInputs = [ qtbase qtdeclarative ];
|
||||||
nativeBuildInputs = [ texlive ];
|
nativeBuildInputs = [ texlive qmakeHook ];
|
||||||
|
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
configurePhase = ''
|
|
||||||
$QMAKE PREFIX=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Move layout files so they cannot be found by Therapist
|
# Move layout files so they cannot be found by Therapist
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $layouts
|
mkdir -p $layouts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user