ccd2iso: init at 0.3
This commit is contained in:
parent
1a98fc40e9
commit
f06c031173
18
pkgs/tools/cd-dvd/ccd2iso/default.nix
Normal file
18
pkgs/tools/cd-dvd/ccd2iso/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "ccd2iso-0.3";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://sourceforge/ccd2iso/${name}.tar.gz";
|
||||||
|
sha256 = "1z000zi7hpr2h9cabj6hzf3n6a6gd6glmm8nn36v4b8i4vzbhx7q";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "CloneCD to ISO converter";
|
||||||
|
homepage = https://sourceforge.net/projects/ccd2iso/;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ yegortimoshenko ];
|
||||||
|
platforms = platforms.unix;
|
||||||
|
};
|
||||||
|
}
|
@ -1393,6 +1393,8 @@ with pkgs;
|
|||||||
|
|
||||||
caudec = callPackage ../applications/audio/caudec { };
|
caudec = callPackage ../applications/audio/caudec { };
|
||||||
|
|
||||||
|
ccd2iso = callPackage ../tools/cd-dvd/ccd2iso { };
|
||||||
|
|
||||||
ccid = callPackage ../tools/security/ccid { };
|
ccid = callPackage ../tools/security/ccid { };
|
||||||
|
|
||||||
ccrypt = callPackage ../tools/security/ccrypt { };
|
ccrypt = callPackage ../tools/security/ccrypt { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user