Move qt3/qt4 choice to .nix expressions
svn path=/nixpkgs/trunk/; revision=29404
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{stdenv, fetchurl, qt, perl}:
|
||||
{stdenv, fetchurl, qt4, perl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qshowdiff-1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://qshowdiff.danfis.cz/files/qshowdiff-1.2.tar.gz;
|
||||
url = "http://qshowdiff.danfis.cz/files/${name}.tar.gz";
|
||||
sha256 = "0i3ssvax4xync9c53jaxribazvh8d8v148l3yiqsfjmqsggw9rh3";
|
||||
};
|
||||
|
||||
buildInputs = [ qt perl ];
|
||||
buildInputs = [ qt4 perl ];
|
||||
|
||||
configurePhase = ''
|
||||
ensureDir $out/{bin,man/man1}
|
||||
|
||||
Reference in New Issue
Block a user