Loading pkgs/tools/virtualization/multipass/default.nix +36 −34 Original line number Diff line number Diff line { cmake , dnsmasq , fetchFromGitHub , git , gtest , iproute2 , iptables , lib , libapparmor , libvirt , libxml2 , nixosTests , openssl , OVMF , pkg-config , qemu , qemu-utils , qtbase , qtwayland , wrapQtAppsHook , slang , stdenv , xterm { cmake, dnsmasq, fetchFromGitHub, git, gtest, iproute2, iptables, lib, libapparmor, libvirt, libxml2, nixosTests, openssl, OVMF, pkg-config, qemu, qemu-utils, qtbase, qtwayland, wrapQtAppsHook, slang, stdenv, xterm, }: let Loading @@ -38,8 +39,7 @@ let fetchSubmodules = true; }; in stdenv.mkDerivation { stdenv.mkDerivation { inherit pname version; src = fetchFromGitHub { Loading Loading @@ -118,7 +118,8 @@ stdenv.mkDerivation nativeCheckInputs = [ gtest ]; postInstall = '' wrapProgram $out/bin/multipassd --prefix PATH : ${lib.makeBinPath [ wrapProgram $out/bin/multipassd --prefix PATH : ${ lib.makeBinPath [ dnsmasq iproute2 iptables Loading @@ -126,7 +127,8 @@ stdenv.mkDerivation qemu qemu-utils xterm ]} ] } ''; passthru.tests = { Loading Loading
pkgs/tools/virtualization/multipass/default.nix +36 −34 Original line number Diff line number Diff line { cmake , dnsmasq , fetchFromGitHub , git , gtest , iproute2 , iptables , lib , libapparmor , libvirt , libxml2 , nixosTests , openssl , OVMF , pkg-config , qemu , qemu-utils , qtbase , qtwayland , wrapQtAppsHook , slang , stdenv , xterm { cmake, dnsmasq, fetchFromGitHub, git, gtest, iproute2, iptables, lib, libapparmor, libvirt, libxml2, nixosTests, openssl, OVMF, pkg-config, qemu, qemu-utils, qtbase, qtwayland, wrapQtAppsHook, slang, stdenv, xterm, }: let Loading @@ -38,8 +39,7 @@ let fetchSubmodules = true; }; in stdenv.mkDerivation { stdenv.mkDerivation { inherit pname version; src = fetchFromGitHub { Loading Loading @@ -118,7 +118,8 @@ stdenv.mkDerivation nativeCheckInputs = [ gtest ]; postInstall = '' wrapProgram $out/bin/multipassd --prefix PATH : ${lib.makeBinPath [ wrapProgram $out/bin/multipassd --prefix PATH : ${ lib.makeBinPath [ dnsmasq iproute2 iptables Loading @@ -126,7 +127,8 @@ stdenv.mkDerivation qemu qemu-utils xterm ]} ] } ''; passthru.tests = { Loading