mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
parent
c6c2e65c2d
commit
001a84f22a
@ -1,24 +1,22 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libtool, gtk2, libpcap, libglade, libgnome, libgnomeui
|
{ stdenv, fetchurl, pkgconfig, libtool, gtk2, libpcap, libglade,
|
||||||
, gnomedocutils, scrollkeeper, libxslt }:
|
libgnomecanvas, popt, itstool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "etherape-0.9.13";
|
name = "etherape-0.9.17";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/etherape/${name}.tar.gz";
|
url = "mirror://sourceforge/etherape/${name}.tar.gz";
|
||||||
sha256 = "1xq93k1slyak8mgwrw5kymq0xn0kl8chvfcvaablgki4p0l2lg9a";
|
sha256 = "1n66dw9nsl7zz0qfkb74ncgch3lzms2ssw8dq2bzbk3q1ilad3p6";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--disable-scrollkeeper" ];
|
nativeBuildInputs = [ itstool pkgconfig ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libtool gtk2 libpcap libglade libgnome libgnomeui gnomedocutils
|
libtool gtk2 libpcap libglade libgnomecanvas popt
|
||||||
scrollkeeper libxslt
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://etherape.sourceforge.net/;
|
homepage = http://etherape.sourceforge.net/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
maintainers = with maintainers; [ symphorien ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15647,7 +15647,7 @@ with pkgs;
|
|||||||
eterm = callPackage ../applications/misc/eterm { };
|
eterm = callPackage ../applications/misc/eterm { };
|
||||||
|
|
||||||
etherape = callPackage ../applications/networking/sniffers/etherape {
|
etherape = callPackage ../applications/networking/sniffers/etherape {
|
||||||
inherit (gnome2) gnomedocutils libgnome libglade libgnomeui scrollkeeper;
|
inherit (gnome2) libgnomecanvas libglade;
|
||||||
};
|
};
|
||||||
|
|
||||||
evilvte = callPackage ../applications/misc/evilvte {
|
evilvte = callPackage ../applications/misc/evilvte {
|
||||||
|
Loading…
Reference in New Issue
Block a user