mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Add python package mutag
This commit is contained in:
parent
b13301ecbe
commit
f581054dc4
@ -5631,6 +5631,23 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mutag = buildPythonPackage rec {
|
||||||
|
disabled = ! isPy3k;
|
||||||
|
name = "mutag-0.0.1-b1b3ff2ad8";
|
||||||
|
src = pkgs.fetchgit {
|
||||||
|
url = "https://github.com/aroig/mutag.git";
|
||||||
|
sha256 = "1x9wl789ib62zmrbjy96jhcbjnym6fb1jvdjiw4smapifm2hnyr7";
|
||||||
|
rev = "efc9bc7e1ea345e7bd0568848598de";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ pyparsing ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = https://github.com/aroig/mutag;
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.DamienCassou ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mutagen = buildPythonPackage (rec {
|
mutagen = buildPythonPackage (rec {
|
||||||
name = "mutagen-1.23";
|
name = "mutagen-1.23";
|
||||||
|
Loading…
Reference in New Issue
Block a user