pkgs/tools/virtualization: remove dead code

This commit is contained in:
figsoda 2023-07-25 16:33:22 -04:00
parent 9a6b05a7aa
commit 98fd1b1115
6 changed files with 7 additions and 9 deletions

View File

@ -18,7 +18,7 @@ let
cement = changeVersion super.cement.overridePythonAttrs "2.8.2" "sha256-h2XtBSwGHXTk0Bia3cM9Jo3lRMohmyWdeXdB9yXkItI="; cement = changeVersion super.cement.overridePythonAttrs "2.8.2" "sha256-h2XtBSwGHXTk0Bia3cM9Jo3lRMohmyWdeXdB9yXkItI=";
wcwidth = changeVersion super.wcwidth.overridePythonAttrs "0.1.9" "sha256-7nOGKGKhVr93/5KwkDT8SCXdOvnPgbxbNgZo1CXzxfE="; wcwidth = changeVersion super.wcwidth.overridePythonAttrs "0.1.9" "sha256-7nOGKGKhVr93/5KwkDT8SCXdOvnPgbxbNgZo1CXzxfE=";
semantic-version = changeVersion super.semantic-version.overridePythonAttrs "2.8.5" "sha256-0sst4FWHYpNGebmhBOguynr0SMn0l00fPuzP9lHfilQ="; semantic-version = changeVersion super.semantic-version.overridePythonAttrs "2.8.5" "sha256-0sst4FWHYpNGebmhBOguynr0SMn0l00fPuzP9lHfilQ=";
pyyaml = super.pyyaml.overridePythonAttrs (oldAttrs: rec { pyyaml = super.pyyaml.overridePythonAttrs rec {
version = "5.4.1"; version = "5.4.1";
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck
@ -30,7 +30,7 @@ let
inherit version; inherit version;
hash = "sha256-YHd0y7oocyv6gCtUuqdIQhX1MJkQVbtWLvvtWy8gpF4="; hash = "sha256-YHd0y7oocyv6gCtUuqdIQhX1MJkQVbtWLvvtWy8gpF4=";
}; };
}); };
}; };
}; };
in in

View File

@ -3,7 +3,6 @@
, buildPythonPackage , buildPythonPackage
, bash , bash
, bashInteractive , bashInteractive
, systemd
, util-linux , util-linux
, boto , boto
, setuptools , setuptools

View File

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, fetchpatch, lib, coreutils, makeWrapper { buildGoModule, fetchFromGitHub, lib, coreutils, makeWrapper
, google-guest-configs, google-guest-oslogin, iproute2, dhcp, procps , google-guest-configs, google-guest-oslogin, iproute2, dhcp, procps
}: }:

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, substituteAll { stdenv, lib, fetchFromGitHub, makeWrapper
, ipcalc, iproute2, util-linux, coreutils, ethtool, gnugrep, gnused, nvme-cli }: , ipcalc, iproute2, util-linux, coreutils, ethtool, gnugrep, gnused, nvme-cli }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {

View File

@ -1,6 +1,5 @@
{ stdenv { lib
, lib , stdenv
, bashInteractive
, curl , curl
, fetchFromGitHub , fetchFromGitHub
, json_c , json_c

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, system ? builtins.currentSystem, ovftoolBundles ? {} { lib, stdenv, fetchurl, system ? builtins.currentSystem, ovftoolBundles ? {}
, requireFile, autoPatchelfHook, makeWrapper, unzip , autoPatchelfHook, makeWrapper, unzip
, glibc, c-ares, libxcrypt-legacy, expat, icu60, xercesc, zlib , glibc, c-ares, libxcrypt-legacy, expat, icu60, xercesc, zlib
}: }: