mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 16:08:39 +00:00
rubyripper: fix installation
This commit is contained in:
parent
2d69f50e0b
commit
47c2411d00
@ -6,6 +6,9 @@ stdenv.mkDerivation rec {
|
||||
url = "https://rubyripper.googlecode.com/files/rubyripper-${version}.tar.bz2";
|
||||
sha256 = "1fwyk3y0f45l2vi3a481qd7drsy82ccqdb8g2flakv58m45q0yl1";
|
||||
};
|
||||
|
||||
preConfigure = "patchShebangs .";
|
||||
|
||||
configureFlags = [ "--enable-cli" ];
|
||||
buildInputs = [ ruby cdparanoia makeWrapper ];
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user