mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: remove unused arguments
This commit is contained in:
parent
0b9ee9c25a
commit
670aba9a64
171 changed files with 5 additions and 201 deletions
|
@ -3,7 +3,6 @@
|
||||||
mopidy,
|
mopidy,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
fetchpatch,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
qtbase,
|
qtbase,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchpatch,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
python3,
|
python3,
|
||||||
qtbase,
|
qtbase,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qmake,
|
qmake,
|
||||||
qttools,
|
qttools,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
Carbon,
|
Carbon,
|
||||||
Cocoa,
|
Cocoa,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchzip,
|
|
||||||
fetchurl,
|
|
||||||
makeBinaryWrapper,
|
makeBinaryWrapper,
|
||||||
zulu,
|
zulu,
|
||||||
ant,
|
ant,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchzip,
|
|
||||||
fetchurl,
|
fetchurl,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
|
||||||
replaceVars,
|
replaceVars,
|
||||||
buildEnv,
|
buildEnv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, cmake
|
, cmake
|
||||||
# Remove gcc and python references
|
# Remove gcc and python references
|
||||||
, removeReferencesTo
|
, removeReferencesTo
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
, cmake
|
, cmake
|
||||||
, git
|
, git
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtdeclarative
|
, qtdeclarative
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ fetchurl, fetchpatch, lib, stdenv, buildPackages
|
{ fetchurl, lib, stdenv, buildPackages
|
||||||
, curl, openssl, zlib, expat, perlPackages, python3, gettext, cpio
|
, curl, openssl, zlib, expat, perlPackages, python3, gettext, cpio
|
||||||
, gnugrep, gnused, gawk, coreutils # needed at runtime by git-filter-branch etc
|
, gnugrep, gnused, gawk, coreutils # needed at runtime by git-filter-branch etc
|
||||||
, openssh, pcre2, bash
|
, openssh, pcre2, bash
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook269,
|
autoreconfHook269,
|
||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
crystal_1_11,
|
crystal_1_11,
|
||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
linkFarm,
|
|
||||||
fetchgit,
|
|
||||||
|
|
||||||
gtk3,
|
gtk3,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
xorg,
|
xorg,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchzip,
|
|
||||||
lib,
|
lib,
|
||||||
cmake,
|
cmake,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch2,
|
|
||||||
alsa-lib,
|
alsa-lib,
|
||||||
boost,
|
boost,
|
||||||
curl,
|
curl,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
atk,
|
atk,
|
||||||
cairo,
|
cairo,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
alsa-topology-conf,
|
alsa-topology-conf,
|
||||||
alsa-ucm-conf,
|
alsa-ucm-conf,
|
||||||
testers,
|
testers,
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
cmake,
|
cmake,
|
||||||
doxygen,
|
doxygen,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
fuse,
|
fuse,
|
||||||
libevent,
|
libevent,
|
||||||
xz,
|
xz,
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libuuid,
|
libuuid,
|
||||||
libsodium,
|
libsodium,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchzip,
|
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
apple-sdk_11,
|
apple-sdk_11,
|
||||||
cmake,
|
cmake,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
buildDotnetModule,
|
buildDotnetModule,
|
||||||
dotnetCorePackages,
|
dotnetCorePackages,
|
||||||
xz,
|
xz,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
|
||||||
linuxHeaders,
|
linuxHeaders,
|
||||||
buildPackages,
|
buildPackages,
|
||||||
libopcodes,
|
libopcodes,
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
flex,
|
flex,
|
||||||
bison,
|
bison,
|
||||||
util-linux,
|
util-linux,
|
||||||
fetchpatch,
|
|
||||||
nixosTests,
|
nixosTests,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
cmake,
|
cmake,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
fixDarwinDylibNames,
|
fixDarwinDylibNames,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
libGL,
|
libGL,
|
||||||
libpng,
|
libpng,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
intltool,
|
intltool,
|
||||||
libxml2,
|
libxml2,
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchgit,
|
fetchgit,
|
||||||
fetchpatch,
|
|
||||||
|
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
|
@ -26,7 +25,6 @@
|
||||||
exiv2,
|
exiv2,
|
||||||
libxml2,
|
libxml2,
|
||||||
libxslt,
|
libxslt,
|
||||||
ffmpeg,
|
|
||||||
jasper,
|
jasper,
|
||||||
eigen,
|
eigen,
|
||||||
lensfun,
|
lensfun,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchgit,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
buildPackages,
|
buildPackages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
popt,
|
popt,
|
||||||
mandoc,
|
mandoc,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
alsa-lib,
|
alsa-lib,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
darwin,
|
darwin,
|
||||||
gpgme,
|
gpgme,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchurl,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
flutter327,
|
flutter327,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitea,
|
fetchFromGitea,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
fetchgit,
|
fetchgit,
|
||||||
fetchpatch,
|
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
lib,
|
lib,
|
||||||
libftdi1,
|
libftdi1,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
python3,
|
python3,
|
||||||
fetchPypi,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
testers,
|
testers,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
fetchurl,
|
|
||||||
patchelf,
|
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
cairo,
|
cairo,
|
||||||
dbus,
|
dbus,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
|
@ -14,7 +13,6 @@
|
||||||
cmake,
|
cmake,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
appstream,
|
appstream,
|
||||||
fetchPypi,
|
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
glib,
|
glib,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
callPackage,
|
callPackage,
|
||||||
guile,
|
guile,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
|
||||||
immich,
|
immich,
|
||||||
python3,
|
python3,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
|
||||||
python3,
|
python3,
|
||||||
nodejs,
|
nodejs,
|
||||||
node-gyp,
|
node-gyp,
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
rustc,
|
rustc,
|
||||||
jq,
|
jq,
|
||||||
moreutils,
|
moreutils,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchpatch,
|
|
||||||
|
|
||||||
# build time
|
# build time
|
||||||
bison,
|
bison,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchzip,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
vst2-sdk,
|
vst2-sdk,
|
||||||
wine64,
|
wine64,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ ffmpeg_7-full
|
{ ffmpeg_7-full
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, lib
|
, lib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
meson,
|
meson,
|
||||||
libtsm,
|
libtsm,
|
||||||
systemdLibs,
|
systemdLibs,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
perl,
|
perl,
|
||||||
bsd-finger,
|
bsd-finger,
|
||||||
withAbook ? true,
|
withAbook ? true,
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
libgit2,
|
libgit2,
|
||||||
glib,
|
glib,
|
||||||
python3,
|
python3,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
fftw,
|
fftw,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
gtk-doc,
|
gtk-doc,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
python3,
|
python3,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
SDL,
|
SDL,
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
autoconf-archive,
|
autoconf-archive,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
coreutils,
|
coreutils,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchFromGitiles,
|
fetchFromGitiles,
|
||||||
fetchgit,
|
|
||||||
fetchurl,
|
|
||||||
runCommand,
|
runCommand,
|
||||||
lib,
|
lib,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
fetchpatch,
|
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
|
|
||||||
# native build inputs
|
# native build inputs
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
appstream,
|
appstream,
|
||||||
cmake,
|
cmake,
|
||||||
fetchpatch,
|
|
||||||
gettext,
|
gettext,
|
||||||
git,
|
git,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
blas,
|
blas,
|
||||||
fetchzip,
|
fetchzip,
|
||||||
fetchpatch,
|
|
||||||
gfortran,
|
gfortran,
|
||||||
lapack,
|
lapack,
|
||||||
lib,
|
lib,
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
withPtScotch ? mpiSupport,
|
withPtScotch ? mpiSupport,
|
||||||
stdenv,
|
stdenv,
|
||||||
fixDarwinDylibNames,
|
fixDarwinDylibNames,
|
||||||
mpi,
|
|
||||||
mpiSupport ? false,
|
mpiSupport ? false,
|
||||||
mpiCheckPhaseHook,
|
mpiCheckPhaseHook,
|
||||||
scalapack,
|
scalapack,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
boost,
|
boost,
|
||||||
dash,
|
dash,
|
||||||
freetype,
|
freetype,
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
stdenv,
|
|
||||||
fetchurl,
|
|
||||||
nim-unwrapped-1,
|
nim-unwrapped-1,
|
||||||
nim,
|
nim,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
stdenv,
|
|
||||||
fetchurl,
|
|
||||||
nim-unwrapped-2_0,
|
nim-unwrapped-2_0,
|
||||||
nim-2_2,
|
nim-2_2,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchgit,
|
|
||||||
fetchzip,
|
fetchzip,
|
||||||
python312,
|
python312,
|
||||||
rtlcss,
|
rtlcss,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
buildGo124Module,
|
buildGo124Module,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
buildEnv,
|
buildEnv,
|
||||||
linkFarm,
|
linkFarm,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
moreutils,
|
moreutils,
|
||||||
jq,
|
jq,
|
||||||
git,
|
git,
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
|
||||||
fetchpatch2,
|
|
||||||
|
|
||||||
gradle_8,
|
gradle_8,
|
||||||
gradle_7,
|
gradle_7,
|
||||||
perl,
|
perl,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchzip,
|
|
||||||
libX11,
|
libX11,
|
||||||
vst2-sdk,
|
vst2-sdk,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, callPackage
|
, callPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchurl
|
|
||||||
, testers
|
, testers
|
||||||
|
|
||||||
, enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format
|
, enableE57 ? lib.meta.availableOn stdenv.hostPlatform libe57format
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
|
||||||
bash,
|
bash,
|
||||||
pds,
|
pds,
|
||||||
makeBinaryWrapper,
|
makeBinaryWrapper,
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
fetchpatch,
|
|
||||||
autoAddDriverRunpath,
|
autoAddDriverRunpath,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
cimg,
|
cimg,
|
||||||
imagemagick,
|
imagemagick,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
imagemagick,
|
imagemagick,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
imagemagick,
|
imagemagick,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
fetchurl,
|
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
lib,
|
lib,
|
||||||
pnpm_9,
|
pnpm_9,
|
||||||
|
@ -9,8 +8,6 @@
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
imagemagick,
|
imagemagick,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
autoPatchelfHook,
|
|
||||||
writeShellApplication,
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
izzy = rustPlatform.buildRustPackage rec {
|
izzy = rustPlatform.buildRustPackage rec {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
qt6,
|
qt6,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
SDL2,
|
SDL2,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
cppunit,
|
cppunit,
|
||||||
curl,
|
curl,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
libtool,
|
libtool,
|
||||||
libtorrent,
|
libtorrent,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchurl,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
bzip2,
|
bzip2,
|
||||||
openssl,
|
openssl,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
alsa-lib,
|
alsa-lib,
|
||||||
freetype,
|
freetype,
|
||||||
ftgl,
|
ftgl,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
zlib,
|
zlib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, clangStdenv, fetchFromGitHub, fetchpatch, libxml2, openssl
|
{ lib, clangStdenv, fetchFromGitHub, libxml2, openssl
|
||||||
, openldap, mariadb, libmysqlclient, libpq
|
, openldap, mariadb, libmysqlclient, libpq
|
||||||
, gnustep-make
|
, gnustep-make
|
||||||
, gnustep-base
|
, gnustep-base
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
python3,
|
python3,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ssm-session-manager-plugin";
|
pname = "ssm-session-manager-plugin";
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
copyDesktopItems,
|
copyDesktopItems,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchPypi,
|
|
||||||
lib,
|
lib,
|
||||||
makeDesktopItem,
|
makeDesktopItem,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchDebianPatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
gfortran,
|
gfortran,
|
||||||
blas,
|
blas,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libtasn1,
|
libtasn1,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
perl,
|
perl,
|
||||||
unzip,
|
unzip,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
imagemagick,
|
imagemagick,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
taglib,
|
taglib,
|
||||||
zlib,
|
zlib,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
bison,
|
bison,
|
||||||
libevent,
|
libevent,
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
libnotify,
|
libnotify,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
mpv,
|
mpv,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchpatch,
|
|
||||||
python3,
|
python3,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
gitUpdater,
|
gitUpdater,
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue