Revert "libfabric: resort inputs"

This reverts commit 0ac476fae0.
This commit is contained in:
Markus Kowalewski 2023-01-27 14:46:31 +01:00
parent 1d597d744d
commit 1bf7beff01
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -3,11 +3,11 @@
, fetchFromGitHub
, pkg-config
, autoreconfHook
, enablePsm2 ? (stdenv.isx86_64 && stdenv.isLinux)
, libpsm2
, enableOpx ? (stdenv.isx86_64 && stdenv.isLinux)
, libuuid
, numactl
, enablePsm2 ? (stdenv.isx86_64 && stdenv.isLinux)
, enableOpx ? (stdenv.isx86_64 && stdenv.isLinux)
}:
stdenv.mkDerivation rec {