[Nix-dev] [PATCH] Fix grip compilation

2012-03-18 Thread Ilja Honkonen

Hello

The attached patch fixes compilation of grip for me 
(http://yellowgrass.org/issue/Nixpkgs/121 and also when the store is 
under $HOME).


Ilja
--- pkgs/applications/misc/grip/default.nix (revision 33225)
+++ pkgs/applications/misc/grip/default.nix (working copy)
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, gtk, glib, pkgconfig, libgnome, libgnomeui, vte
-, curl, cdparanoia, libid3tag, ncurses }:
+, curl, cdparanoia, libid3tag, ncurses, libtool }:
 
 stdenv.mkDerivation {
   name = grip-3.2.0;
@@ -9,7 +9,7 @@
 sha256 = 1jh5x35rq15n8ivlp9wbdx8x9mj6agf5rfdv8sd6gai851zsclas;
   };
 
-  buildInputs = [ gtk glib pkgconfig libgnome libgnomeui vte curl cdparanoia 
libid3tag ncurses ];
+  buildInputs = [ gtk glib pkgconfig libgnome libgnomeui vte curl cdparanoia 
libid3tag ncurses libtool ];
 
   meta = {
 description = GTK+-based audio CD player/ripper;

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] [PATCH] Fix grip compilation

2012-03-18 Thread LluĂ­s Batlle i Rossell
On Sun, Mar 18, 2012 at 10:54:02AM +0200, Ilja Honkonen wrote:
 Hello
 
 The attached patch fixes compilation of grip for me
 (http://yellowgrass.org/issue/Nixpkgs/121 and also when the store is
 under $HOME).

Committed. Thank you!
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev