pythonPackages.whichcraft: init at 0.1.1

This commit is contained in:
Louis Taylor 2016-01-17 16:30:52 +00:00
parent 6f94a131e8
commit 84c8763a17

View file

@ -21716,6 +21716,24 @@ in modules // {
};
};
whichcraft = buildPythonPackage rec {
name = "whichcraft-${version}";
version = "0.1.1";
src = pkgs.fetchurl {
url = "https://github.com/pydanny/whichcraft/archive/${version}.tar.gz";
sha256 = "1xqp66knzlb01k30qic40vzwl51jmlsb8r96iv60m2ca6623abbv";
};
meta = {
homepage = https://github.com/pydanny/whichcraft;
description = "Cross-platform cross-python shutil.which functionality";
license = licenses.bsd3;
};
};
whisper = buildPythonPackage rec {
name = "whisper-${version}";
version = "0.9.12";