etherape: fix build
This commit is contained in:
parent
4ebcc87f6b
commit
aacc9a6d0d
@ -1,5 +1,5 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, gtk, libpcap, libglade, libgnome, libgnomeui,
|
{ stdenv, fetchurl, pkgconfig, libtool, gtk, libpcap, libglade, libgnome, libgnomeui
|
||||||
gnomedocutils, scrollkeeper, libxslt}:
|
, gnomedocutils, scrollkeeper, libxslt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "etherape-0.9.12";
|
name = "etherape-0.9.12";
|
||||||
@ -9,8 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--disable-scrollkeeper" ];
|
configureFlags = [ "--disable-scrollkeeper" ];
|
||||||
buildInputs = [ gtk libpcap pkgconfig libglade libgnome libgnomeui gnomedocutils
|
buildInputs = [
|
||||||
scrollkeeper libxslt ];
|
pkgconfig libtool gtk libpcap libglade libgnome libgnomeui gnomedocutils
|
||||||
|
scrollkeeper libxslt
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://etherape.sourceforge.net/;
|
homepage = http://etherape.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user