forked from mirrors/nixpkgs
grip: trim dependencies
Uses much less dependencies than we were giving it these days.
This commit is contained in:
parent
9b91a19e87
commit
fb7eb9e80c
|
@ -2,15 +2,10 @@
|
|||
, stdenv
|
||||
, fetchurl
|
||||
, gtk2
|
||||
, glib
|
||||
, pkg-config
|
||||
, libgnome
|
||||
, libgnomeui
|
||||
, vte
|
||||
, curl
|
||||
, cdparanoia
|
||||
, libid3tag
|
||||
, ncurses
|
||||
, libtool
|
||||
}:
|
||||
|
||||
|
@ -26,14 +21,9 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkg-config libtool ];
|
||||
buildInputs = [
|
||||
gtk2
|
||||
glib
|
||||
libgnome
|
||||
libgnomeui
|
||||
vte
|
||||
curl
|
||||
cdparanoia
|
||||
libid3tag
|
||||
ncurses
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
|
@ -25473,9 +25473,7 @@ with pkgs;
|
|||
|
||||
grip-search = callPackage ../tools/text/grip-search { };
|
||||
|
||||
grip = callPackage ../applications/misc/grip {
|
||||
inherit (gnome2) libgnome libgnomeui vte;
|
||||
};
|
||||
grip = callPackage ../applications/misc/grip { };
|
||||
|
||||
gsimplecal = callPackage ../applications/misc/gsimplecal { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue