Commit 1e91f3fe authored by Jörg Thalheim's avatar Jörg Thalheim Committed by Artturin
Browse files

nvme-cli: fix cross compiling

parent f160eff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
, libnvme
, json_c
, zlib
, python3
, python3Packages
}:

stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    meson
    ninja
    pkg-config
    python3.pkgs.nose2
    python3Packages.nose2
  ];
  buildInputs = [
    libnvme