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
@@ -1,4 +1,4 @@
{stdenv, fetchurl, qt, libX11}:
{stdenv, fetchurl, qt3, libX11}:
stdenv.mkDerivation rec {
name = "qucs-0.0.15";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0ggs2nicj8q270l0rbmzg4jc0d0zdxvfsjh4wgww670ma5855xsp";
};
buildInputs = [ qt libX11 ];
buildInputs = [ qt3 libX11 ];
meta = {
description = "Integrated circuit simulator";