Skip to content

Commit

Permalink
pkgs/development/libraries: remove unused fetchpatch and other argume…
Browse files Browse the repository at this point in the history
…nts (#313402)
  • Loading branch information
Sigmanificient authored May 23, 2024
1 parent 53e4461 commit d20a86c
Show file tree
Hide file tree
Showing 76 changed files with 42 additions and 93 deletions.
1 change: 0 additions & 1 deletion pkgs/development/libraries/abseil-cpp/202111.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, static ? stdenv.hostPlatform.isStatic
, cxxStandard ? null
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/allegro/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, cmake
, enet
, fetchFromGitHub
, fetchpatch
, flac
, freetype
, gtk3
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/apr/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, buildPackages, autoreconfHook }:
{ lib, stdenv, fetchurl, buildPackages, autoreconfHook }:

stdenv.mkDerivation rec {
pname = "apr";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.75.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.75.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.77.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.77.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.78.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.78.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.79.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.79.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.80.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.80.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.81.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.81.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.82.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.82.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.83.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.83.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.84.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.84.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/1.85.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ callPackage, fetchurl, fetchpatch, ... } @ args:
{ callPackage, fetchurl, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.85.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/cairo/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, gtk-doc, meson, ninja, pkg-config, python3
{ lib, stdenv, fetchurl, gtk-doc, meson, ninja, pkg-config, python3
, docbook_xsl, fontconfig, freetype, libpng, pixman, zlib
, x11Support? !stdenv.isDarwin || true, libXext, libXrender
, gobjectSupport ? true, glib
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/cereal/1.3.2.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
}:

Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/ceres-solver/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib
, stdenv
, fetchpatch
, fetchurl
, blas
, cmake
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/cmocka/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, fetchpatch, lib, stdenv, cmake }:
{ fetchurl, lib, stdenv, cmake }:

