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