mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #114918 from helsinki-systems/rdma-core-python3
rdma-core: python2 -> python3
This commit is contained in:
commit
52333ca377
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, docutils
|
||||
, pandoc, ethtool, iproute, libnl, udev, python, perl
|
||||
, pandoc, ethtool, iproute, libnl, udev, python3, perl
|
||||
, makeWrapper
|
||||
} :
|
||||
|
||||
|
@ -18,7 +18,7 @@ in stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config pandoc docutils makeWrapper ];
|
||||
buildInputs = [ libnl ethtool iproute udev python perl ];
|
||||
buildInputs = [ libnl ethtool iproute udev python3 perl ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_RUNDIR=/run"
|
||||
|
|
Loading…
Reference in a new issue