Loading pkgs/by-name/po/podman/package.nix +8 −13 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ nixosTests, python3, makeWrapper, runtimeShell, symlinkJoin, replaceVars, extraPackages ? [ ], Loading @@ -25,7 +24,7 @@ conmon, extraRuntimes ? lib.optionals stdenv.hostPlatform.isLinux [ runc ], # e.g.: runc, gvisor, youki fuse-overlayfs, util-linux, util-linuxMinimal, iptables, iproute2, catatonit, Loading @@ -34,8 +33,7 @@ netavark, passt, vfkit, testers, podman, versionCheckHook, }: let # do not add qemu to this wrapper, store paths get written to the podman vm config and break when GCed Loading @@ -43,7 +41,7 @@ let binPath = lib.makeBinPath ( lib.optionals stdenv.hostPlatform.isLinux [ fuse-overlayfs util-linux util-linuxMinimal iptables iproute2 ] Loading Loading @@ -124,7 +122,6 @@ buildGoModule rec { buildPhase = '' runHook preBuild patchShebangs . substituteInPlace Makefile --replace "/bin/bash" "${runtimeShell}" ${ if stdenv.hostPlatform.isDarwin then '' Loading Loading @@ -164,13 +161,11 @@ buildGoModule rec { patchelf --set-rpath "${lib.makeLibraryPath [ systemd ]}":$RPATH $out/bin/.podman-wrapped ''; passthru.tests = { version = testers.testVersion { package = podman; command = "HOME=$TMPDIR podman --version"; }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.tests = lib.optionalAttrs stdenv.hostPlatform.isLinux { inherit (nixosTests) podman; # related modules inherit (nixosTests) Loading Loading
pkgs/by-name/po/podman/package.nix +8 −13 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ nixosTests, python3, makeWrapper, runtimeShell, symlinkJoin, replaceVars, extraPackages ? [ ], Loading @@ -25,7 +24,7 @@ conmon, extraRuntimes ? lib.optionals stdenv.hostPlatform.isLinux [ runc ], # e.g.: runc, gvisor, youki fuse-overlayfs, util-linux, util-linuxMinimal, iptables, iproute2, catatonit, Loading @@ -34,8 +33,7 @@ netavark, passt, vfkit, testers, podman, versionCheckHook, }: let # do not add qemu to this wrapper, store paths get written to the podman vm config and break when GCed Loading @@ -43,7 +41,7 @@ let binPath = lib.makeBinPath ( lib.optionals stdenv.hostPlatform.isLinux [ fuse-overlayfs util-linux util-linuxMinimal iptables iproute2 ] Loading Loading @@ -124,7 +122,6 @@ buildGoModule rec { buildPhase = '' runHook preBuild patchShebangs . substituteInPlace Makefile --replace "/bin/bash" "${runtimeShell}" ${ if stdenv.hostPlatform.isDarwin then '' Loading Loading @@ -164,13 +161,11 @@ buildGoModule rec { patchelf --set-rpath "${lib.makeLibraryPath [ systemd ]}":$RPATH $out/bin/.podman-wrapped ''; passthru.tests = { version = testers.testVersion { package = podman; command = "HOME=$TMPDIR podman --version"; }; } // lib.optionalAttrs stdenv.hostPlatform.isLinux { doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru.tests = lib.optionalAttrs stdenv.hostPlatform.isLinux { inherit (nixosTests) podman; # related modules inherit (nixosTests) Loading