Merge pull request #13694 from zimbatm/rubyripper-fix
rubyripper: fix installation
This commit is contained in:
commit
263488530e
@ -6,6 +6,9 @@ stdenv.mkDerivation rec {
|
|||||||
url = "https://rubyripper.googlecode.com/files/rubyripper-${version}.tar.bz2";
|
url = "https://rubyripper.googlecode.com/files/rubyripper-${version}.tar.bz2";
|
||||||
sha256 = "1fwyk3y0f45l2vi3a481qd7drsy82ccqdb8g2flakv58m45q0yl1";
|
sha256 = "1fwyk3y0f45l2vi3a481qd7drsy82ccqdb8g2flakv58m45q0yl1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = "patchShebangs .";
|
||||||
|
|
||||||
configureFlags = [ "--enable-cli" ];
|
configureFlags = [ "--enable-cli" ];
|
||||||
buildInputs = [ ruby cdparanoia makeWrapper ];
|
buildInputs = [ ruby cdparanoia makeWrapper ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user