Move qt3/qt4 choice to .nix expressions
svn path=/nixpkgs/trunk/; revision=29404
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user