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
, stdenv
, fetchFromGitHub
, fetchpatch
, python3Packages
, ffmpeg
, makeWrapper

View File

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

View File

@ -7,7 +7,6 @@
, cmake
, pkg-config
, fetchFromGitHub
, git
, python3
, Accelerate
, _experimental-update-script-combinators
@ -88,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
updateSource
updateOpenfst
];
};
};
meta = with lib; {
description = "Speech Recognition Toolkit";

View File

@ -1,7 +1,5 @@
{ lib
, stdenv
, fetchurl
, zlib
, fetchFromGitHub
, gnumake
, gcc
@ -15,7 +13,7 @@
, libevdev
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "midimonster";
version = "0.6.0";
@ -27,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "cbdevnet";
rev = "f16f7db86662fcdbf45b6373257c90c824b0b4b0";
sha256 = "131zs4j9asq9xl72cbyi463xpkj064ca1s7i77q5jrwqysgy52sp";
};
};
doCheck = true;
enableParallelBuilding = true;

View File

@ -2,7 +2,6 @@
, stdenv
, pkg-config
, fetchFromGitHub
, systemd
, file
, iniparser
, ffmpeg
@ -33,9 +32,9 @@ stdenv.mkDerivation rec {
ffmpeg
libmpdclient
discount
];
];
installPhase = ''
installPhase = ''
runHook preInstall
mkdir -p $out/bin
@ -48,10 +47,10 @@ stdenv.mkDerivation rec {
'';
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";
homepage = "https://github.com/eworm-de/mpd-notification";
license = licenses.gpl3Plus;

View File

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

View File

@ -1,5 +1,5 @@
{ 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
, networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }:

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, bash, gnugrep
, fixDarwinDylibNames
, file
, fetchpatch
, legacySupport ? false
, static ? stdenv.hostPlatform.isStatic
# 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 { };
isrcsubmit = callPackage ../tools/audio/isrcsubmit { stdenv = gcc10StdenvCompat; };
isrcsubmit = callPackage ../tools/audio/isrcsubmit { };
isync = callPackage ../tools/networking/isync {
inherit (darwin.apple_sdk.frameworks) Security;