mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
grip fixes
svn path=/nixpkgs/trunk/; revision=17306
This commit is contained in:
parent
d0d9fc300f
commit
b0b44c8185
@ -1,16 +1,17 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "grip-1.0.19";
|
||||
name = "grip-3.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://prdownloads.sourceforge.net/grip/grip-3.2.0.tar.gz;
|
||||
sha256 = "1jh5x35rq15n8ivlp9wbdx8x9mj6agf5rfdv8sd6gai851zsclas";
|
||||
};
|
||||
|
||||
buildInputs = [gtk glib pkgconfig libgnome libgnomeui vte curl];
|
||||
buildInputs = [gtk glib pkgconfig libgnome libgnomeui vte curl cdparanoia libid3tag];
|
||||
|
||||
meta = {
|
||||
description = "grip";
|
||||
description = "GTK+ based Audio CD Player/Ripper";
|
||||
homepage = http://nostatic.org/grip;
|
||||
license = "GPLv2";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
|
@ -6598,7 +6598,7 @@ let
|
||||
};
|
||||
|
||||
grip = import ../applications/misc/grip {
|
||||
inherit fetchurl stdenv lib grip pkgconfig curl;
|
||||
inherit fetchurl stdenv lib grip pkgconfig curl cdparanoia libid3tag;
|
||||
inherit (gtkLibs) gtk glib;
|
||||
inherit (gnome) libgnome libgnomeui vte;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user