lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #13694 from zimbatm/rubyripper-fix

rubyripper: fix installation

joachifm 26348853 3dafc85f

+3
+3
pkgs/applications/audio/rubyripper/default.nix
··· 6 6 url = "https://rubyripper.googlecode.com/files/rubyripper-${version}.tar.bz2"; 7 7 sha256 = "1fwyk3y0f45l2vi3a481qd7drsy82ccqdb8g2flakv58m45q0yl1"; 8 8 }; 9 + 10 + preConfigure = "patchShebangs ."; 11 + 9 12 configureFlags = [ "--enable-cli" ]; 10 13 buildInputs = [ ruby cdparanoia makeWrapper ]; 11 14 postInstall = ''