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
|
||||
version = "37.0.0";
|
||||
@ -15,14 +15,10 @@ stdenv.mkDerivation {
|
||||
|
||||
outputs = [ "out" "layouts" ];
|
||||
buildInputs = [ qtbase qtdeclarative ];
|
||||
nativeBuildInputs = [ texlive ];
|
||||
nativeBuildInputs = [ texlive qmakeHook ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
configurePhase = ''
|
||||
$QMAKE PREFIX=$out
|
||||
'';
|
||||
|
||||
# Move layout files so they cannot be found by Therapist
|
||||
postInstall = ''
|
||||
mkdir -p $layouts
|
||||
|
Loading…
x
Reference in New Issue
Block a user