summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-12-25 06:27:55 +0000
committerGitHub <noreply@github.com>2019-12-25 06:27:55 +0000
commit89c55c0a6d6d402195772dcbfa44842559a37e7a (patch)
treec5ce73c2ac4cb8f73db91ad3d757e93b22cffe33 /pkgs/development/python-modules
parent87979bb0a364073dbde058c6f14216b8abf7c84e (diff)
parentaadfcc0900bb15dfda4b64ab3ffe768551f65d37 (diff)
downloadnixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar.gz
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar.bz2
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar.lz
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar.xz
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.tar.zst
nixpkgs-89c55c0a6d6d402195772dcbfa44842559a37e7a.zip
net-snmp: split outputs (#76155)
net-snmp: split outputs
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/easysnmp/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/easysnmp/default.nix b/pkgs/development/python-modules/easysnmp/default.nix
index 32659b520ba..2602fba7713 100644
--- a/pkgs/development/python-modules/easysnmp/default.nix
+++ b/pkgs/development/python-modules/easysnmp/default.nix
@@ -3,7 +3,7 @@
 , buildPythonPackage
 , pythonAtLeast
 , fetchFromGitHub
-, net_snmp
+, net-snmp
 , openssl
 , pytest
 , pytestcov
@@ -35,12 +35,12 @@ buildPythonPackage rec {
   ];
 
   buildInputs = [
-    net_snmp
+    net-snmp
     openssl
   ];
 
   buildPhase = ''
-    python setup.py build bdist_wheel --basedir=${net_snmp}/bin
+    python setup.py build bdist_wheel --basedir=${lib.getBin net-snmp}/bin
   '';
 
   # Unable to get tests to pass, even running by hand. The pytest tests have