Merge pull request #245387 from figsoda/unused

This commit is contained in:
figsoda 2023-07-26 23:15:17 -04:00 committed by GitHub
commit e24037ed4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 22 deletions

View File

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, python3Packages , python3Packages
, ffmpeg , ffmpeg
, makeWrapper , makeWrapper

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python3Packages }: { lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "isrcsubmit"; pname = "isrcsubmit";

View File

@ -7,7 +7,6 @@
, cmake , cmake
, pkg-config , pkg-config
, fetchFromGitHub , fetchFromGitHub
, git
, python3 , python3
, Accelerate , Accelerate
, _experimental-update-script-combinators , _experimental-update-script-combinators

View File

@ -1,7 +1,5 @@
{ lib { lib
, stdenv , stdenv
, fetchurl
, zlib
, fetchFromGitHub , fetchFromGitHub
, gnumake , gnumake
, gcc , gcc
@ -15,7 +13,7 @@
, libevdev , libevdev
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "midimonster"; pname = "midimonster";
version = "0.6.0"; version = "0.6.0";

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, pkg-config , pkg-config
, fetchFromGitHub , fetchFromGitHub
, systemd
, file , file
, iniparser , iniparser
, ffmpeg , ffmpeg

View File

@ -5,7 +5,6 @@
, cinnamon , cinnamon
, gnome , gnome
, gobject-introspection , gobject-introspection
, intltool
, libnotify , libnotify
, pavucontrol , pavucontrol
, python3Packages , python3Packages

View File

@ -1,5 +1,5 @@
{ config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3 { config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3
, obex_data_server, xdg-utils, dnsmasq, dhcp, libappindicator, iproute2 , obex_data_server, xdg-utils, dnsmasq, dhcp, iproute2
, gnome, librsvg, wrapGAppsHook, gobject-introspection , gnome, librsvg, wrapGAppsHook, gobject-introspection
, networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }: , networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }:

View File

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, lib, stdenv }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
pname = "bluetuith"; pname = "bluetuith";

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchurl , fetchurl
, appimageTools , appimageTools
}: }:

View File

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchurl , fetchurl
, fetchpatch
, autoPatchelfHook , autoPatchelfHook
, bash , bash
, copyDesktopItems , copyDesktopItems

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake }: { lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zopfli"; pname = "zopfli";

View File

@ -1,7 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, bash, gnugrep { lib, stdenv, fetchFromGitHub, cmake, bash, gnugrep
, fixDarwinDylibNames , fixDarwinDylibNames
, file , file
, fetchpatch
, legacySupport ? false , legacySupport ? false
, static ? stdenv.hostPlatform.isStatic , static ? stdenv.hostPlatform.isStatic
# these need to be ran on the host, thus disable when cross-compiling # these need to be ran on the host, thus disable when cross-compiling

View File

@ -9220,7 +9220,7 @@ with pkgs;
ispike = callPackage ../development/libraries/science/robotics/ispike { }; ispike = callPackage ../development/libraries/science/robotics/ispike { };
isrcsubmit = callPackage ../tools/audio/isrcsubmit { stdenv = gcc10StdenvCompat; }; isrcsubmit = callPackage ../tools/audio/isrcsubmit { };
isync = callPackage ../tools/networking/isync { isync = callPackage ../tools/networking/isync {
inherit (darwin.apple_sdk.frameworks) Security; inherit (darwin.apple_sdk.frameworks) Security;