isolyzer: init at 1.3.0
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
This commit is contained in:
parent
23b5b1fb84
commit
6b806a2097
25
pkgs/tools/cd-dvd/isolyzer/default.nix
Normal file
25
pkgs/tools/cd-dvd/isolyzer/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ stdenv
|
||||||
|
, python3
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
pname = "isolyzer";
|
||||||
|
version = "1.3.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "KBNLresearch";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1fysm05cz0z54apn1p889xhbgjnfwax6fngi05yij5qp2zxqghf9";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with python3.pkgs; [ setuptools six ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://github.com/KBNLresearch/isolyzer";
|
||||||
|
description = "Verify size of ISO 9660 image against Volume Descriptor fields";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ mkg20001 ];
|
||||||
|
};
|
||||||
|
}
|
@ -2401,6 +2401,8 @@ in
|
|||||||
|
|
||||||
cemu = qt5.callPackage ../applications/science/math/cemu { };
|
cemu = qt5.callPackage ../applications/science/math/cemu { };
|
||||||
|
|
||||||
|
isolyzer = callPackage ../tools/cd-dvd/isolyzer { };
|
||||||
|
|
||||||
isomd5sum = callPackage ../tools/cd-dvd/isomd5sum { };
|
isomd5sum = callPackage ../tools/cd-dvd/isomd5sum { };
|
||||||
|
|
||||||
mdf2iso = callPackage ../tools/cd-dvd/mdf2iso { };
|
mdf2iso = callPackage ../tools/cd-dvd/mdf2iso { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user