mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
arora: move to qmake4Hook
This commit is contained in:
parent
23e3372fea
commit
bab152826f
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, qt4 }:
|
{ stdenv, fetchurl, qt4, qmake4Hook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "arora-${version}";
|
name = "arora-${version}";
|
||||||
@ -10,8 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt4 ];
|
buildInputs = [ qt4 ];
|
||||||
|
nativeBuildInputs = [ qmake4Hook ];
|
||||||
configurePhase = "qmake PREFIX=$out";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = qt4.meta.platforms;
|
platforms = qt4.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user