mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
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
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, gtk2
|
, gtk2
|
||||||
, glib
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, libgnome
|
|
||||||
, libgnomeui
|
|
||||||
, vte
|
|
||||||
, curl
|
, curl
|
||||||
, cdparanoia
|
, cdparanoia
|
||||||
, libid3tag
|
, libid3tag
|
||||||
, ncurses
|
|
||||||
, libtool
|
, libtool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -26,14 +21,9 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkg-config libtool ];
|
nativeBuildInputs = [ pkg-config libtool ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk2
|
gtk2
|
||||||
glib
|
|
||||||
libgnome
|
|
||||||
libgnomeui
|
|
||||||
vte
|
|
||||||
curl
|
curl
|
||||||
cdparanoia
|
cdparanoia
|
||||||
libid3tag
|
libid3tag
|
||||||
ncurses
|
|
||||||
];
|
];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
@ -25473,9 +25473,7 @@ with pkgs;
|
|||||||
|
|
||||||
grip-search = callPackage ../tools/text/grip-search { };
|
grip-search = callPackage ../tools/text/grip-search { };
|
||||||
|
|
||||||
grip = callPackage ../applications/misc/grip {
|
grip = callPackage ../applications/misc/grip { };
|
||||||
inherit (gnome2) libgnome libgnomeui vte;
|
|
||||||
};
|
|
||||||
|
|
||||||
gsimplecal = callPackage ../applications/misc/gsimplecal { };
|
gsimplecal = callPackage ../applications/misc/gsimplecal { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user