Merge branch 'master' into staging-next
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, docutils
|
||||
, pandoc, ethtool, iproute, libnl, udev, python3, perl
|
||||
}:
|
||||
, pandoc, ethtool, iproute2, libnl, udev, python3, perl
|
||||
} :
|
||||
|
||||
let
|
||||
version = "34.0";
|
||||
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config pandoc docutils ];
|
||||
buildInputs = [ libnl ethtool iproute udev python3 perl ];
|
||||
buildInputs = [ libnl ethtool iproute2 udev python3 perl ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_RUNDIR=/run"
|
||||
|
||||
Reference in New Issue
Block a user