3
0
Fork 0
forked from mirrors/nixpkgs

rubyripper: New expression

Adds minimal support for being able to run rrip_cli
This commit is contained in:
Oliver Charles 2013-09-25 13:05:54 +01:00
parent 8e3df6a494
commit ab65932cea
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ stdenv, fetchurl, ruby, cdparanoia, makeWrapper }:
stdenv.mkDerivation rec {
version = "0.6.2";
name = "rubyripper-${version}";
src = fetchurl {
url = "https://rubyripper.googlecode.com/files/rubyripper-${version}.tar.bz2";
sha256 = "1fwyk3y0f45l2vi3a481qd7drsy82ccqdb8g2flakv58m45q0yl1";
};
configureFlags = [ "--enable-cli" ];
buildInputs = [ ruby cdparanoia makeWrapper ];
postInstall = ''
wrapProgram "$out/bin/rrip_cli" \
--prefix PATH : "${ruby}/bin" \
--prefix PATH : "${cdparanoia}/bin"
'';
}

View file

@ -8451,6 +8451,8 @@ let
enableCopyDevicesPatch = (config.rsync.enableCopyDevicesPatch or false);
};
rubyripper = callPackage ../applications/audio/rubyripper {};
rxvt = callPackage ../applications/misc/rxvt { };
# = urxvt