Move qt3/qt4 choice to .nix expressions

svn path=/nixpkgs/trunk/; revision=29404
This commit is contained in:
Yury G. Kudryashov
2011-09-20 22:49:13 +00:00
parent d9ad31c468
commit 9ee5230537
3 changed files with 7 additions and 11 deletions
+3 -3
View File
@@ -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}