Unverified Commit 9e4db3a9 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #202069 from Mic92/libnvme

libnvme: fix cross compiling
parents a176fa22 1e91f3fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ stdenv.mkDerivation rec {
    ninja
    perl # for kernel-doc
    pkg-config
    python3
  ];

  buildInputs = [
    json_c
    openssl
    python3
    systemd
  ];

+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