1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://gregory.kokanosky.free.fr/v4/linux/${pname}-${version}.tar.gz";
9 sha256 = "sha256-O+NqQWdY/BkQRztJqNrfKiqj1R8ZdhlzNrwXS8HjBuU=";
12 patches = [ ./c-compiler.patch ];
16 cp -v nrg2iso $out/bin/nrg2iso
20 description = "Linux utils for converting CD (or DVD) image generated by Nero Burning Rom to ISO format";
21 homepage = "http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html";
22 license = licenses.gpl2Plus;
23 platforms = platforms.all;
24 mainProgram = "nrg2iso";