pkgs/tools/system: remove dead code
This commit is contained in:
parent
eab90cce8f
commit
0d6cac9f5a
8 changed files with 5 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchgit, fetchpatch, makeWrapper, coreutils }:
|
||||
{ lib, stdenv, fetchgit, makeWrapper, coreutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "datefudge";
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
|
||||
let
|
||||
inherit (python3Packages) python;
|
||||
pname = "honcho";
|
||||
|
||||
in
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config
|
||||
{ lib
|
||||
, stdenv
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
, makePerlPath
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ fetchFromGitHub
|
||||
, fetchpatch
|
||||
, lib
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, withCmd ? false
|
||||
}:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, buildPythonApplication, pkgsBuildTarget, python, minijail }:
|
||||
{ lib, buildPythonApplication, pkgsBuildTarget, python, minijail }:
|
||||
|
||||
let
|
||||
targetClang = pkgsBuildTarget.targetPackages.clangStdenv.cc;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ lib, stdenv, fetchFromGitHub
|
||||
, talloc
|
||||
, pkg-config
|
||||
, git
|
||||
, ncurses
|
||||
, docutils, swig, python3, coreutils, enablePython ? true }:
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
pciutils,
|
||||
powertop,
|
||||
resholve,
|
||||
stdenv,
|
||||
util-linux,
|
||||
xorg,
|
||||
xxd,
|
||||
|
|
Loading…
Reference in a new issue