pkgs/tools/system: remove dead code

This commit is contained in:
figsoda 2023-07-25 12:12:44 -04:00
parent eab90cce8f
commit 0d6cac9f5a
8 changed files with 5 additions and 13 deletions

View file

@ -1,6 +1,5 @@
{ lib, stdenv
, curl
, darwin
, hiredis
, iptables
, jdk
@ -19,7 +18,6 @@
, libsigrok
, libvirt
, libxml2
, libapparmor, libcap_ng, numactl
, lua
, lvm2
, lm_sensors

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchgit, fetchpatch, makeWrapper, coreutils }:
{ lib, stdenv, fetchgit, makeWrapper, coreutils }:
stdenv.mkDerivation rec {
pname = "datefudge";

View file

@ -1,9 +1,7 @@
{ lib, fetchFromGitHub, python3Packages }:
let
inherit (python3Packages) python;
pname = "honcho";
in
python3Packages.buildPythonApplication rec {

View file

@ -1,6 +1,5 @@
{ config
{ lib
, stdenv
, lib
, fetchFromGitHub
, makeWrapper
, makePerlPath

View file

@ -1,7 +1,6 @@
{ fetchFromGitHub
, fetchpatch
, lib
{ lib
, rustPlatform
, fetchFromGitHub
, withCmd ? false
}:

View file

@ -1,4 +1,4 @@
{ lib, stdenv, buildPythonApplication, pkgsBuildTarget, python, minijail }:
{ lib, buildPythonApplication, pkgsBuildTarget, python, minijail }:
let
targetClang = pkgsBuildTarget.targetPackages.clangStdenv.cc;

View file

@ -1,7 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, talloc
, pkg-config
, git
, ncurses
, docutils, swig, python3, coreutils, enablePython ? true }:

View file

@ -12,7 +12,6 @@
pciutils,
powertop,
resholve,
stdenv,
util-linux,
xorg,
xxd,