Commit f160eff8 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

libnvme: fix cross compiling

parent 8767da37
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
  ];