mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pythonPackages.whichcraft: init at 0.1.1
This commit is contained in:
parent
6f94a131e8
commit
84c8763a17
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user