Merge pull request #245438 from figsoda/unused-4

This commit is contained in:
figsoda 2023-07-26 23:16:16 -04:00 committed by GitHub
commit 5b05f88050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 29 deletions

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, sunwait
, wallutils
, rPackages
}:
stdenvNoCC.mkDerivation rec {
@ -27,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
--replace "sunwait" "${sunwait}/bin/sunwait" \
--replace "setwallpaper" "${wallutils}/bin/setwallpaper" \
--replace '$HOME/sunpaper/images/' "$out/share/sunpaper/images/"
'';
'';
installPhase = ''
mkdir -p "$out/bin" "$out/share/sunpaper/images"

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, fixDarwinDylibNames, which, dieHook
, enableShared ? !(stdenv.hostPlatform.isStatic)
, enableShared ? !stdenv.hostPlatform.isStatic
, enableStatic ? stdenv.hostPlatform.isStatic
# for passthru.tests
, nix
@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
postInstall =
let
inherit (stdenv.hostPlatform.extensions) sharedLibrary;
soVersion = "3";
in

View file

@ -1,15 +1,15 @@
{ lib, stdenv, fetchFromGitHub, ruby, ocamlPackages
{ lib, fetchFromGitHub, ocamlPackages
, ipaexfont, junicode, lmodern, lmmath
}:
let
camlpdf = ocamlPackages.camlpdf.overrideAttrs (o: {
camlpdf = ocamlPackages.camlpdf.overrideAttrs {
src = fetchFromGitHub {
owner = "gfngfn";
repo = "camlpdf";
rev = "v2.3.1+satysfi";
sha256 = "1s8wcqdkl1alvfcj67lhn3qdz8ikvd1v64f4q6bi4c0qj9lmp30k";
};
});
};
otfm = ocamlPackages.otfm.overrideAttrs (o: {
src = fetchFromGitHub {
owner = "gfngfn";

View file

@ -3,7 +3,6 @@
, lib
, makeWrapper
, autoreconfHook
, buildEnv
, python3
, fontforge
, potrace

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
}:
stdenvNoCC.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation {
pname = "pgf-umlcd";
version = "unstable-2020-05-28";
@ -30,4 +30,4 @@ stdenvNoCC.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
};
})
}

View file

@ -10,12 +10,10 @@
, makeWrapper
, mplayer
, mpv
, ncurses
, procps
, scdoc
, stdenv
, streamlink
, sudo
, vlc
}:

View file

@ -18,7 +18,7 @@ let
cement = changeVersion super.cement.overridePythonAttrs "2.8.2" "sha256-h2XtBSwGHXTk0Bia3cM9Jo3lRMohmyWdeXdB9yXkItI=";
wcwidth = changeVersion super.wcwidth.overridePythonAttrs "0.1.9" "sha256-7nOGKGKhVr93/5KwkDT8SCXdOvnPgbxbNgZo1CXzxfE=";
semantic-version = changeVersion super.semantic-version.overridePythonAttrs "2.8.5" "sha256-0sst4FWHYpNGebmhBOguynr0SMn0l00fPuzP9lHfilQ=";
pyyaml = super.pyyaml.overridePythonAttrs (oldAttrs: rec {
pyyaml = super.pyyaml.overridePythonAttrs rec {
version = "5.4.1";
checkPhase = ''
runHook preCheck
@ -30,7 +30,7 @@ let
inherit version;
hash = "sha256-YHd0y7oocyv6gCtUuqdIQhX1MJkQVbtWLvvtWy8gpF4=";
};
});
};
};
};
in

View file

@ -3,7 +3,6 @@
, buildPythonPackage
, bash
, bashInteractive
, systemd
, util-linux
, boto
, setuptools

View file

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, fetchpatch, lib, coreutils, makeWrapper
{ buildGoModule, fetchFromGitHub, lib, coreutils, makeWrapper
, google-guest-configs, google-guest-oslogin, iproute2, dhcp, procps
}:

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, makeWrapper, substituteAll
{ stdenv, lib, fetchFromGitHub, makeWrapper
, ipcalc, iproute2, util-linux, coreutils, ethtool, gnugrep, gnused, nvme-cli }:
stdenv.mkDerivation rec {

View file

@ -1,6 +1,5 @@
{ stdenv
, lib
, bashInteractive
{ lib
, stdenv
, curl
, fetchFromGitHub
, json_c

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, system ? builtins.currentSystem, ovftoolBundles ? {}
, requireFile, autoPatchelfHook, makeWrapper, unzip
, autoPatchelfHook, makeWrapper, unzip
, glibc, c-ares, libxcrypt-legacy, expat, icu60, xercesc, zlib
}:

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, pkgs
, pam
, scdoc
, gtk3

View file

@ -1,7 +1,6 @@
{ stdenv
, lib
, meson
, cmake
, ninja
, wlroots
, wayland

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }:
{ lib, fetchFromGitHub, rustPlatform, pkg-config, lz4, libxkbcommon }:
rustPlatform.buildRustPackage rec {
pname = "swww";
version = "0.8.1";

View file

@ -10,7 +10,6 @@
, wayland-protocols
, wl-clipboard
, libxkbcommon
, cmake
, libressl
}:
stdenv.mkDerivation rec {

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromSourcehut
, rustPlatform
, fetchFromSourcehut
}:
rustPlatform.buildRustPackage rec {

View file

@ -15,7 +15,7 @@
, wayland-scanner
}:
stdenv.mkDerivation (finalAttrs: {
stdenv.mkDerivation {
pname = "wlay";
version = "unstable-2022-01-26";
@ -54,4 +54,4 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ AndersonTorres ];
inherit (wayland.meta) platforms;
};
})
}