Merge pull request #313271 from Sigmanificient/remove-fetchpatch-pkgs-apps

pkgs/applications: remove uneeded fetchpatch arguments

authored by Aleksana and committed by GitHub efb53136 a2c8fe82

+24 -70
-1
pkgs/applications/accessibility/squeekboard/default.nix
··· 18 , rustc 19 , feedbackd 20 , wrapGAppsHook3 21 - , fetchpatch 22 , nixosTests 23 }: 24
··· 18 , rustc 19 , feedbackd 20 , wrapGAppsHook3 21 , nixosTests 22 }: 23
-1
pkgs/applications/audio/adlplug/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , pkg-config 7 , fmt
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 , pkg-config 6 , fmt
-1
pkgs/applications/audio/clementine/default.nix
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 - , fetchpatch 5 , boost 6 , cmake 7 , chromaprint
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 , boost 5 , cmake 6 , chromaprint
+1 -1
pkgs/applications/audio/fdkaac/default.nix
··· 1 - { lib, stdenv, autoreconfHook, fetchFromGitHub, fetchpatch, fdk_aac }: 2 3 stdenv.mkDerivation rec { 4 pname = "fdkaac";
··· 1 + { lib, stdenv, autoreconfHook, fetchFromGitHub, fdk_aac }: 2 3 stdenv.mkDerivation rec { 4 pname = "fdkaac";
-1
pkgs/applications/audio/giada/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , pkg-config 7 , fltk
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 , pkg-config 6 , fltk
+1 -1
pkgs/applications/audio/lsp-plugins/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch, pkg-config, makeWrapper 2 , libsndfile, jack2 3 , libGLU, libGL, lv2, cairo 4 , ladspaH, php, libXrandr }:
··· 1 + { lib, stdenv, fetchurl, pkg-config, makeWrapper 2 , libsndfile, jack2 3 , libGLU, libGL, lv2, cairo 4 , ladspaH, php, libXrandr }:
-1
pkgs/applications/audio/musikcube/default.nix
··· 2 , cmake 3 , curl 4 , fetchFromGitHub 5 - , fetchpatch 6 , ffmpeg 7 , gnutls 8 , lame
··· 2 , cmake 3 , curl 4 , fetchFromGitHub 5 , ffmpeg 6 , gnutls 7 , lame
-1
pkgs/applications/audio/tenacity/default.nix
··· 1 { stdenv 2 , lib 3 , fetchFromGitea 4 - , fetchpatch 5 , cmake 6 , wxGTK32 7 , gtk3
··· 1 { stdenv 2 , lib 3 , fetchFromGitea 4 , cmake 5 , wxGTK32 6 , gtk3
+1 -1
pkgs/applications/blockchains/haven-cli/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch 2 , cmake, pkg-config 3 , boost179, miniupnpc, openssl, unbound 4 , zeromq, pcsclite, readline, libsodium, hidapi
··· 1 + { lib, stdenv, fetchFromGitHub 2 , cmake, pkg-config 3 , boost179, miniupnpc, openssl, unbound 4 , zeromq, pcsclite, readline, libsodium, hidapi
-1
pkgs/applications/blockchains/solana-validator/default.nix
··· 2 3 { stdenv 4 , fetchFromGitHub 5 - , fetchpatch 6 , lib 7 , rustPlatform 8 , pkg-config
··· 2 3 { stdenv 4 , fetchFromGitHub 5 , lib 6 , rustPlatform 7 , pkg-config
-1
pkgs/applications/editors/rstudio/default.nix
··· 2 , stdenv 3 , mkDerivation 4 , fetchurl 5 - , fetchpatch 6 , fetchFromGitHub 7 , makeDesktopItem 8 , copyDesktopItems
··· 2 , stdenv 3 , mkDerivation 4 , fetchurl 5 , fetchFromGitHub 6 , makeDesktopItem 7 , copyDesktopItems
+1 -1
pkgs/applications/editors/zee/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub, fetchpatch, pkg-config, openssl, stdenv, Security }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "zee";
··· 1 + { lib, rustPlatform, fetchFromGitHub, pkg-config, openssl, stdenv, Security }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "zee";
-1
pkgs/applications/emulators/darling/default.nix
··· 3 , runCommandWith 4 , writeShellScript 5 , fetchFromGitHub 6 - , fetchpatch 7 , nixosTests 8 9 , freetype
··· 3 , runCommandWith 4 , writeShellScript 5 , fetchFromGitHub 6 , nixosTests 7 8 , freetype
-1
pkgs/applications/emulators/vbam/default.nix
··· 2 , cairo 3 , cmake 4 , fetchFromGitHub 5 - , fetchpatch 6 , ffmpeg 7 , gettext 8 , wxGTK32
··· 2 , cairo 3 , cmake 4 , fetchFromGitHub 5 , ffmpeg 6 , gettext 7 , wxGTK32
-1
pkgs/applications/file-managers/nnn/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , installShellFiles 6 , makeWrapper 7 , pkg-config
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , installShellFiles 5 , makeWrapper 6 , pkg-config
-1
pkgs/applications/graphics/gnome-photos/default.nix
··· 1 { stdenv 2 , lib 3 , fetchurl 4 - , fetchpatch2 5 , at-spi2-core 6 , babl 7 , dbus
··· 1 { stdenv 2 , lib 3 , fetchurl 4 , at-spi2-core 5 , babl 6 , dbus
-1
pkgs/applications/graphics/icon-library/default.nix
··· 1 { lib 2 , stdenv 3 , fetchurl 4 - , fetchpatch 5 , wrapGAppsHook4 6 , cargo 7 , desktop-file-utils
··· 1 { lib 2 , stdenv 3 , fetchurl 4 , wrapGAppsHook4 5 , cargo 6 , desktop-file-utils
+1 -1
pkgs/applications/graphics/tesseract/tesseract4.nix
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive, pkg-config 2 - , leptonica, libpng, libtiff, icu, pango, opencl-headers, fetchpatch }: 3 4 stdenv.mkDerivation rec { 5 pname = "tesseract";
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook, autoconf-archive, pkg-config 2 + , leptonica, libpng, libtiff, icu, pango, opencl-headers }: 3 4 stdenv.mkDerivation rec { 5 pname = "tesseract";
+1 -1
pkgs/applications/graphics/tesseract/tesseract5.nix
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config 2 - , curl, leptonica, libarchive, libpng, libtiff, icu, pango, opencl-headers, fetchpatch 3 , Accelerate, CoreGraphics, CoreVideo 4 }: 5
··· 1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config 2 + , curl, leptonica, libarchive, libpng, libtiff, icu, pango, opencl-headers 3 , Accelerate, CoreGraphics, CoreVideo 4 }: 5
+1 -1
pkgs/applications/kde/falkon.nix
··· 1 - { stdenv, mkDerivation, lib, fetchFromGitHub, fetchpatch 2 , cmake, extra-cmake-modules, pkg-config 3 , libpthreadstubs, libxcb, libXdmcp 4 , qtsvg, qttools, qtwebengine, qtx11extras
··· 1 + { stdenv, mkDerivation, lib 2 , cmake, extra-cmake-modules, pkg-config 3 , libpthreadstubs, libxcb, libXdmcp 4 , qtsvg, qttools, qtwebengine, qtx11extras
-1
pkgs/applications/misc/bambu-studio/default.nix
··· 43 webkitgtk, 44 wxGTK31, 45 xorg, 46 - fetchpatch, 47 withSystemd ? stdenv.isLinux, 48 }: 49 let
··· 43 webkitgtk, 44 wxGTK31, 45 xorg, 46 withSystemd ? stdenv.isLinux, 47 }: 48 let
+1 -1
pkgs/applications/misc/bemenu/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, fetchpatch, cairo, libxkbcommon 2 , pango, fribidi, harfbuzz, pcre, pkg-config, scdoc 3 , ncursesSupport ? true, ncurses 4 , waylandSupport ? true, wayland, wayland-protocols, wayland-scanner
··· 1 + { stdenv, lib, fetchFromGitHub, cairo, libxkbcommon 2 , pango, fribidi, harfbuzz, pcre, pkg-config, scdoc 3 , ncursesSupport ? true, ncurses 4 , waylandSupport ? true, wayland, wayland-protocols, wayland-scanner
-1
pkgs/applications/misc/feedbackd/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 - , fetchpatch2 5 , docbook-xsl-nons 6 , docutils 7 , gi-docgen
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 , docbook-xsl-nons 5 , docutils 6 , gi-docgen
-1
pkgs/applications/misc/lenmus/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , pkg-config 7 , makeWrapper
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 , pkg-config 6 , makeWrapper
-1
pkgs/applications/misc/lutris/default.nix
··· 1 { buildPythonApplication 2 , lib 3 , fetchFromGitHub 4 - , fetchpatch 5 6 # build inputs 7 , atk
··· 1 { buildPythonApplication 2 , lib 3 , fetchFromGitHub 4 5 # build inputs 6 , atk
-1
pkgs/applications/misc/maliit-keyboard/default.nix
··· 1 { mkDerivation 2 , lib 3 , fetchFromGitHub 4 - , fetchpatch 5 6 , anthy 7 , hunspell
··· 1 { mkDerivation 2 , lib 3 , fetchFromGitHub 4 5 , anthy 6 , hunspell
-1
pkgs/applications/misc/mediaelch/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 6 , cmake 7 , qttools
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 5 , cmake 6 , qttools
+1 -1
pkgs/applications/misc/qlcplus/default.nix
··· 1 - { lib, mkDerivation, fetchFromGitHub, fetchpatch, qmake, pkg-config, udev 2 , qtmultimedia, qtscript, qtserialport, alsa-lib, ola, libftdi1, libusb-compat-0_1 3 , libsndfile, libmad 4 }:
··· 1 + { lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, udev 2 , qtmultimedia, qtscript, qtserialport, alsa-lib, ola, libftdi1, libusb-compat-0_1 3 , libsndfile, libmad 4 }:
-1
pkgs/applications/misc/rlaunch/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 - , fetchpatch 4 , rustPlatform 5 , xorg 6 }:
··· 1 { lib 2 , fetchFromGitHub 3 , rustPlatform 4 , xorg 5 }:
-1
pkgs/applications/misc/tandoor-recipes/default.nix
··· 2 , nixosTests 3 , python3 4 , fetchFromGitHub 5 - , fetchpatch 6 }: 7 let 8 python = python3.override {
··· 2 , nixosTests 3 , python3 4 , fetchFromGitHub 5 }: 6 let 7 python = python3.override {
-1
pkgs/applications/misc/wmenu/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromSourcehut 4 - , fetchpatch 5 , pkg-config 6 , meson 7 , ninja
··· 1 { lib 2 , stdenv 3 , fetchFromSourcehut 4 , pkg-config 5 , meson 6 , ninja
-1
pkgs/applications/networking/avalanchego/default.nix
··· 1 { IOKit 2 , buildGoModule 3 , fetchFromGitHub 4 - , fetchpatch 5 , lib 6 , stdenv 7 }:
··· 1 { IOKit 2 , buildGoModule 3 , fetchFromGitHub 4 , lib 5 , stdenv 6 }:
-1
pkgs/applications/networking/browsers/lynx/default.nix
··· 8 , sslSupport ? true 9 , openssl 10 , nukeReferences 11 - , fetchpatch 12 }: 13 14 stdenv.mkDerivation rec {
··· 8 , sslSupport ? true 9 , openssl 10 , nukeReferences 11 }: 12 13 stdenv.mkDerivation rec {
-1
pkgs/applications/networking/giara/default.nix
··· 1 { lib 2 , fetchFromGitLab 3 - , fetchpatch 4 , meson 5 , gobject-introspection 6 , pkg-config
··· 1 { lib 2 , fetchFromGitLab 3 , meson 4 , gobject-introspection 5 , pkg-config
-1
pkgs/applications/networking/gnome-network-displays/default.nix
··· 1 { lib, stdenv 2 , fetchurl 3 - , fetchpatch 4 # native 5 , meson 6 , ninja
··· 1 { lib, stdenv 2 , fetchurl 3 # native 4 , meson 5 , ninja
+1 -1
pkgs/applications/networking/hydroxide/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, fetchpatch }: 2 3 buildGoModule rec { 4 pname = "hydroxide";
··· 1 + { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "hydroxide";
+1 -1
pkgs/applications/networking/instant-messengers/signald/default.nix
··· 1 { lib, stdenv, fetchFromGitLab, jdk17_headless, coreutils, findutils, gnused, 2 - gradle, git, perl, makeWrapper, fetchpatch, substituteAll, jre_minimal 3 }: 4 5 # NOTE: when updating the package, please check if some of the hacks in `deps.installPhase`
··· 1 { lib, stdenv, fetchFromGitLab, jdk17_headless, coreutils, findutils, gnused, 2 + gradle, git, perl, makeWrapper, substituteAll, jre_minimal 3 }: 4 5 # NOTE: when updating the package, please check if some of the hacks in `deps.installPhase`
+1 -1
pkgs/applications/networking/ipfs-cluster/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, fetchpatch }: 2 3 buildGoModule rec { 4 pname = "ipfs-cluster";
··· 1 + { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "ipfs-cluster";
+1 -1
pkgs/applications/networking/mailreaders/mmh/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch, ncurses, autoreconfHook, flex }: 2 let rev = "b17ea39dc17e5514f33b3f5c34ede92bd16e208c"; 3 in stdenv.mkDerivation rec { 4 pname = "mmh";
··· 1 + { lib, stdenv, fetchurl, ncurses, autoreconfHook, flex }: 2 let rev = "b17ea39dc17e5514f33b3f5c34ede92bd16e208c"; 3 in stdenv.mkDerivation rec { 4 pname = "mmh";
-1
pkgs/applications/networking/mullvad/libwg.nix
··· 1 { lib 2 , buildGoModule 3 , mullvad 4 - , fetchpatch 5 }: 6 buildGoModule { 7 pname = "libwg";
··· 1 { lib 2 , buildGoModule 3 , mullvad 4 }: 5 buildGoModule { 6 pname = "libwg";
+1 -1
pkgs/applications/networking/p2p/transgui/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, pkg-config, makeDesktopItem, fetchpatch, unzip 2 , fpc, lazarus, libX11, glib, gtk2, gdk-pixbuf, pango, atk, cairo, openssl 3 , unstableGitUpdater }: 4
··· 1 + { lib, stdenv, fetchFromGitHub, pkg-config, makeDesktopItem, unzip 2 , fpc, lazarus, libX11, glib, gtk2, gdk-pixbuf, pango, atk, cairo, openssl 3 , unstableGitUpdater }: 4
-1
pkgs/applications/networking/sniffers/sngrep/default.nix
··· 3 , autoconf 4 , automake 5 , fetchFromGitHub 6 - , fetchpatch 7 , libpcap 8 , ncurses 9 , openssl
··· 3 , autoconf 4 , automake 5 , fetchFromGitHub 6 , libpcap 7 , ncurses 8 , openssl
+1 -1
pkgs/applications/networking/sync/lsyncd/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, cmake, lua, pkg-config, rsync, 2 asciidoc, libxml2, docbook_xml_dtd_45, docbook_xsl, libxslt, xnu }: 3 4 stdenv.mkDerivation rec {
··· 1 + { lib, stdenv, fetchFromGitHub, cmake, lua, pkg-config, rsync, 2 asciidoc, libxml2, docbook_xml_dtd_45, docbook_xsl, libxslt, xnu }: 3 4 stdenv.mkDerivation rec {
-1
pkgs/applications/office/banking/default.nix
··· 1 { lib 2 - , fetchpatch 3 , fetchFromGitLab 4 , python3 5 , appstream-glib
··· 1 { lib 2 , fetchFromGitLab 3 , python3 4 , appstream-glib
-1
pkgs/applications/office/beancount/beancount_share.nix
··· 1 { lib 2 , python3 3 , fetchFromGitHub 4 - , fetchpatch 5 }: 6 7 python3.pkgs.buildPythonApplication rec {
··· 1 { lib 2 , python3 3 , fetchFromGitHub 4 }: 5 6 python3.pkgs.buildPythonApplication rec {
-1
pkgs/applications/office/gtg/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 - , fetchpatch 4 , meson 5 , python3Packages 6 , ninja
··· 1 { lib 2 , fetchFromGitHub 3 , meson 4 , python3Packages 5 , ninja
-1
pkgs/applications/printing/pappl/default.nix
··· 1 { lib, stdenv, fetchFromGitHub 2 - , fetchpatch 3 , avahi 4 , cups 5 , gnutls
··· 1 { lib, stdenv, fetchFromGitHub 2 , avahi 3 , cups 4 , gnutls
-1
pkgs/applications/radio/gnss-sdr/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 - , fetchpatch 4 , armadillo 5 , cmake 6 , gmp
··· 1 { lib 2 , fetchFromGitHub 3 , armadillo 4 , cmake 5 , gmp
-1
pkgs/applications/radio/gnuradio/default.nix
··· 1 { lib, stdenv 2 , fetchFromGitHub 3 - , fetchpatch 4 , cmake 5 # Remove gcc and python references 6 , removeReferencesTo
··· 1 { lib, stdenv 2 , fetchFromGitHub 3 , cmake 4 # Remove gcc and python references 5 , removeReferencesTo
+1 -1
pkgs/applications/science/biology/samtools/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch, zlib, htslib, perl, ncurses ? null }: 2 3 stdenv.mkDerivation rec { 4 pname = "samtools";
··· 1 + { lib, stdenv, fetchurl, zlib, htslib, perl, ncurses ? null }: 2 3 stdenv.mkDerivation rec { 4 pname = "samtools";
+1 -1
pkgs/applications/science/electronics/dsview/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, pkg-config, cmake, wrapQtAppsHook 2 , libzip, boost, fftw, qtbase, qtwayland, qtsvg, libusb1 3 - , python3, fetchpatch, desktopToDarwinBundle 4 }: 5 6 stdenv.mkDerivation rec {
··· 1 { stdenv, lib, fetchFromGitHub, pkg-config, cmake, wrapQtAppsHook 2 , libzip, boost, fftw, qtbase, qtwayland, qtsvg, libusb1 3 + , python3, desktopToDarwinBundle 4 }: 5 6 stdenv.mkDerivation rec {
-1
pkgs/applications/science/electronics/nanovna-saver/default.nix
··· 2 lib, 3 python3, 4 fetchFromGitHub, 5 - fetchpatch, 6 qt6, 7 }: 8 python3.pkgs.buildPythonApplication rec {
··· 2 lib, 3 python3, 4 fetchFromGitHub, 5 qt6, 6 }: 7 python3.pkgs.buildPythonApplication rec {
-1
pkgs/applications/science/electronics/vhd2vl/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , bison 6 , flex 7 , verilog
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , bison 5 , flex 6 , verilog
-1
pkgs/applications/science/math/pari/default.nix
··· 1 { lib 2 , stdenv 3 , fetchurl 4 - , fetchpatch 5 , gmp 6 , libX11 7 , libpthreadstubs
··· 1 { lib 2 , stdenv 3 , fetchurl 4 , gmp 5 , libX11 6 , libpthreadstubs
+1 -1
pkgs/applications/science/medicine/dcmtk/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, zlib, libtiff, libxml2, openssl, libiconv 2 - , libpng, cmake, fetchpatch }: 3 4 with lib; 5 stdenv.mkDerivation rec {
··· 1 { lib, stdenv, fetchFromGitHub, zlib, libtiff, libxml2, openssl, libiconv 2 + , libpng, cmake }: 3 4 with lib; 5 stdenv.mkDerivation rec {
+1 -1
pkgs/applications/system/glances/default.nix
··· 1 - { stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib 2 , defusedxml, future, ujson, packaging, psutil, setuptools 3 # Optional dependencies: 4 , bottle, pysnmp
··· 1 + { stdenv, buildPythonApplication, fetchFromGitHub, isPyPy, lib 2 , defusedxml, future, ujson, packaging, psutil, setuptools 3 # Optional dependencies: 4 , bottle, pysnmp
-1
pkgs/applications/terminal-emulators/foot/default.nix
··· 2 , lib 3 , fetchFromGitea 4 , fetchurl 5 - , fetchpatch 6 , runCommand 7 , fcft 8 , freetype
··· 2 , lib 3 , fetchFromGitea 4 , fetchurl 5 , runCommand 6 , fcft 7 , freetype
+1 -1
pkgs/applications/version-management/fnc/default.nix
··· 1 - { lib, fetchurl, fetchpatch, stdenv, zlib, ncurses, libiconv }: 2 3 stdenv.mkDerivation (finalAttrs: { 4 pname = "fnc";
··· 1 + { lib, fetchurl, stdenv, zlib, ncurses, libiconv }: 2 3 stdenv.mkDerivation (finalAttrs: { 4 pname = "fnc";
+1 -1
pkgs/applications/version-management/gitlab/default.nix
··· 1 - { stdenv, lib, fetchpatch, fetchFromGitLab, bundlerEnv 2 , ruby_3_1, tzdata, git, nettools, nixosTests, nodejs, openssl 3 , defaultGemConfig, buildRubyGem 4 , gitlabEnterprise ? false, callPackage, yarn
··· 1 + { stdenv, lib, fetchFromGitLab, bundlerEnv 2 , ruby_3_1, tzdata, git, nettools, nixosTests, nodejs, openssl 3 , defaultGemConfig, buildRubyGem 4 , gitlabEnterprise ? false, callPackage, yarn
-1
pkgs/applications/version-management/josh/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , rustPlatform 6 , libgit2 7 , openssl
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , rustPlatform 5 , libgit2 6 , openssl
+1 -1
pkgs/applications/version-management/mercurial/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch, python3Packages, makeWrapper, gettext, installShellFiles 2 , re2Support ? true 3 # depends on rust-cpython which won't support python312 4 # https://github.com/dgrunwald/rust-cpython/commit/e815555629e557be084813045ca1ddebc2f76ef9
··· 1 + { lib, stdenv, fetchurl, python3Packages, makeWrapper, gettext, installShellFiles 2 , re2Support ? true 3 # depends on rust-cpython which won't support python312 4 # https://github.com/dgrunwald/rust-cpython/commit/e815555629e557be084813045ca1ddebc2f76ef9
+1 -1
pkgs/applications/video/minitube/default.nix
··· 1 - { mkDerivation, lib, fetchFromGitHub, fetchpatch, phonon, phonon-backend-vlc, qtbase, qmake 2 , qtdeclarative, qttools, qtx11extras, mpv 3 4 # "Free" key generated by pasqui23
··· 1 + { mkDerivation, lib, fetchFromGitHub, phonon, phonon-backend-vlc, qtbase, qmake 2 , qtdeclarative, qttools, qtx11extras, mpv 3 4 # "Free" key generated by pasqui23
-1
pkgs/applications/video/mpv/default.nix
··· 2 , config 3 , stdenv 4 , fetchFromGitHub 5 - , fetchpatch 6 , addOpenGLRunpath 7 , bash 8 , docutils
··· 2 , config 3 , stdenv 4 , fetchFromGitHub 5 , addOpenGLRunpath 6 , bash 7 , docutils
-1
pkgs/applications/video/mpv/scripts/uosc.nix
··· 1 { 2 lib, 3 fetchFromGitHub, 4 - fetchpatch, 5 gitUpdater, 6 makeFontsConf, 7 buildLua,
··· 1 { 2 lib, 3 fetchFromGitHub, 4 gitUpdater, 5 makeFontsConf, 6 buildLua,
+1 -1
pkgs/applications/video/mythtv/default.nix
··· 1 - { lib, mkDerivation, fetchFromGitHub, fetchpatch, which, qtbase, qtwebkit, qtscript 2 , libpulseaudio, fftwSinglePrec , lame, zlib, libGLU, libGL, alsa-lib, freetype 3 , perl, pkg-config , libsamplerate, libbluray, lzo, libX11, libXv, libXrandr, libXvMC, libXinerama, libXxf86vm 4 , libXmu , yasm, libuuid, taglib, libtool, autoconf, automake, file, exiv2, linuxHeaders
··· 1 + { lib, mkDerivation, fetchFromGitHub, which, qtbase, qtwebkit, qtscript 2 , libpulseaudio, fftwSinglePrec , lame, zlib, libGLU, libGL, alsa-lib, freetype 3 , perl, pkg-config , libsamplerate, libbluray, lzo, libX11, libXv, libXrandr, libXvMC, libXinerama, libXxf86vm 4 , libXmu , yasm, libuuid, taglib, libtool, autoconf, automake, file, exiv2, linuxHeaders
-1
pkgs/applications/video/rtabmap/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , pkg-config 6 , cmake 7 , opencv
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , pkg-config 5 , cmake 6 , opencv
-1
pkgs/applications/video/xine/ui.nix
··· 1 { lib 2 , stdenv 3 , fetchurl 4 - , fetchpatch 5 , autoreconfHook 6 , curl 7 , libXext
··· 1 { lib 2 , stdenv 3 , fetchurl 4 , autoreconfHook 5 , curl 6 , libXext
-1
pkgs/applications/virtualization/appvm/default.nix
··· 3 , fetchFromGitHub 4 , nix 5 , virt-viewer 6 - , fetchpatch 7 , makeWrapper }: 8 9 let
··· 3 , fetchFromGitHub 4 , nix 5 , virt-viewer 6 , makeWrapper }: 7 8 let
-1
pkgs/applications/virtualization/conmon/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch2 5 , pkg-config 6 , glib 7 , glibc
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , pkg-config 5 , glib 6 , glibc
-1
pkgs/applications/window-managers/hyprwm/hypr/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 - , fetchpatch 5 , cairo 6 , cmake 7 , glib
··· 1 { lib 2 , stdenv 3 , fetchFromGitHub 4 , cairo 5 , cmake 6 , glib