mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
treewide: remove unused inputs
This commit is contained in:
parent
2965ad2166
commit
8c8c27bb19
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
unstableGitUpdater,
|
|
||||||
mbrola,
|
mbrola,
|
||||||
languages ? [ ],
|
languages ? [ ],
|
||||||
}:
|
}:
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
boost,
|
boost,
|
||||||
libsodium,
|
libsodium,
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
, jansson
|
, jansson
|
||||||
, libXaw
|
, libXaw
|
||||||
, libXcursor
|
, libXcursor
|
||||||
, libXft
|
|
||||||
, libXi
|
, libXi
|
||||||
, libXpm
|
, libXpm
|
||||||
, libgccjit
|
, libgccjit
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
{ callPackage
|
{ callPackage
|
||||||
, clangStdenv
|
|
||||||
, cling
|
, cling
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, lib
|
|
||||||
, llvmPackages_13
|
|
||||||
, makeWrapper
|
|
||||||
, runCommand
|
|
||||||
, stdenv
|
, stdenv
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
, writeText
|
, writeText
|
||||||
, nodePackages
|
, nodePackages
|
||||||
, python3
|
, python3
|
||||||
, python3Packages
|
|
||||||
, callPackage
|
, callPackage
|
||||||
, neovimUtils
|
, neovimUtils
|
||||||
, vimUtils
|
|
||||||
, perl
|
, perl
|
||||||
, lndir
|
, lndir
|
||||||
}:
|
}:
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
, p7zip
|
, p7zip
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, libXxf86vm
|
, libXxf86vm
|
||||||
, unzip
|
|
||||||
, libGL
|
, libGL
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
buildMozillaMach,
|
buildMozillaMach,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
python311,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
(
|
(
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, libavif
|
, libavif
|
||||||
, libjxl
|
, libjxl
|
||||||
, libtiff
|
|
||||||
, libwebp
|
, libwebp
|
||||||
, libxcrypt
|
, libxcrypt
|
||||||
, python3
|
, python3
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
, zlib
|
, zlib
|
||||||
, zstd
|
, zstd
|
||||||
, openssl
|
, openssl
|
||||||
, glibc
|
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, sparkSupport ? true
|
, sparkSupport ? true
|
||||||
, spark
|
, spark
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchzip
|
, fetchzip
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, jdk8
|
|
||||||
, python3
|
, python3
|
||||||
, coreutils
|
|
||||||
, hadoop
|
, hadoop
|
||||||
, RSupport ? true
|
, RSupport ? true
|
||||||
, R
|
, R
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, cmake
|
, cmake
|
||||||
, gettext
|
|
||||||
, libSrc
|
, libSrc
|
||||||
, stepreduce
|
, stepreduce
|
||||||
, parallel
|
, parallel
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, fetchpatch
|
|
||||||
, python3
|
, python3
|
||||||
, runtimeShell
|
|
||||||
, stress
|
, stress
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildNpmPackage
|
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, dbus
|
, dbus
|
||||||
, freetype
|
, freetype
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ rustPlatform
|
{ rustPlatform
|
||||||
, buildNpmPackage
|
|
||||||
, testers
|
, testers
|
||||||
, libdrm
|
, libdrm
|
||||||
, coolercontrol
|
, coolercontrol
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
buildLua,
|
buildLua,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
unstableGitUpdater,
|
unstableGitUpdater,
|
||||||
libnotify,
|
libnotify,
|
||||||
}:
|
}:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
electron,
|
electron,
|
||||||
nodejs,
|
nodejs,
|
||||||
fetchpatch,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, wrapGAppsHook3
|
, wrapGAppsHook3
|
||||||
, makeWrapper
|
|
||||||
, pixman
|
, pixman
|
||||||
, libpthreadstubs
|
, libpthreadstubs
|
||||||
, gtkmm3
|
, gtkmm3
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
bluez,
|
bluez,
|
||||||
cmake,
|
cmake,
|
||||||
dbus,
|
dbus,
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, intltool
|
, intltool
|
||||||
, json-glib
|
, json-glib
|
||||||
, callPackage
|
|
||||||
, libstartup_notification
|
, libstartup_notification
|
||||||
, libXtst
|
, libXtst
|
||||||
, libXdamage
|
, libXdamage
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
, networkmanager
|
, networkmanager
|
||||||
, libgudev
|
, libgudev
|
||||||
, libwacom
|
, libwacom
|
||||||
, gnome
|
|
||||||
, wrapGAppsHook3
|
, wrapGAppsHook3
|
||||||
, tzdata
|
, tzdata
|
||||||
, glibc
|
, glibc
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, runCommand
|
, runCommand
|
||||||
, nixos-artwork
|
|
||||||
, glib
|
, glib
|
||||||
, gnome-terminal
|
, gnome-terminal
|
||||||
, gtk3
|
, gtk3
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, libcanberra
|
, libcanberra
|
||||||
, libxslt
|
, libxslt
|
||||||
, makeWrapper
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, go-md2man
|
, go-md2man
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
lib,
|
lib,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
python3,
|
|
||||||
gtk3,
|
gtk3,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
buildEnv,
|
buildEnv,
|
||||||
gnome,
|
|
||||||
gnome-panel,
|
gnome-panel,
|
||||||
gnome-flashback,
|
gnome-flashback,
|
||||||
xorg,
|
xorg,
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
gnome,
|
|
||||||
perl,
|
perl,
|
||||||
gettext,
|
gettext,
|
||||||
gtk3,
|
gtk3,
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
# For tests
|
# For tests
|
||||||
testers,
|
testers,
|
||||||
runCommand,
|
runCommand,
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, libiconv
|
|
||||||
, libkrun
|
, libkrun
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, passt
|
, passt
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
|
||||||
ledger,
|
ledger,
|
||||||
hledger,
|
hledger,
|
||||||
}:
|
}:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
, doxygen
|
, doxygen
|
||||||
, enet
|
, enet
|
||||||
, fetchzip
|
, fetchzip
|
||||||
, fetchurl
|
|
||||||
, fmt
|
, fmt
|
||||||
, ffmpeg-headless
|
, ffmpeg-headless
|
||||||
, gamemode
|
, gamemode
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
fetchpatch,
|
fetchpatch,
|
||||||
stdenv,
|
stdenv,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
gnome,
|
|
||||||
gettext,
|
gettext,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
cairo,
|
cairo,
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
dotnetCorePackages,
|
dotnetCorePackages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fontconfig,
|
|
||||||
lib,
|
lib,
|
||||||
runCommand,
|
runCommand,
|
||||||
pname ? "nexusmods-app",
|
pname ? "nexusmods-app",
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
youtube-dl,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
z3,
|
z3,
|
||||||
aiger,
|
aiger,
|
||||||
btor2tools,
|
btor2tools,
|
||||||
python3Packages,
|
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
libxml2,
|
libxml2,
|
||||||
libxslt,
|
libxslt,
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
|
||||||
postgresql,
|
postgresql,
|
||||||
sqlite,
|
sqlite,
|
||||||
}:
|
}:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
cmake,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python3,
|
python3,
|
||||||
}:
|
}:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
lib,
|
lib,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
python3,
|
|
||||||
unhide,
|
unhide,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
, webkitgtk_4_1
|
, webkitgtk_4_1
|
||||||
, nodePackages
|
, nodePackages
|
||||||
, ninja
|
, ninja
|
||||||
, gsettings-desktop-schemas
|
|
||||||
, djvulibre
|
, djvulibre
|
||||||
, backends ? [ "pdf" "ps" /* "dvi" "t1lib" */ "djvu" "tiff" "pixbuf" "comics" "xps" "epub" ]
|
, backends ? [ "pdf" "ps" /* "dvi" "t1lib" */ "djvu" "tiff" "pixbuf" "comics" "xps" "epub" ]
|
||||||
}:
|
}:
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
ncurses,
|
ncurses,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
bluez,
|
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchPypi,
|
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "yt-dlg";
|
pname = "yt-dlg";
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
{ mkYarnPackage
|
{ mkYarnPackage
|
||||||
, fetchYarnDeps
|
, fetchYarnDeps
|
||||||
, lib
|
|
||||||
|
|
||||||
, grpc-gateway
|
, grpc-gateway
|
||||||
, protoc-gen-grpc-web
|
, protoc-gen-grpc-web
|
||||||
, protoc-gen-js
|
, protoc-gen-js
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gettext
|
, gettext
|
||||||
, itstool
|
|
||||||
, libxml2
|
, libxml2
|
||||||
, glib
|
, glib
|
||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
|
@ -8,15 +8,10 @@
|
|||||||
qttools,
|
qttools,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
qt5platform-plugins,
|
qt5platform-plugins,
|
||||||
qtbase,
|
|
||||||
dtkwidget,
|
dtkwidget,
|
||||||
dtkdeclarative,
|
dtkdeclarative,
|
||||||
deepin-ocr-plugin-manager,
|
deepin-ocr-plugin-manager,
|
||||||
gio-qt,
|
|
||||||
udisks2-qt5,
|
|
||||||
image-editor,
|
|
||||||
libraw,
|
libraw,
|
||||||
libexif,
|
|
||||||
freeimage,
|
freeimage,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
libvlc,
|
libvlc,
|
||||||
taglib,
|
taglib,
|
||||||
SDL2,
|
SDL2,
|
||||||
qtbase,
|
|
||||||
gst_all_1,
|
gst_all_1,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
libspectre,
|
libspectre,
|
||||||
openjpeg,
|
openjpeg,
|
||||||
djvulibre,
|
djvulibre,
|
||||||
qtbase,
|
|
||||||
gtest,
|
gtest,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
qtbase,
|
|
||||||
dtkgui,
|
dtkgui,
|
||||||
gsettings-qt,
|
gsettings-qt,
|
||||||
gtk3,
|
gtk3,
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
pcre,
|
pcre,
|
||||||
lucenepp,
|
lucenepp,
|
||||||
boost,
|
boost,
|
||||||
dbus,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
runCommand,
|
runCommand,
|
||||||
glib,
|
glib,
|
||||||
gtk3,
|
|
||||||
dde-grand-search,
|
dde-grand-search,
|
||||||
startdde,
|
startdde,
|
||||||
dde-session-shell,
|
dde-session-shell,
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
config,
|
config,
|
||||||
libsForQt5,
|
libsForQt5,
|
||||||
}:
|
}:
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
tzdata,
|
tzdata,
|
||||||
xkeyboard_config,
|
xkeyboard_config,
|
||||||
runtimeShell,
|
runtimeShell,
|
||||||
xorg,
|
|
||||||
xdotool,
|
|
||||||
getconf,
|
|
||||||
dbus,
|
dbus,
|
||||||
util-linux,
|
util-linux,
|
||||||
dde-session-ui,
|
dde-session-ui,
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
cmake,
|
cmake,
|
||||||
qttools,
|
qttools,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
libisoburn,
|
|
||||||
ncnn,
|
ncnn,
|
||||||
opencv,
|
opencv,
|
||||||
vulkan-headers,
|
vulkan-headers,
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
mtdev,
|
mtdev,
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
, openjpeg
|
, openjpeg
|
||||||
, openssl
|
, openssl
|
||||||
, poppler
|
, poppler
|
||||||
, python3Packages
|
|
||||||
, systemd
|
, systemd
|
||||||
, udev
|
, udev
|
||||||
, util-linux
|
, util-linux
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
runCommand,
|
runCommand,
|
||||||
pkg-config,
|
|
||||||
gdk-pixbuf,
|
gdk-pixbuf,
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
cmake,
|
cmake,
|
||||||
content-hub,
|
content-hub,
|
||||||
gettext,
|
gettext,
|
||||||
libreoffice,
|
|
||||||
libreoffice-unwrapped,
|
libreoffice-unwrapped,
|
||||||
lomiri-ui-toolkit,
|
lomiri-ui-toolkit,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
lomiri,
|
lomiri,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
runtimeShell,
|
|
||||||
systemd,
|
systemd,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
, libgee
|
, libgee
|
||||||
, gettext
|
, gettext
|
||||||
, gtk3
|
, gtk3
|
||||||
, gnome-menus
|
|
||||||
, json-glib
|
, json-glib
|
||||||
, elementary-dock
|
, elementary-dock
|
||||||
, bamf
|
, bamf
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
, libhandy
|
, libhandy
|
||||||
, libxml2
|
, libxml2
|
||||||
, libsoup
|
, libsoup
|
||||||
, libgdata
|
|
||||||
, elementary-calendar
|
, elementary-calendar
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, substituteAll
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
{ lua
|
{ lua
|
||||||
, lib
|
, lib
|
||||||
, makeSetupHook
|
, makeSetupHook
|
||||||
, findutils
|
|
||||||
, runCommand
|
, runCommand
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
cmake,
|
cmake,
|
||||||
freetype,
|
freetype,
|
||||||
gfortran,
|
gfortran,
|
||||||
gnused,
|
|
||||||
openssl,
|
openssl,
|
||||||
libnsl,
|
libnsl,
|
||||||
motif,
|
motif,
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
typing-extensions,
|
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pyahocorasick,
|
pyahocorasick,
|
||||||
hypothesis,
|
hypothesis,
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
isPyPy,
|
isPyPy,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
fetchpatch2,
|
|
||||||
setuptools,
|
setuptools,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
libffi,
|
libffi,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
pycparser,
|
pycparser,
|
||||||
pythonAtLeast,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
unittestCheckHook,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
setuptools,
|
setuptools,
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
requests,
|
requests,
|
||||||
setuptools,
|
setuptools,
|
||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
sphinx-rtd-theme,
|
|
||||||
stripe,
|
stripe,
|
||||||
suds-community,
|
suds-community,
|
||||||
xmltodict,
|
xmltodict,
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
cmake,
|
cmake,
|
||||||
doxygen,
|
doxygen,
|
||||||
eigen,
|
eigen,
|
||||||
gtest,
|
|
||||||
hdf5,
|
hdf5,
|
||||||
lapack,
|
lapack,
|
||||||
mpi,
|
mpi,
|
||||||
|
@ -4,9 +4,7 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
distutils,
|
distutils,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fickling,
|
|
||||||
flit-core,
|
flit-core,
|
||||||
numpy,
|
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
torch,
|
torch,
|
||||||
|
@ -14,16 +14,10 @@
|
|||||||
freezegun,
|
freezegun,
|
||||||
httpx,
|
httpx,
|
||||||
langchain,
|
langchain,
|
||||||
lark,
|
|
||||||
pandas,
|
|
||||||
pytest-asyncio,
|
pytest-asyncio,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-mock,
|
pytest-mock,
|
||||||
pytest-socket,
|
|
||||||
requests-mock,
|
|
||||||
responses,
|
|
||||||
syrupy,
|
syrupy,
|
||||||
toml,
|
|
||||||
|
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
hatchling,
|
hatchling,
|
||||||
importlib-metadata,
|
importlib-metadata,
|
||||||
opentelemetry-test-utils,
|
opentelemetry-test-utils,
|
||||||
setuptools,
|
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
writeScript,
|
writeScript,
|
||||||
}:
|
}:
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
opentelemetry-api,
|
opentelemetry-api,
|
||||||
opentelemetry-semantic-conventions,
|
opentelemetry-semantic-conventions,
|
||||||
opentelemetry-test-utils,
|
opentelemetry-test-utils,
|
||||||
setuptools,
|
|
||||||
typing-extensions,
|
typing-extensions,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
}:
|
}:
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch2,
|
fetchpatch2,
|
||||||
setuptools,
|
|
||||||
cython_0,
|
cython_0,
|
||||||
zfs,
|
zfs,
|
||||||
}:
|
}:
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
setuptools-scm,
|
setuptools-scm,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
pyflakes,
|
pyflakes,
|
||||||
vulture,
|
vulture,
|
||||||
setuptools,
|
setuptools,
|
||||||
isort,
|
|
||||||
pylint,
|
pylint,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
}:
|
}:
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
arrow,
|
arrow,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
freezegun,
|
freezegun,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
pythonRelaxDepsHook,
|
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
setuptools,
|
setuptools,
|
||||||
ipywidgets,
|
ipywidgets,
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
pyyaml,
|
pyyaml,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
scipy,
|
scipy,
|
||||||
setuptools,
|
setuptools,
|
||||||
simpleitk,
|
simpleitk,
|
||||||
six,
|
|
||||||
tifffile,
|
tifffile,
|
||||||
wheel,
|
wheel,
|
||||||
}:
|
}:
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
snakemake,
|
|
||||||
snakemake-interface-storage-plugins,
|
snakemake-interface-storage-plugins,
|
||||||
snakemake-interface-common,
|
snakemake-interface-common,
|
||||||
sysrsync,
|
sysrsync,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
blis,
|
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
callPackage,
|
callPackage,
|
||||||
catalogue,
|
catalogue,
|
||||||
|
@ -3,17 +3,9 @@
|
|||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
python,
|
python,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
mkdocs,
|
|
||||||
twine,
|
|
||||||
arpeggio,
|
arpeggio,
|
||||||
click,
|
click,
|
||||||
future,
|
|
||||||
setuptools,
|
|
||||||
callPackage,
|
callPackage,
|
||||||
gprof2dot,
|
|
||||||
html5lib,
|
|
||||||
jinja2,
|
|
||||||
psutil,
|
|
||||||
flit-core,
|
flit-core,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
preshed,
|
preshed,
|
||||||
pydantic,
|
pydantic,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
python,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
setuptools,
|
setuptools,
|
||||||
srsly,
|
srsly,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
python,
|
python,
|
||||||
ndtypes,
|
ndtypes,
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, openal
|
, openal
|
||||||
, libtool
|
|
||||||
, enet
|
, enet
|
||||||
, SDL2
|
, SDL2
|
||||||
, curl
|
, curl
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, writers
|
|
||||||
, temurin-jre-bin-17
|
, temurin-jre-bin-17
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchsvn
|
, fetchsvn
|
||||||
, autoreconfHook
|
|
||||||
, autoconf
|
, autoconf
|
||||||
, automake
|
, automake
|
||||||
, libtool
|
, libtool
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
, gcc-unwrapped
|
, gcc-unwrapped
|
||||||
, glib
|
, glib
|
||||||
, glibc
|
, glibc
|
||||||
, gnome2
|
|
||||||
, gtk2-x11
|
, gtk2-x11
|
||||||
, libGL
|
, libGL
|
||||||
, libpulseaudio
|
, libpulseaudio
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, cmake
|
, cmake
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, kcoreaddons
|
, kcoreaddons
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, findutils
|
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, dpkg
|
, dpkg
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, pkgs
|
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, ninja
|
, ninja
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, cmake
|
, cmake
|
||||||
, file
|
, file
|
||||||
, writeText
|
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, jdk8_headless
|
|
||||||
, jdk11_headless
|
, jdk11_headless
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, gzip
|
|
||||||
, brotli
|
, brotli
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
, pcre
|
, pcre
|
||||||
, perlPackages
|
, perlPackages
|
||||||
, python3
|
, python3
|
||||||
, xz
|
|
||||||
, zlib
|
|
||||||
, catch2
|
, catch2
|
||||||
# recommended dependencies
|
# recommended dependencies
|
||||||
, withHwloc ? true
|
, withHwloc ? true
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
, pkgconf
|
, pkgconf
|
||||||
, libtool
|
, libtool
|
||||||
, bison
|
, bison
|
||||||
, libasr
|
|
||||||
, libevent
|
, libevent
|
||||||
, zlib
|
, zlib
|
||||||
, libressl
|
, libressl
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pkgs
|
|
||||||
, stdenv
|
, stdenv
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, openssl
|
|
||||||
, postgresql
|
, postgresql
|
||||||
, postgresqlTestHook
|
, postgresqlTestHook
|
||||||
, readline
|
|
||||||
, testers
|
, testers
|
||||||
, zlib
|
, zlib
|
||||||
}:
|
}:
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, postgresql
|
, postgresql
|
||||||
, openssl
|
|
||||||
, zlib
|
|
||||||
, readline
|
|
||||||
, flex
|
, flex
|
||||||
, curl
|
, curl
|
||||||
, json_c
|
, json_c
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
, yarn
|
, yarn
|
||||||
, makeBinaryWrapper
|
, makeBinaryWrapper
|
||||||
, nodejs
|
, nodejs
|
||||||
, node-gyp
|
|
||||||
, python3
|
, python3
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, callPackage
|
, callPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchPypi
|
|
||||||
, fetchpatch
|
|
||||||
, python3Packages
|
, python3Packages
|
||||||
}:
|
}:
|
||||||
/*
|
/*
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user