py-wmi-client: init at unstable-20160601
This commit is contained in:
parent
f82334b97f
commit
ffe12af49a
25
pkgs/tools/networking/py-wmi-client/default.nix
Normal file
25
pkgs/tools/networking/py-wmi-client/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ lib, pythonPackages, fetchFromGitHub }:
|
||||||
|
|
||||||
|
pythonPackages.buildPythonApplication rec {
|
||||||
|
pname = "py-wmi-client";
|
||||||
|
version = "unstable-20160601";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "dlundgren";
|
||||||
|
repo = pname;
|
||||||
|
rev = "9702b036df85c3e0ecdde84a753b353069f58208";
|
||||||
|
sha256 = "1kd12gi1knqv477f1shzqr0h349s5336vzp3fpfp3xl0b502ld8d";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with pythonPackages; [ impacket natsort pyasn1 pycrypto ];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Python WMI Client implementation";
|
||||||
|
homepage = "https://github.com/dlundgren/py-wmi-client";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
};
|
||||||
|
}
|
@ -24211,6 +24211,8 @@ in
|
|||||||
|
|
||||||
qMasterPassword = libsForQt5.callPackage ../applications/misc/qMasterPassword { };
|
qMasterPassword = libsForQt5.callPackage ../applications/misc/qMasterPassword { };
|
||||||
|
|
||||||
|
py-wmi-client = callPackage ../tools/networking/py-wmi-client { };
|
||||||
|
|
||||||
redprl = callPackage ../applications/science/logic/redprl { };
|
redprl = callPackage ../applications/science/logic/redprl { };
|
||||||
|
|
||||||
retroarchBare = callPackage ../misc/emulators/retroarch {
|
retroarchBare = callPackage ../misc/emulators/retroarch {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user