stdenv.mkDerivation rec {
pname = "cmocka";
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/cogl/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, pkg-config
, libGL
, glib
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/crocoddyl/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, example-robot-data
, pinocchio
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/drogon/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, jsoncpp, libossp_uuid, zlib, lib, fetchpatch
{ stdenv, fetchFromGitHub, cmake, jsoncpp, libossp_uuid, zlib, lib
# optional but of negligible size
, openssl, brotli, c-ares
# optional databases
Expand Down
2 changes: 0 additions & 2 deletions pkgs/development/libraries/duckdb/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, substituteAll
, cmake
, ninja
, openssl
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/egl-wayland/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, eglexternalplatform
, pkg-config
, meson
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/exiv2/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, doxygen
, gettext
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fcgi/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:

stdenv.mkDerivation rec {
pname = "fcgi";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fcl/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, eigen, libccd, octomap }:
{ lib, stdenv, fetchFromGitHub, cmake, eigen, libccd, octomap }:

stdenv.mkDerivation rec {
pname = "fcl";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/fmt/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub, fetchpatch
, fetchFromGitHub
, cmake
, enableShared ? !stdenv.hostPlatform.isStatic

Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/fox/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, libpng
, libjpeg
, libtiff
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/fuzzylite/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, ninja
, useFloat ? false
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/geoclue/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchpatch
, intltool
, meson
, mesonEmulatorHook
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/giflib/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch
, fixDarwinDylibNames
, pkgsStatic
}:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/globalarrays/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchpatch, fetchFromGitHub, autoreconfHook
{ lib, stdenv, fetchFromGitHub, autoreconfHook
, blas, gfortran, openssh, mpi
} :

Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/gvfs/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ stdenv
, lib
, fetchurl
, fetchpatch2
, meson
, ninja
, pkg-config
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/hpp-fcl/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, doxygen
, boost
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/kde-frameworks/baloo.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ mkDerivation
, lib
, fetchpatch
, extra-cmake-modules
, kauth
, kconfig
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
mkDerivation, fetchpatch,
mkDerivation,
extra-cmake-modules,
attica, karchive, kcompletion, kconfig, kcoreaddons, ki18n, kiconthemes,
kio, kitemviews, kpackage, kservice, ktextwidgets, kwidgetsaddons, kxmlgui, qtbase,
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/kde-frameworks/krunner.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
mkDerivation, fetchpatch,
mkDerivation,
extra-cmake-modules,
kconfig, kcoreaddons, ki18n, kio, kservice, plasma-framework, qtbase,
qtdeclarative, solid, threadweaver, kwindowsystem
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/kde-frameworks/purpose.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
mkDerivation, extra-cmake-modules, intltool, qtbase
, accounts-qt, qtdeclarative, kaccounts-integration, kconfig, kcoreaddons, ki18n, kio, kirigami2
, fetchpatch, signond
, signond
}:

mkDerivation {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libbladeRF/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, pkg-config, cmake, git, doxygen, help2man, ncurses, tecla
{ stdenv, lib, fetchFromGitHub, pkg-config, cmake, git, doxygen, help2man, ncurses, tecla
, libusb1, udev }:

stdenv.mkDerivation rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libbluray/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, pkg-config, fontconfig, autoreconfHook, DiskArbitration
{ lib, stdenv, fetchurl, pkg-config, fontconfig, autoreconfHook, DiskArbitration
, withJava ? false, jdk17, ant, stripJavaArchivesHook
, withAACS ? false, libaacs
, withBDplus ? false, libbdplus
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libcdr/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, libwpg, libwpd, lcms, pkg-config, librevenge, icu, boost, cppunit }:
{ lib, stdenv, fetchurl, libwpg, libwpd, lcms, pkg-config, librevenge, icu, boost, cppunit }:

stdenv.mkDerivation rec {
pname = "libcdr";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libdigidocpp/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, cmake, minizip, pcsclite, opensc, openssl
{ lib, stdenv, fetchurl, cmake, minizip, pcsclite, opensc, openssl
, xercesc, xml-security-c, pkg-config, xsd, zlib, xalanc, xxd }:

stdenv.mkDerivation rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libevdev/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, python3 }:
{ lib, stdenv, fetchurl, python3 }:

stdenv.mkDerivation rec {
pname = "libevdev";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libewf/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, fetchpatch, lib, stdenv, zlib, openssl, libuuid, pkg-config, bzip2 }:
{ fetchurl, lib, stdenv, zlib, openssl, libuuid, pkg-config, bzip2 }:

stdenv.mkDerivation rec {
version = "20231119";
Expand Down
3 changes: 1 addition & 2 deletions pkgs/development/libraries/libffi/3.3.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch
, autoreconfHook
{ lib, stdenv, fetchurl

, doCheck ? true # test suite depends on dejagnu which cannot be used during bootstrapping
, dejagnu
Expand Down
3 changes: 1 addition & 2 deletions pkgs/development/libraries/libffi/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch
, autoreconfHook
{ lib, stdenv, fetchurl

# test suite depends on dejagnu which cannot be used during bootstrapping
# dejagnu also requires tcl which can't be built statically at the moment
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libgdiplus/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchzip, pkg-config, glib, cairo, Carbon, fontconfig
, libtiff, giflib, libjpeg, libpng
, libXrender, libexif, autoreconfHook, fetchpatch }:
, libXrender, libexif, autoreconfHook }:

stdenv.mkDerivation (finalAttrs: {
pname = "libgdiplus";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libmd/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, autoreconfHook }:
{ lib, stdenv, fetchurl, autoreconfHook }:

stdenv.mkDerivation (finalAttrs: {
pname = "libmd";
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/libopenshot-audio/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, alsa-lib
, cmake
, doxygen
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/libopus/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib
, stdenv
, fetchpatch
, fetchurl
, gitUpdater
, meson
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/libraspberrypi/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, pkg-config
}:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libschrift/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch }:
{ lib, stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
pname = "libschrift";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libunwind/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, autoreconfHook, xz, buildPackages }:
{ stdenv, lib, fetchFromGitHub, autoreconfHook, xz, buildPackages }:

stdenv.mkDerivation rec {
pname = "libunwind";
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/libusb1/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, autoreconfHook
, doxygen
, pkg-config
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/libvncserver/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, libjpeg
, openssl
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/malcontent/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchFromGitLab
, fetchpatch
, meson
, ninja
, pkg-config
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/mediastreamer/msopenh264.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ autoreconfHook
, cmake
, fetchFromGitLab
, fetchpatch
, mediastreamer
, openh264
, pkg-config
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/minizip-ng/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, gtest
, pkg-config
Expand Down
Loading

0 comments on commit d20a86c

Please sign in to comment.