Merge pull request #113965 from SuperSandro2000/fix-collection17

authored by

Sandro and committed by
GitHub
ad06c82b c670db33

+27 -67
-1
pkgs/applications/audio/gnome-podcasts/default.nix
··· 1 { lib 2 , rustPlatform 3 , fetchFromGitLab 4 - , fetchpatch 5 , meson 6 , ninja 7 , gettext
··· 1 { lib 2 , rustPlatform 3 , fetchFromGitLab 4 , meson 5 , ninja 6 , gettext
-5
pkgs/applications/audio/picard/default.nix
··· 40 dateutil 41 ]; 42 43 - prePatch = '' 44 - # Pesky unicode punctuation. 45 - substituteInPlace setup.cfg --replace "‘" "'" 46 - ''; 47 - 48 # In order to spare double wrapping, we use: 49 preFixup = '' 50 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
··· 40 dateutil 41 ]; 42 43 # In order to spare double wrapping, we use: 44 preFixup = '' 45 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
-1
pkgs/applications/audio/shortwave/default.nix
··· 14 , openssl 15 , pkg-config 16 , python3 17 - , rust 18 , rustc 19 , rustPlatform 20 , sqlite
··· 14 , openssl 15 , pkg-config 16 , python3 17 , rustc 18 , rustPlatform 19 , sqlite
-1
pkgs/applications/audio/tuijam/default.nix
··· 2 , fetchFromGitHub 3 , lib 4 , python3Packages 5 - , youtube-dl 6 }: 7 8 buildPythonApplication rec {
··· 2 , fetchFromGitHub 3 , lib 4 , python3Packages 5 }: 6 7 buildPythonApplication rec {
-1
pkgs/applications/editors/gnome-builder/default.nix
··· 35 , wrapGAppsHook 36 , dbus 37 , xvfb_run 38 - , glib 39 }: 40 41 stdenv.mkDerivation rec {
··· 35 , wrapGAppsHook 36 , dbus 37 , xvfb_run 38 }: 39 40 stdenv.mkDerivation rec {
-1
pkgs/applications/graphics/gthumb/default.nix
··· 1 { lib, stdenv 2 , fetchurl 3 - , fetchpatch 4 , gnome3 5 , pkg-config 6 , meson
··· 1 { lib, stdenv 2 , fetchurl 3 , gnome3 4 , pkg-config 5 , meson
+1 -1
pkgs/applications/misc/lutris/default.nix
··· 1 - { buildPythonApplication, lib, fetchFromGitHub, fetchpatch 2 3 # build inputs 4 , atk
··· 1 + { buildPythonApplication, lib, fetchFromGitHub 2 3 # build inputs 4 , atk
+1 -3
pkgs/applications/misc/onboard/default.nix
··· 6 , atspiSupport ? true 7 , bash 8 , glib 9 - , glibcLocales 10 , dconf 11 , gobject-introspection 12 , gsettings-desktop-schemas ··· 130 --replace "/etc" "$out/etc" 131 132 substituteInPlace ./Onboard/LanguageSupport.py \ 133 - --replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes" \ 134 - --replace "/usr/bin/yelp" "${yelp}/bin/yelp" 135 136 substituteInPlace ./Onboard/Indicator.py \ 137 --replace "/usr/bin/yelp" "${yelp}/bin/yelp"
··· 6 , atspiSupport ? true 7 , bash 8 , glib 9 , dconf 10 , gobject-introspection 11 , gsettings-desktop-schemas ··· 129 --replace "/etc" "$out/etc" 130 131 substituteInPlace ./Onboard/LanguageSupport.py \ 132 + --replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes" 133 134 substituteInPlace ./Onboard/Indicator.py \ 135 --replace "/usr/bin/yelp" "${yelp}/bin/yelp"
+1 -1
pkgs/applications/misc/pdfpc/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee, fetchpatch 2 , poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook 3 , webkitgtk, discount, json-glib }: 4
··· 1 + { lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee 2 , poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook 3 , webkitgtk, discount, json-glib }: 4
+1 -1
pkgs/applications/networking/browsers/nyxt/default.nix
··· 1 - { stdenv, lib, lispPackages, sbcl 2 , makeWrapper, wrapGAppsHook, gst_all_1 3 , glib, gdk-pixbuf, cairo 4 , mime-types, pango, gtk3
··· 1 + { stdenv, lib, lispPackages 2 , makeWrapper, wrapGAppsHook, gst_all_1 3 , glib, gdk-pixbuf, cairo 4 , mime-types, pango, gtk3
-2
pkgs/applications/networking/calls/default.nix
··· 19 , dbus 20 , vala 21 , wrapGAppsHook 22 - , xorg 23 , xvfb_run 24 - , libxml2 25 }: 26 27 stdenv.mkDerivation rec {
··· 19 , dbus 20 , vala 21 , wrapGAppsHook 22 , xvfb_run 23 }: 24 25 stdenv.mkDerivation rec {
+1 -1
pkgs/applications/office/bookworm/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, pantheon, vala, python3, python2, pkg-config, libxml2, meson, ninja, gtk3, gnome3, glib, webkitgtk, libgee 2 , gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook 3 , appstream, desktop-file-utils }: 4
··· 1 + { lib, stdenv, fetchFromGitHub, pantheon, vala, python3, python2, pkg-config, libxml2, meson, ninja, gtk3, glib, webkitgtk, libgee 2 , gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook 3 , appstream, desktop-file-utils }: 4
+1 -1
pkgs/applications/office/libreoffice/default.nix
··· 1 - { stdenv, fetchurl, fetchpatch, lib, pam, python3, libxslt, perl, ArchiveZip, box2d, gettext 2 , IOCompress, zlib, libjpeg, expat, freetype, libwpd 3 , libxml2, db, curl, fontconfig, libsndfile, neon 4 , bison, flex, zip, unzip, gtk3, libmspack, getopt, file, cairo, which
··· 1 + { stdenv, fetchurl, lib, pam, python3, libxslt, perl, ArchiveZip, box2d, gettext 2 , IOCompress, zlib, libjpeg, expat, freetype, libwpd 3 , libxml2, db, curl, fontconfig, libsndfile, neon 4 , bison, flex, zip, unzip, gtk3, libmspack, getopt, file, cairo, which
+2 -4
pkgs/applications/science/electronics/kicad/base.nix
··· 1 - { lib, stdenv 2 - , fetchFromGitLab 3 , cmake 4 , libGLU 5 , libGL ··· 18 , pcre 19 , libpthreadstubs 20 , libXdmcp 21 - , fetchpatch 22 , lndir 23 - , callPackage 24 25 , stable 26 , baseName
··· 1 + { lib 2 + , stdenv 3 , cmake 4 , libGLU 5 , libGL ··· 18 , pcre 19 , libpthreadstubs 20 , libXdmcp 21 , lndir 22 23 , stable 24 , baseName
-4
pkgs/applications/science/electronics/kicad/default.nix
··· 15 , stable ? true 16 , oceSupport ? false 17 , withOCE ? false 18 - , opencascade 19 , withOCCT ? false 20 , withOCC ? true 21 - , opencascade-occt 22 , ngspiceSupport ? false 23 , withNgspice ? true 24 , libngspice 25 , scriptingSupport ? false 26 , withScripting ? true 27 - , swig 28 , python3 29 , debug ? false 30 - , valgrind 31 , with3d ? true 32 , withI18n ? true 33 , srcs ? { }
··· 15 , stable ? true 16 , oceSupport ? false 17 , withOCE ? false 18 , withOCCT ? false 19 , withOCC ? true 20 , ngspiceSupport ? false 21 , withNgspice ? true 22 , libngspice 23 , scriptingSupport ? false 24 , withScripting ? true 25 , python3 26 , debug ? false 27 , with3d ? true 28 , withI18n ? true 29 , srcs ? { }
-1
pkgs/applications/science/math/nasc/default.nix
··· 9 , gtk3 10 , glib 11 , pantheon 12 - , libsoup 13 , gtksourceview 14 , libgee 15 , nix-update-script
··· 9 , gtk3 10 , glib 11 , pantheon 12 , gtksourceview 13 , libgee 14 , nix-update-script
+1 -1
pkgs/applications/system/glances/default.nix
··· 1 - { stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib 2 , future, psutil, setuptools 3 # Optional dependencies: 4 , bottle, pysnmp
··· 1 + { stdenv, buildPythonApplication, fetchFromGitHub, isPyPy, lib 2 , future, psutil, setuptools 3 # Optional dependencies: 4 , bottle, pysnmp
+3 -3
pkgs/applications/video/kodi/default.nix
··· 1 - { stdenv, lib, fetchpatch, fetchurl, fetchFromGitHub, autoconf, automake, libtool, makeWrapper, linuxHeaders 2 , pkg-config, cmake, gnumake, yasm, python2Packages 3 , libgcrypt, libgpgerror, libunistring 4 - , boost, avahi, lame, autoreconfHook 5 , gettext, pcre-cpp, yajl, fribidi, which 6 , openssl, gperf, tinyxml2, taglib, libssh, swig, jre_headless 7 , libxml2, systemd 8 - , alsaLib, libGLU, libGL, glew, fontconfig, freetype, ftgl 9 , libjpeg, libpng, libtiff 10 , libmpeg2, libsamplerate, libmad 11 , libogg, libvorbis, flac, libxslt
··· 1 + { stdenv, lib, fetchurl, fetchFromGitHub, autoconf, automake, libtool, makeWrapper, linuxHeaders 2 , pkg-config, cmake, gnumake, yasm, python2Packages 3 , libgcrypt, libgpgerror, libunistring 4 + , boost, avahi, lame 5 , gettext, pcre-cpp, yajl, fribidi, which 6 , openssl, gperf, tinyxml2, taglib, libssh, swig, jre_headless 7 , libxml2, systemd 8 + , alsaLib, libGLU, libGL, fontconfig, freetype, ftgl 9 , libjpeg, libpng, libtiff 10 , libmpeg2, libsamplerate, libmad 11 , libogg, libvorbis, flac, libxslt
-1
pkgs/applications/video/pitivi/default.nix
··· 1 { lib 2 - , fetchFromGitHub 3 , fetchurl 4 , pkg-config 5 , gettext
··· 1 { lib 2 , fetchurl 3 , pkg-config 4 , gettext
-8
pkgs/desktops/cinnamon/cinnamon-control-center/default.nix
··· 8 , intltool 9 , gtk3 10 , libnotify 11 - , gnome-menus 12 , libxml2 13 - , systemd 14 - , upower 15 , gnome-online-accounts 16 , cinnamon-settings-daemon 17 , colord 18 , polkit 19 - , ibus 20 - , libpulseaudio 21 - , isocodes 22 - , kerberos 23 , libxkbfile 24 , cinnamon-menus 25 , dbus-glib ··· 27 , libxklavier 28 , networkmanager 29 , libwacom 30 - , gnome3 31 , libtool 32 , wrapGAppsHook 33 , tzdata
··· 8 , intltool 9 , gtk3 10 , libnotify 11 , libxml2 12 , gnome-online-accounts 13 , cinnamon-settings-daemon 14 , colord 15 , polkit 16 , libxkbfile 17 , cinnamon-menus 18 , dbus-glib ··· 20 , libxklavier 21 , networkmanager 22 , libwacom 23 , libtool 24 , wrapGAppsHook 25 , tzdata
-1
pkgs/desktops/gnome-3/apps/seahorse/default.nix
··· 1 { lib, stdenv 2 , fetchurl 3 - , fetchpatch 4 , vala 5 , meson 6 , ninja
··· 1 { lib, stdenv 2 , fetchurl 3 , vala 4 , meson 5 , ninja
-1
pkgs/desktops/gnome-3/misc/geary/default.nix
··· 1 { lib, stdenv 2 , fetchurl 3 - , fetchpatch 4 , pkg-config 5 , gtk3 6 , vala
··· 1 { lib, stdenv 2 , fetchurl 3 , pkg-config 4 , gtk3 5 , vala
-2
pkgs/development/libraries/gstreamer/bad/default.nix
··· 1 { lib, stdenv 2 , fetchurl 3 - , fetchpatch 4 , meson 5 , ninja 6 , gettext 7 - , config 8 , pkg-config 9 , python3 10 , gst-plugins-base
··· 1 { lib, stdenv 2 , fetchurl 3 , meson 4 , ninja 5 , gettext 6 , pkg-config 7 , python3 8 , gst-plugins-base
-1
pkgs/development/libraries/libhandy/default.nix
··· 9 , docbook_xsl 10 , docbook_xml_dtd_43 11 , gtk3 12 - , gnome3 13 , glade 14 , dbus 15 , xvfb_run
··· 9 , docbook_xsl 10 , docbook_xml_dtd_43 11 , gtk3 12 , glade 13 , dbus 14 , xvfb_run
+3
pkgs/development/libraries/libwnck/default.nix
··· 23 homepage = "https://gitlab.gnome.org/GNOME/libwnck"; 24 license = lib.licenses.lgpl21; 25 maintainers = with lib.maintainers; [ johnazoidberg ]; 26 }; 27 }
··· 23 homepage = "https://gitlab.gnome.org/GNOME/libwnck"; 24 license = lib.licenses.lgpl21; 25 maintainers = with lib.maintainers; [ johnazoidberg ]; 26 + # ./xutils.h:31:10: fatal error: 'gdk/gdkx.h' file not found 27 + # #include <gdk/gdkx.h> 28 + broken = stdenv.isDarwin; 29 }; 30 }
+1 -1
pkgs/development/libraries/telepathy/qt/default.nix
··· 1 { lib, stdenv, fetchurl, cmake, qtbase, pkg-config, python3Packages, dbus-glib, dbus 2 - , telepathy-farstream, telepathy-glib, fetchpatch }: 3 4 let 5 inherit (python3Packages) python dbus-python;
··· 1 { lib, stdenv, fetchurl, cmake, qtbase, pkg-config, python3Packages, dbus-glib, dbus 2 + , telepathy-farstream, telepathy-glib }: 3 4 let 5 inherit (python3Packages) python dbus-python;
-1
pkgs/development/python-modules/aioguardian/default.nix
··· 4 , asyncio-dgram 5 , asynctest 6 , buildPythonPackage 7 - , cryptography 8 , fetchFromGitHub 9 , poetry 10 , pytest-aiohttp
··· 4 , asyncio-dgram 5 , asynctest 6 , buildPythonPackage 7 , fetchFromGitHub 8 , poetry 9 , pytest-aiohttp
+3
pkgs/development/python-modules/gmusicapi/default.nix
··· 29 30 propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ]; 31 32 meta = with lib; { 33 description = "An unofficial API for Google Play Music"; 34 homepage = "https://pypi.python.org/pypi/gmusicapi/";
··· 29 30 propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ]; 31 32 + doCheck = false; 33 + pythonImportsCheck = [ "gmusicapi" ]; 34 + 35 meta = with lib; { 36 description = "An unofficial API for Google Play Music"; 37 homepage = "https://pypi.python.org/pypi/gmusicapi/";
+5
pkgs/development/python-modules/gpsoauth/default.nix
··· 26 27 propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ]; 28 29 meta = with lib; { 30 description = "A python client library for Google Play Services OAuth"; 31 homepage = "https://github.com/simon-weber/gpsoauth";
··· 26 27 propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ]; 28 29 + # no tests executed 30 + doCheck = false; 31 + 32 + pythonImportsCheck = [ "gpsoauth" ]; 33 + 34 meta = with lib; { 35 description = "A python client library for Google Play Services OAuth"; 36 homepage = "https://github.com/simon-weber/gpsoauth";
-1
pkgs/development/python-modules/lsassy/default.nix
··· 4 , impacket 5 , netaddr 6 , pypykatz 7 - , pytestCheckHook 8 }: 9 10 buildPythonPackage rec {
··· 4 , impacket 5 , netaddr 6 , pypykatz 7 }: 8 9 buildPythonPackage rec {
-1
pkgs/development/python-modules/pubnub/default.nix
··· 5 , fetchFromGitHub 6 , pycryptodomex 7 , pytestCheckHook 8 - , pyyaml 9 , pytest-vcr 10 , pytest-asyncio 11 , requests
··· 5 , fetchFromGitHub 6 , pycryptodomex 7 , pytestCheckHook 8 , pytest-vcr 9 , pytest-asyncio 10 , requests
+1 -5
pkgs/development/python-modules/snowflake-connector-python/default.nix
··· 57 58 postPatch = '' 59 substituteInPlace setup.py \ 60 - --replace "'boto3>=1.4.4,<1.16'," "'boto3~=1.16'," \ 61 - --replace "'cryptography>=2.5.0,<3.0.0'," "'cryptography'," \ 62 - --replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL'," \ 63 - --replace "'idna<2.10'," "'idna'," \ 64 - --replace "'requests<2.24.0'," "'requests'," 65 ''; 66 67 # tests require encrypted secrets, see
··· 57 58 postPatch = '' 59 substituteInPlace setup.py \ 60 + --replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL'," 61 ''; 62 63 # tests require encrypted secrets, see
-3
pkgs/development/python-modules/wxPython/4.0.nix
··· 10 , doxygen 11 , ncurses 12 , libintl 13 - , numpy 14 - , pillow 15 - , six 16 , wxGTK 17 , wxmac 18 , IOKit
··· 10 , doxygen 11 , ncurses 12 , libintl 13 , wxGTK 14 , wxmac 15 , IOKit
-1
pkgs/development/python-modules/wxPython/4.1.nix
··· 6 , pkg-config 7 , python 8 , isPy27 9 - , pyopengl 10 , doxygen 11 , cairo 12 , ncurses
··· 6 , pkg-config 7 , python 8 , isPy27 9 , doxygen 10 , cairo 11 , ncurses
+1 -2
pkgs/development/tools/eclipse-mat/default.nix
··· 1 - { buildEnv 2 - , fetchurl 3 , fontconfig 4 , freetype 5 , glib
··· 1 + { fetchurl 2 , fontconfig 3 , freetype 4 , glib
-2
pkgs/development/web/cog/default.nix
··· 1 { stdenv 2 , lib 3 - , fetchpatch 4 , fetchFromGitHub 5 , cmake 6 , pkg-config ··· 8 , wayland-protocols 9 , libwpe 10 , libwpe-fdo 11 - , glib 12 , glib-networking 13 , webkitgtk 14 , makeWrapper
··· 1 { stdenv 2 , lib 3 , fetchFromGitHub 4 , cmake 5 , pkg-config ··· 7 , wayland-protocols 8 , libwpe 9 , libwpe-fdo 10 , glib-networking 11 , webkitgtk 12 , makeWrapper
-1
pkgs/tools/audio/beets/default.nix
··· 1 { stdenv, lib, fetchFromGitHub, writeScript, glibcLocales, diffPlugins, substituteAll 2 , pythonPackages, imagemagick, gobject-introspection, gst_all_1 3 , runtimeShell 4 - , fetchpatch 5 , unstableGitUpdater 6 7 # Attributes needed for tests of the external plugins
··· 1 { stdenv, lib, fetchFromGitHub, writeScript, glibcLocales, diffPlugins, substituteAll 2 , pythonPackages, imagemagick, gobject-introspection, gst_all_1 3 , runtimeShell 4 , unstableGitUpdater 5 6 # Attributes needed for tests of the external plugins
-1
pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
··· 1 { lib, stdenv 2 - , fetchurl 3 , fetchFromGitHub 4 , cmake 5 , extra-cmake-modules
··· 1 { lib, stdenv 2 , fetchFromGitHub 3 , cmake 4 , extra-cmake-modules
+1 -1
pkgs/tools/security/pass/extensions/import.nix
··· 1 - { lib, stdenv, pass, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }: 2 3 let 4 pythonEnv = pythonPackages.python.withPackages (p: [
··· 1 + { lib, stdenv, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }: 2 3 let 4 pythonEnv = pythonPackages.python.withPackages (p: [