Merge pull request #113965 from SuperSandro2000/fix-collection17
This commit is contained in:
commit
ad06c82b9c
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, fetchpatch
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, gettext
|
, gettext
|
||||||
|
|
|
@ -40,11 +40,6 @@ in pythonPackages.buildPythonApplication rec {
|
||||||
dateutil
|
dateutil
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
# Pesky unicode punctuation.
|
|
||||||
substituteInPlace setup.cfg --replace "‘" "'"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# In order to spare double wrapping, we use:
|
# In order to spare double wrapping, we use:
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
, openssl
|
, openssl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, rust
|
|
||||||
, rustc
|
, rustc
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, sqlite
|
, sqlite
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, lib
|
, lib
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, youtube-dl
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, dbus
|
, dbus
|
||||||
, xvfb_run
|
, xvfb_run
|
||||||
, glib
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, gnome3
|
, gnome3
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, meson
|
, meson
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ buildPythonApplication, lib, fetchFromGitHub, fetchpatch
|
{ buildPythonApplication, lib, fetchFromGitHub
|
||||||
|
|
||||||
# build inputs
|
# build inputs
|
||||||
, atk
|
, atk
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
, atspiSupport ? true
|
, atspiSupport ? true
|
||||||
, bash
|
, bash
|
||||||
, glib
|
, glib
|
||||||
, glibcLocales
|
|
||||||
, dconf
|
, dconf
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
|
@ -130,8 +129,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
--replace "/etc" "$out/etc"
|
--replace "/etc" "$out/etc"
|
||||||
|
|
||||||
substituteInPlace ./Onboard/LanguageSupport.py \
|
substituteInPlace ./Onboard/LanguageSupport.py \
|
||||||
--replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes" \
|
--replace "/usr/share/xml/iso-codes" "${isocodes}/share/xml/iso-codes"
|
||||||
--replace "/usr/bin/yelp" "${yelp}/bin/yelp"
|
|
||||||
|
|
||||||
substituteInPlace ./Onboard/Indicator.py \
|
substituteInPlace ./Onboard/Indicator.py \
|
||||||
--replace "/usr/bin/yelp" "${yelp}/bin/yelp"
|
--replace "/usr/bin/yelp" "${yelp}/bin/yelp"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee, fetchpatch
|
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee
|
||||||
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook
|
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook
|
||||||
, webkitgtk, discount, json-glib }:
|
, webkitgtk, discount, json-glib }:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, lispPackages, sbcl
|
{ stdenv, lib, lispPackages
|
||||||
, makeWrapper, wrapGAppsHook, gst_all_1
|
, makeWrapper, wrapGAppsHook, gst_all_1
|
||||||
, glib, gdk-pixbuf, cairo
|
, glib, gdk-pixbuf, cairo
|
||||||
, mime-types, pango, gtk3
|
, mime-types, pango, gtk3
|
||||||
|
|
|
@ -19,9 +19,7 @@
|
||||||
, dbus
|
, dbus
|
||||||
, vala
|
, vala
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, xorg
|
|
||||||
, xvfb_run
|
, xvfb_run
|
||||||
, libxml2
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, pantheon, vala, python3, python2, pkg-config, libxml2, meson, ninja, gtk3, gnome3, glib, webkitgtk, libgee
|
{ lib, stdenv, fetchFromGitHub, pantheon, vala, python3, python2, pkg-config, libxml2, meson, ninja, gtk3, glib, webkitgtk, libgee
|
||||||
, gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook
|
, gobject-introspection, sqlite, poppler, poppler_utils, html2text, curl, gnugrep, coreutils, bash, unzip, unar, wrapGAppsHook
|
||||||
, appstream, desktop-file-utils }:
|
, appstream, desktop-file-utils }:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, fetchpatch, lib, pam, python3, libxslt, perl, ArchiveZip, box2d, gettext
|
{ stdenv, fetchurl, lib, pam, python3, libxslt, perl, ArchiveZip, box2d, gettext
|
||||||
, IOCompress, zlib, libjpeg, expat, freetype, libwpd
|
, IOCompress, zlib, libjpeg, expat, freetype, libwpd
|
||||||
, libxml2, db, curl, fontconfig, libsndfile, neon
|
, libxml2, db, curl, fontconfig, libsndfile, neon
|
||||||
, bison, flex, zip, unzip, gtk3, libmspack, getopt, file, cairo, which
|
, bison, flex, zip, unzip, gtk3, libmspack, getopt, file, cairo, which
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib
|
||||||
, fetchFromGitLab
|
, stdenv
|
||||||
, cmake
|
, cmake
|
||||||
, libGLU
|
, libGLU
|
||||||
, libGL
|
, libGL
|
||||||
|
@ -18,9 +18,7 @@
|
||||||
, pcre
|
, pcre
|
||||||
, libpthreadstubs
|
, libpthreadstubs
|
||||||
, libXdmcp
|
, libXdmcp
|
||||||
, fetchpatch
|
|
||||||
, lndir
|
, lndir
|
||||||
, callPackage
|
|
||||||
|
|
||||||
, stable
|
, stable
|
||||||
, baseName
|
, baseName
|
||||||
|
|
|
@ -15,19 +15,15 @@
|
||||||
, stable ? true
|
, stable ? true
|
||||||
, oceSupport ? false
|
, oceSupport ? false
|
||||||
, withOCE ? false
|
, withOCE ? false
|
||||||
, opencascade
|
|
||||||
, withOCCT ? false
|
, withOCCT ? false
|
||||||
, withOCC ? true
|
, withOCC ? true
|
||||||
, opencascade-occt
|
|
||||||
, ngspiceSupport ? false
|
, ngspiceSupport ? false
|
||||||
, withNgspice ? true
|
, withNgspice ? true
|
||||||
, libngspice
|
, libngspice
|
||||||
, scriptingSupport ? false
|
, scriptingSupport ? false
|
||||||
, withScripting ? true
|
, withScripting ? true
|
||||||
, swig
|
|
||||||
, python3
|
, python3
|
||||||
, debug ? false
|
, debug ? false
|
||||||
, valgrind
|
|
||||||
, with3d ? true
|
, with3d ? true
|
||||||
, withI18n ? true
|
, withI18n ? true
|
||||||
, srcs ? { }
|
, srcs ? { }
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
, gtk3
|
, gtk3
|
||||||
, glib
|
, glib
|
||||||
, pantheon
|
, pantheon
|
||||||
, libsoup
|
|
||||||
, gtksourceview
|
, gtksourceview
|
||||||
, libgee
|
, libgee
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib
|
{ stdenv, buildPythonApplication, fetchFromGitHub, isPyPy, lib
|
||||||
, future, psutil, setuptools
|
, future, psutil, setuptools
|
||||||
# Optional dependencies:
|
# Optional dependencies:
|
||||||
, bottle, pysnmp
|
, bottle, pysnmp
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, lib, fetchpatch, fetchurl, fetchFromGitHub, autoconf, automake, libtool, makeWrapper, linuxHeaders
|
{ stdenv, lib, fetchurl, fetchFromGitHub, autoconf, automake, libtool, makeWrapper, linuxHeaders
|
||||||
, pkg-config, cmake, gnumake, yasm, python2Packages
|
, pkg-config, cmake, gnumake, yasm, python2Packages
|
||||||
, libgcrypt, libgpgerror, libunistring
|
, libgcrypt, libgpgerror, libunistring
|
||||||
, boost, avahi, lame, autoreconfHook
|
, boost, avahi, lame
|
||||||
, gettext, pcre-cpp, yajl, fribidi, which
|
, gettext, pcre-cpp, yajl, fribidi, which
|
||||||
, openssl, gperf, tinyxml2, taglib, libssh, swig, jre_headless
|
, openssl, gperf, tinyxml2, taglib, libssh, swig, jre_headless
|
||||||
, libxml2, systemd
|
, libxml2, systemd
|
||||||
, alsaLib, libGLU, libGL, glew, fontconfig, freetype, ftgl
|
, alsaLib, libGLU, libGL, fontconfig, freetype, ftgl
|
||||||
, libjpeg, libpng, libtiff
|
, libjpeg, libpng, libtiff
|
||||||
, libmpeg2, libsamplerate, libmad
|
, libmpeg2, libsamplerate, libmad
|
||||||
, libogg, libvorbis, flac, libxslt
|
, libogg, libvorbis, flac, libxslt
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gettext
|
, gettext
|
||||||
|
|
|
@ -8,18 +8,11 @@
|
||||||
, intltool
|
, intltool
|
||||||
, gtk3
|
, gtk3
|
||||||
, libnotify
|
, libnotify
|
||||||
, gnome-menus
|
|
||||||
, libxml2
|
, libxml2
|
||||||
, systemd
|
|
||||||
, upower
|
|
||||||
, gnome-online-accounts
|
, gnome-online-accounts
|
||||||
, cinnamon-settings-daemon
|
, cinnamon-settings-daemon
|
||||||
, colord
|
, colord
|
||||||
, polkit
|
, polkit
|
||||||
, ibus
|
|
||||||
, libpulseaudio
|
|
||||||
, isocodes
|
|
||||||
, kerberos
|
|
||||||
, libxkbfile
|
, libxkbfile
|
||||||
, cinnamon-menus
|
, cinnamon-menus
|
||||||
, dbus-glib
|
, dbus-glib
|
||||||
|
@ -27,7 +20,6 @@
|
||||||
, libxklavier
|
, libxklavier
|
||||||
, networkmanager
|
, networkmanager
|
||||||
, libwacom
|
, libwacom
|
||||||
, gnome3
|
|
||||||
, libtool
|
, libtool
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, tzdata
|
, tzdata
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, vala
|
, vala
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gtk3
|
, gtk3
|
||||||
, vala
|
, vala
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, gettext
|
, gettext
|
||||||
, config
|
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, gst-plugins-base
|
, gst-plugins-base
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
, docbook_xsl
|
, docbook_xsl
|
||||||
, docbook_xml_dtd_43
|
, docbook_xml_dtd_43
|
||||||
, gtk3
|
, gtk3
|
||||||
, gnome3
|
|
||||||
, glade
|
, glade
|
||||||
, dbus
|
, dbus
|
||||||
, xvfb_run
|
, xvfb_run
|
||||||
|
|
|
@ -23,5 +23,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://gitlab.gnome.org/GNOME/libwnck";
|
homepage = "https://gitlab.gnome.org/GNOME/libwnck";
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
maintainers = with lib.maintainers; [ johnazoidberg ];
|
maintainers = with lib.maintainers; [ johnazoidberg ];
|
||||||
|
# ./xutils.h:31:10: fatal error: 'gdk/gdkx.h' file not found
|
||||||
|
# #include <gdk/gdkx.h>
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchurl, cmake, qtbase, pkg-config, python3Packages, dbus-glib, dbus
|
{ lib, stdenv, fetchurl, cmake, qtbase, pkg-config, python3Packages, dbus-glib, dbus
|
||||||
, telepathy-farstream, telepathy-glib, fetchpatch }:
|
, telepathy-farstream, telepathy-glib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (python3Packages) python dbus-python;
|
inherit (python3Packages) python dbus-python;
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
, asyncio-dgram
|
, asyncio-dgram
|
||||||
, asynctest
|
, asynctest
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, cryptography
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, poetry
|
, poetry
|
||||||
, pytest-aiohttp
|
, pytest-aiohttp
|
||||||
|
|
|
@ -29,6 +29,9 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ];
|
propagatedBuildInputs = [ validictory decorator mutagen protobuf setuptools requests dateutil proboscis mock appdirs oauth2client pyopenssl gpsoauth MechanicalSoup future ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "gmusicapi" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An unofficial API for Google Play Music";
|
description = "An unofficial API for Google Play Music";
|
||||||
homepage = "https://pypi.python.org/pypi/gmusicapi/";
|
homepage = "https://pypi.python.org/pypi/gmusicapi/";
|
||||||
|
|
|
@ -26,6 +26,11 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "gpsoauth" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A python client library for Google Play Services OAuth";
|
description = "A python client library for Google Play Services OAuth";
|
||||||
homepage = "https://github.com/simon-weber/gpsoauth";
|
homepage = "https://github.com/simon-weber/gpsoauth";
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
, impacket
|
, impacket
|
||||||
, netaddr
|
, netaddr
|
||||||
, pypykatz
|
, pypykatz
|
||||||
, pytestCheckHook
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pycryptodomex
|
, pycryptodomex
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pyyaml
|
|
||||||
, pytest-vcr
|
, pytest-vcr
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, requests
|
, requests
|
||||||
|
|
|
@ -57,11 +57,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "'boto3>=1.4.4,<1.16'," "'boto3~=1.16'," \
|
--replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL',"
|
||||||
--replace "'cryptography>=2.5.0,<3.0.0'," "'cryptography'," \
|
|
||||||
--replace "'pyOpenSSL>=16.2.0,<20.0.0'," "'pyOpenSSL'," \
|
|
||||||
--replace "'idna<2.10'," "'idna'," \
|
|
||||||
--replace "'requests<2.24.0'," "'requests',"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests require encrypted secrets, see
|
# tests require encrypted secrets, see
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
, doxygen
|
, doxygen
|
||||||
, ncurses
|
, ncurses
|
||||||
, libintl
|
, libintl
|
||||||
, numpy
|
|
||||||
, pillow
|
|
||||||
, six
|
|
||||||
, wxGTK
|
, wxGTK
|
||||||
, wxmac
|
, wxmac
|
||||||
, IOKit
|
, IOKit
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python
|
, python
|
||||||
, isPy27
|
, isPy27
|
||||||
, pyopengl
|
|
||||||
, doxygen
|
, doxygen
|
||||||
, cairo
|
, cairo
|
||||||
, ncurses
|
, ncurses
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ buildEnv
|
{ fetchurl
|
||||||
, fetchurl
|
|
||||||
, fontconfig
|
, fontconfig
|
||||||
, freetype
|
, freetype
|
||||||
, glib
|
, glib
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchpatch
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -8,7 +7,6 @@
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
, libwpe
|
, libwpe
|
||||||
, libwpe-fdo
|
, libwpe-fdo
|
||||||
, glib
|
|
||||||
, glib-networking
|
, glib-networking
|
||||||
, webkitgtk
|
, webkitgtk
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, writeScript, glibcLocales, diffPlugins, substituteAll
|
{ stdenv, lib, fetchFromGitHub, writeScript, glibcLocales, diffPlugins, substituteAll
|
||||||
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
||||||
, runtimeShell
|
, runtimeShell
|
||||||
, fetchpatch
|
|
||||||
, unstableGitUpdater
|
, unstableGitUpdater
|
||||||
|
|
||||||
# Attributes needed for tests of the external plugins
|
# Attributes needed for tests of the external plugins
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, pass, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }:
|
{ lib, stdenv, fetchFromGitHub, pythonPackages, makeWrapper, fetchpatch }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonEnv = pythonPackages.python.withPackages (p: [
|
pythonEnv = pythonPackages.python.withPackages (p: [
|
||||||
|
|
Loading…
Reference in New Issue