Commit 0d6cac9f authored by figsoda's avatar figsoda
Browse files

pkgs/tools/system: remove dead code

parent eab90cce
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ lib, stdenv
, curl
, darwin
, hiredis
, iptables
, jdk
@@ -19,7 +18,6 @@
, libsigrok
, libvirt
, libxml2
, libapparmor, libcap_ng, numactl
, lua
, lvm2
, lm_sensors
+1 −1
Original line number Diff line number Diff line
{ stdenv, lib, fetchgit, fetchpatch, makeWrapper, coreutils }:
{ lib, stdenv, fetchgit, makeWrapper, coreutils }:

stdenv.mkDerivation rec {
  pname = "datefudge";
+0 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, python3Packages }:

let
  inherit (python3Packages) python;
  pname = "honcho";

in

python3Packages.buildPythonApplication rec {
+1 −2
Original line number Diff line number Diff line
{ config
{ lib
, stdenv
, lib
, fetchFromGitHub
, makeWrapper
, makePerlPath
+2 −3
Original line number Diff line number Diff line
{ fetchFromGitHub
, fetchpatch
, lib
{ lib
, rustPlatform
, fetchFromGitHub
, withCmd ? false
}:

Loading