mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Adding patch for grip (sent by Ilja Honkonen).
I reworked the spacing. svn path=/nixpkgs/trunk/; revision=33229
This commit is contained in:
parent
54a5f7f328
commit
5475f367a5
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, gtk, glib, pkgconfig, libgnome, libgnomeui, vte
|
{ stdenv, fetchurl, gtk, glib, pkgconfig, libgnome, libgnomeui, vte
|
||||||
, curl, cdparanoia, libid3tag, ncurses }:
|
, curl, cdparanoia, libid3tag, ncurses, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "grip-3.2.0";
|
name = "grip-3.2.0";
|
||||||
@ -9,7 +9,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1jh5x35rq15n8ivlp9wbdx8x9mj6agf5rfdv8sd6gai851zsclas";
|
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 = {
|
meta = {
|
||||||
description = "GTK+-based audio CD player/ripper";
|
description = "GTK+-based audio CD player/ripper";
|
||||||
|
Loading…
Reference in New Issue
Block a user