Updating gtkwave
svn path=/nixpkgs/trunk/; revision=20825
This commit is contained in:
parent
a838f24608
commit
d533e31357
@ -1,13 +1,13 @@
|
||||
{stdenv, fetchurl, gtk, gperf, pkgconfig, bzip2} :
|
||||
{stdenv, fetchurl, gtk, gperf, pkgconfig, bzip2, xz} :
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gtkwave-3.3.2";
|
||||
name = "gtkwave-3.3.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gtkwave/${name}.tar.gz";
|
||||
sha256 = "0dccyyzk963v5nz6hxfvkcnfwm98m8d8s5x0nw6459r9683pdlri";
|
||||
sha256 = "0vll02l3g990spc7yzwl16lbw18ybm7s9j3ffjq2v7949wng43l9";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk gperf pkgconfig bzip2 ];
|
||||
buildInputs = [ gtk gperf pkgconfig bzip2 xz ];
|
||||
|
||||
meta = {
|
||||
description = "Wave viewer for Unix and Win32";
|
||||
|
@ -8925,7 +8925,7 @@ let
|
||||
};
|
||||
|
||||
gtkwave = import ../applications/science/electronics/gtkwave {
|
||||
inherit fetchurl stdenv gperf pkgconfig bzip2;
|
||||
inherit fetchurl stdenv gperf pkgconfig bzip2 xz;
|
||||
inherit (gtkLibs) gtk;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user