Loading pkgs/os-specific/linux/libnvme/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,15 @@ , stdenv , swig , systemd # ImportError: cannot import name 'mlog' from 'mesonbuild' , withDocs ? stdenv.hostPlatform.canExecute stdenv.buildPlatform }: stdenv.mkDerivation rec { pname = "libnvme"; version = "1.4"; outputs = [ "out" "man" ]; outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ]; src = fetchFromGitHub { owner = "linux-nvme"; Loading Loading @@ -51,7 +53,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Ddocs=man" "-Ddocs-build=true" (lib.mesonBool "docs-build" withDocs) ]; preConfigure = '' Loading Loading
pkgs/os-specific/linux/libnvme/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,15 @@ , stdenv , swig , systemd # ImportError: cannot import name 'mlog' from 'mesonbuild' , withDocs ? stdenv.hostPlatform.canExecute stdenv.buildPlatform }: stdenv.mkDerivation rec { pname = "libnvme"; version = "1.4"; outputs = [ "out" "man" ]; outputs = [ "out" ] ++ lib.optionals withDocs [ "man" ]; src = fetchFromGitHub { owner = "linux-nvme"; Loading Loading @@ -51,7 +53,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Ddocs=man" "-Ddocs-build=true" (lib.mesonBool "docs-build" withDocs) ]; preConfigure = '' Loading