parent
577ea10f68
commit
6554997eaa
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, libarchive, pkgconfig, qtbase
|
{ stdenv, fetchFromGitHub, libarchive, pkgconfig, qtbase
|
||||||
, qtimageformats, qtwebkit, qtx11extras, xorg }:
|
, qtimageformats, qtwebkit, qtx11extras, xcbutilkeysyms, qmakeHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.2.1";
|
version = "0.2.1";
|
||||||
@ -13,18 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
xorg.xcbutilkeysyms pkgconfig qtbase qtimageformats qtwebkit qtx11extras libarchive
|
xcbutilkeysyms pkgconfig qtbase qtimageformats qtwebkit qtx11extras libarchive qmakeHook
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
qmakeFlags = [ "PREFIX=/" ];
|
||||||
runHook preConfigure
|
|
||||||
qmake PREFIX=/
|
|
||||||
runHook postConfigure
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
installFlags = [ "INSTALL_ROOT=$(out)" ];
|
||||||
make INSTALL_ROOT=$out install
|
|
||||||
'';
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user