net-snmp: rename from net_snmp

This commit is contained in:
Jörg Thalheim
2019-12-21 22:44:50 +00:00
parent 475aecef6a
commit 725f85e271
22 changed files with 51 additions and 48 deletions

View File

@@ -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