Updating qucs to 0.18

Patch by 'emery' on irc.
This commit is contained in:
Lluís Batlle i Rossell 2014-10-29 10:29:30 +01:00
parent e67f89261f
commit f7f7a0d0f4

View File

@ -1,17 +1,16 @@
{stdenv, fetchurl, qt3, libX11}:
{stdenv, fetchurl, flex, bison, qt4, libX11 }:
stdenv.mkDerivation rec {
name = "qucs-0.0.16";
name = "qucs-0.0.18";
src = fetchurl {
url = "mirror://sourceforge/qucs/${name}.tar.gz";
sha256 = "1h8ba84k06rix5zl5p9p414zj2facbnlf1vxwh4a1sp4h9dbfnzy";
sha256 = "3609a18b57485dc9f19886ac6694667f3251702175bd1cbbbea37981b2c482a7";
};
patches = [ ./tr1-complex.patch ];
patchFlags = "-p0";
QTDIR=qt4;
buildInputs = [ qt3 libX11 ];
buildInputs = [ flex bison qt4 libX11 ];
meta = {
description = "Integrated circuit simulator";