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
@ -88,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
updateSource updateSource
updateOpenfst updateOpenfst
]; ];
}; };
meta = with lib; { meta = with lib; {
description = "Speech Recognition Toolkit"; description = "Speech Recognition Toolkit";

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";
@ -27,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "cbdevnet"; owner = "cbdevnet";
rev = "f16f7db86662fcdbf45b6373257c90c824b0b4b0"; rev = "f16f7db86662fcdbf45b6373257c90c824b0b4b0";
sha256 = "131zs4j9asq9xl72cbyi463xpkj064ca1s7i77q5jrwqysgy52sp"; sha256 = "131zs4j9asq9xl72cbyi463xpkj064ca1s7i77q5jrwqysgy52sp";
}; };
doCheck = true; doCheck = true;
enableParallelBuilding = true; enableParallelBuilding = true;

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, pkg-config , pkg-config
, fetchFromGitHub , fetchFromGitHub
, systemd
, file , file
, iniparser , iniparser
, ffmpeg , ffmpeg
@ -33,9 +32,9 @@ stdenv.mkDerivation rec {
ffmpeg ffmpeg
libmpdclient libmpdclient
discount discount
]; ];
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
mkdir -p $out/bin mkdir -p $out/bin
@ -48,10 +47,10 @@ stdenv.mkDerivation rec {
''; '';
postPatch = '' postPatch = ''
substituteInPlace systemd/mpd-notification.service --replace /usr $out substituteInPlace systemd/mpd-notification.service --replace /usr $out
''; '';
meta = with lib; { meta = with lib; {
description = "Notifications for mpd"; description = "Notifications for mpd";
homepage = "https://github.com/eworm-de/mpd-notification"; homepage = "https://github.com/eworm-de/mpd-notification";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

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;