Merge staging-next into staging

Changed files
+221 -171
maintainers
nixos
tests
pkgs
applications
audio
praat
science
biology
picard-tools
logic
opensmt
desktops
plasma-5
development
libraries
libqaccessibilityclient
py3c
python-modules
aioambient
aioesphomeapi
awesomeversion
flake8-length
greeclimate
ha-av
pyefergy
pylitterbot
simple_di
simplisafe-python
spiderpy
swspotify
xknx
zeroconf
zha-quirks
servers
shells
tools
misc
package-management
nix-du
security
nwipe
top-level
+4
maintainers/maintainer-list.nix
···
};
abbe = {
email = "ashish.is@lostca.se";
github = "wahjava";
githubId = 2255192;
name = "Ashish SHUKLA";
···
};
bryanasdev000 = {
email = "bryanasdev000@gmail.com";
github = "bryanasdev000";
githubId = 53131727;
name = "Bryan Albuquerque";
···
mohe2015 = {
name = "Moritz Hedtke";
email = "Moritz.Hedtke@t-online.de";
github = "mohe2015";
githubId = 13287984;
keys = [{
···
};
pamplemousse = {
email = "xav.maso@gmail.com";
github = "Pamplemousse";
githubId = 2647236;
name = "Xavier Maso";
···
};
abbe = {
email = "ashish.is@lostca.se";
+
matrix = "@abbe:badti.me";
github = "wahjava";
githubId = 2255192;
name = "Ashish SHUKLA";
···
};
bryanasdev000 = {
email = "bryanasdev000@gmail.com";
+
matrix = "@bryanasdev000:matrix.org";
github = "bryanasdev000";
githubId = 53131727;
name = "Bryan Albuquerque";
···
mohe2015 = {
name = "Moritz Hedtke";
email = "Moritz.Hedtke@t-online.de";
+
matrix = "@moritz.hedtke:matrix.org";
github = "mohe2015";
githubId = 13287984;
keys = [{
···
};
pamplemousse = {
email = "xav.maso@gmail.com";
+
matrix = "@pamplemouss_:matrix.org";
github = "Pamplemousse";
githubId = 2647236;
name = "Xavier Maso";
+2 -2
nixos/tests/elk.nix
···
'';
}) { inherit pkgs system; };
in {
-
ELK-6 = mkElkTest {
name = "elk-6-oss";
elasticsearch = pkgs.elasticsearch6-oss;
logstash = pkgs.logstash6-oss;
···
};
# We currently only package upstream binaries.
# Feel free to package an SSPL licensed source-based package!
-
# ELK-7 = mkElkTest {
# name = "elk-7";
# elasticsearch = pkgs.elasticsearch7-oss;
# logstash = pkgs.logstash7-oss;
···
'';
}) { inherit pkgs system; };
in {
+
ELK-6 = mkElkTest "elk-6-oss" {
name = "elk-6-oss";
elasticsearch = pkgs.elasticsearch6-oss;
logstash = pkgs.logstash6-oss;
···
};
# We currently only package upstream binaries.
# Feel free to package an SSPL licensed source-based package!
+
# ELK-7 = mkElkTest "elk-7-oss" {
# name = "elk-7";
# elasticsearch = pkgs.elasticsearch7-oss;
# logstash = pkgs.logstash7-oss;
+2 -2
pkgs/applications/audio/praat/default.nix
···
stdenv.mkDerivation rec {
pname = "praat";
-
version = "6.1.53";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
-
sha256 = "sha256-4GOVrKVHl/Cj0PNx+rcLESn5fbyIsnzaheMOFLlEVMU=";
};
configurePhase = ''
···
stdenv.mkDerivation rec {
pname = "praat";
+
version = "6.1.55";
src = fetchFromGitHub {
owner = "praat";
repo = "praat";
rev = "v${version}";
+
sha256 = "sha256-PQVbrohIlmzKcG/8TzOBgyQWWaMH88voMNWAqEfyUWI=";
};
configurePhase = ''
+2 -2
pkgs/applications/science/biology/picard-tools/default.nix
···
stdenv.mkDerivation rec {
pname = "picard-tools";
-
version = "2.26.3";
src = fetchurl {
url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
-
sha256 = "sha256-H7VgD75tmAEd01Pj1o6BNT0QaXhd1pUIpAFmKM6OUlo=";
};
nativeBuildInputs = [ makeWrapper ];
···
stdenv.mkDerivation rec {
pname = "picard-tools";
+
version = "2.26.4";
src = fetchurl {
url = "https://github.com/broadinstitute/picard/releases/download/${version}/picard.jar";
+
sha256 = "sha256-KVOQuqudne0SAdgFEft/lTuoDn9vcpuDtMAafztYvPo=";
};
nativeBuildInputs = [ makeWrapper ];
+2 -2
pkgs/applications/science/logic/opensmt/default.nix
···
stdenv.mkDerivation rec {
pname = "opensmt";
-
version = "2.1.1";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
-
sha256 = "sha256-StnEvkSSKDHGYXIQsDUu9T9Ztl+RtDTP47JvnRyH0bE=";
};
nativeBuildInputs = [ cmake bison flex ];
···
stdenv.mkDerivation rec {
pname = "opensmt";
+
version = "2.2.0";
src = fetchFromGitHub {
owner = "usi-verification-and-security";
repo = "opensmt";
rev = "v${version}";
+
sha256 = "sha256-6VkBGDzqG3mplpvFh5DIR0I1I2/J0Pi7xYk/yVn04Kg=";
};
nativeBuildInputs = [ cmake bison flex ];
+2 -2
pkgs/desktops/plasma-5/kwin/default.nix
···
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
krunner, kscreenlocker, kservice, kwayland, kwayland-server, kwidgetsaddons,
-
kwindowsystem, kxmlgui, plasma-framework,
}:
# TODO (ttuegel): investigate qmlplugindump failure
···
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
kidletime kinit kio knewstuff knotifications kpackage krunner kscreenlocker
kservice kwayland kwayland-server kwidgetsaddons kwindowsystem kxmlgui
-
plasma-framework
];
outputs = [ "dev" "out" ];
···
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
krunner, kscreenlocker, kservice, kwayland, kwayland-server, kwidgetsaddons,
+
kwindowsystem, kxmlgui, plasma-framework, libqaccessibilityclient,
}:
# TODO (ttuegel): investigate qmlplugindump failure
···
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
kidletime kinit kio knewstuff knotifications kpackage krunner kscreenlocker
kservice kwayland kwayland-server kwidgetsaddons kwindowsystem kxmlgui
+
plasma-framework libqaccessibilityclient
];
outputs = [ "dev" "out" ];
+26
pkgs/development/libraries/libqaccessibilityclient/default.nix
···
···
+
{ lib, stdenv, fetchurl, cmake, qtbase, extra-cmake-modules }:
+
+
stdenv.mkDerivation rec {
+
pname = "libqaccessibilityclient";
+
version = "0.4.1";
+
+
src = fetchurl {
+
url = "mirror://kde/stable/libqaccessibilityclient/libqaccessibilityclient-${version}.tar.xz";
+
sha256 = "sha256-HHaLT0MU/K4qB8t958sq4FIrXwK0Fzrz7ti/sqTYNCk=";
+
};
+
+
nativeBuildInputs = [ cmake extra-cmake-modules ];
+
buildInputs = [ qtbase ];
+
+
outputs = [ "out" "dev" ];
+
+
dontWrapQtApps = true;
+
+
meta = with lib; {
+
description = "Accessibilty tools helper library, used e.g. by screen readers";
+
homepage = "https://github.com/KDE/libqaccessibilityclient";
+
maintainers = with maintainers; [ artturin ];
+
license = with licenses; [ lgpl3Only /* or */ lgpl21Only ];
+
platforms = platforms.linux;
+
};
+
}
+2 -2
pkgs/development/libraries/py3c/default.nix
···
stdenv.mkDerivation rec {
pname = "py3c";
-
version = "1.3.1";
src = fetchFromGitHub {
owner = "encukou";
repo = pname;
rev = "v${version}";
-
sha256 = "04i2z7hrig78clc59q3i1z2hh24g7z1bfvxznlzxv00d4s57nhpi";
};
postPatch = ''
···
stdenv.mkDerivation rec {
pname = "py3c";
+
version = "1.4";
src = fetchFromGitHub {
owner = "encukou";
repo = pname;
rev = "v${version}";
+
sha256 = "sha256-v8+0J56sZVbGdBlOotObUa10/zFMTvfXdMYRsKhyZaY=";
};
postPatch = ''
+11 -5
pkgs/development/python-modules/aioambient/default.nix
···
buildPythonPackage rec {
pname = "aioambient";
-
version = "1.3.0";
format = "pyproject";
-
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
-
sha256 = "sha256-blejTXyLe3B2kNytBh+zJz0Q0xDP+Vo2SV9gc7OX6S0=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'websockets = ">=8.1,<10.0"' 'websockets = ">=8.1,<11.0"'
'';
···
];
# Ignore the examples directory as the files are prefixed with test_
-
disabledTestPaths = [ "examples/" ];
-
pythonImportsCheck = [ "aioambient" ];
meta = with lib; {
description = "Python library for the Ambient Weather API";
···
buildPythonPackage rec {
pname = "aioambient";
+
version = "2021.10.1";
format = "pyproject";
+
+
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
+
sha256 = "sha256-DCh/o7p+lO5BhN3JoLdhImkzfxoyqiscA/6CwwvAnc0=";
};
postPatch = ''
+
# https://github.com/bachya/aioambient/pull/97
substituteInPlace pyproject.toml \
--replace 'websockets = ">=8.1,<10.0"' 'websockets = ">=8.1,<11.0"'
'';
···
];
# Ignore the examples directory as the files are prefixed with test_
+
disabledTestPaths = [
+
"examples/"
+
];
+
pythonImportsCheck = [
+
"aioambient"
+
];
meta = with lib; {
description = "Python library for the Ambient Weather API";
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
···
buildPythonPackage rec {
pname = "aioesphomeapi";
-
version = "10.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "esphome";
repo = pname;
rev = "v${version}";
-
sha256 = "sha256-9K67vmPaPSR6ODl3tpwwfRMY9DDD/2cCaDRRO38mHVU=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "aioesphomeapi";
+
version = "10.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "esphome";
repo = pname;
rev = "v${version}";
+
sha256 = "sha256-SUM9P7qmP3LWANw8LiwMsT5sN1kZJvqeaBT/ZDmTtwE=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/awesomeversion/default.nix
···
buildPythonPackage rec {
pname = "awesomeversion";
-
version = "21.8.1";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ludeeus";
repo = pname;
rev = version;
-
sha256 = "sha256-eyo0dzmExJ7WCRAXFvB+ElWi5HTTzJ7XJsmxB2t6yfI=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "awesomeversion";
+
version = "21.10.1";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ludeeus";
repo = pname;
rev = version;
+
sha256 = "sha256-y+QU8T1Cb6FpRcRqhao4KPdE9XlU5C+GURaEuahC25E=";
};
postPatch = ''
+37
pkgs/development/python-modules/flake8-length/default.nix
···
···
+
{ lib
+
, buildPythonPackage
+
, pythonOlder
+
, flake8
+
, pytestCheckHook
+
, fetchPypi
+
}:
+
+
buildPythonPackage rec {
+
pname = "flake8-length";
+
version = "0.2.0";
+
disabled = pythonOlder "3.6";
+
+
src = fetchPypi {
+
inherit pname version;
+
sha256 = "15frvccm1qx783jlx8fw811ks9jszln3agbb58lg4dhbmjaf2cxw";
+
};
+
+
propagatedBuildInputs = [
+
flake8
+
];
+
+
pythonImportsCheck = [
+
"flake8_length"
+
];
+
+
checkInputs = [ pytestCheckHook ];
+
+
pytestFlagsArray = [ "tests/" ];
+
+
meta = {
+
description = "Flake8 plugin for a smart line length validation";
+
homepage = "https://github.com/orsinium-labs/flake8-length";
+
license = lib.licenses.mit;
+
maintainers = with lib.maintainers; [ sauyon ];
+
};
+
}
+2 -2
pkgs/development/python-modules/greeclimate/default.nix
···
buildPythonPackage rec {
pname = "greeclimate";
-
version = "0.12.1";
disabled = pythonOlder "3.6";
···
owner = "cmroche";
repo = "greeclimate";
rev = version;
-
sha256 = "sha256-HO+JBlyRFkwijR3g75P7yOabK3LhNFFYevSn/aFStUE=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "greeclimate";
+
version = "0.12.3";
disabled = pythonOlder "3.6";
···
owner = "cmroche";
repo = "greeclimate";
rev = version;
+
sha256 = "sha256-7O21/eL/CcQmENJTGKfZCHjZcRN3pwuWZrmMMX3YPAg=";
};
propagatedBuildInputs = [
+46
pkgs/development/python-modules/ha-av/default.nix
···
···
+
{ lib
+
, buildPythonPackage
+
, pythonOlder
+
, fetchPypi
+
, pkg-config
+
, ffmpeg
+
, numpy
+
, pytestCheckHook
+
, python
+
}:
+
+
buildPythonPackage rec {
+
pname = "ha-av";
+
version = "8.0.4rc1";
+
format = "setuptools";
+
+
disabled = pythonOlder "3.5";
+
+
src = fetchPypi {
+
inherit pname version;
+
sha256 = "sha256-txdi2/X6upqrACeHhHpEh4tGqgPpW/dyWda8y++7c3M=";
+
};
+
+
nativeBuildInputs = [
+
pkg-config
+
];
+
+
buildInputs = [
+
ffmpeg
+
];
+
+
pythonImportsCheck = [
+
"av"
+
"av._core"
+
];
+
+
# tests fail to import av._core
+
doCheck = false;
+
+
meta = with lib; {
+
homepage = "https://pypi.org/project/ha-av/";
+
description = "Pythonic bindings for FFmpeg's libraries";
+
license = licenses.bsd3;
+
maintainers = with maintainers; [ hexa ];
+
};
+
}
+2 -2
pkgs/development/python-modules/pyefergy/default.nix
···
buildPythonPackage rec {
pname = "pyefergy";
-
version = "0.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
···
owner = "tkdrob";
repo = pname;
rev = version;
-
sha256 = "0nm7dc5q4wvdpqxpirlc4nwm68lf3n2df6j5yy4m8wr294yb7a1k";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "pyefergy";
+
version = "0.1.3";
format = "setuptools";
disabled = pythonOlder "3.8";
···
owner = "tkdrob";
repo = pname;
rev = version;
+
sha256 = "sha256-TGvS/ntIRbkcMsD5y0QdqyLE2dcPUbX3d79jHc3ddd0=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pylitterbot/default.nix
···
buildPythonPackage rec {
pname = "pylitterbot";
-
version = "2021.9.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "natekspencer";
repo = pname;
rev = version;
-
sha256 = "sha256-S25x9k6vBwnmJq15y5PVUWaTujT9UNHvgIX9uH+N8dY=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "pylitterbot";
+
version = "2021.10.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "natekspencer";
repo = pname;
rev = version;
+
sha256 = "sha256-xE+H23AZR1OXfuLMvSuI7IeYKX7k2iEATHq5VheMLn4=";
};
propagatedBuildInputs = [
+9 -2
pkgs/development/python-modules/simple_di/default.nix
···
}:
buildPythonPackage rec {
-
version = "0.1.2";
pname = "simple_di";
-
disabled = pythonOlder "3.6.1";
src = fetchPypi {
inherit pname version;
···
] ++ lib.optional (pythonOlder "3.7") [
dataclasses
];
meta = {
description = "Simple dependency injection library";
···
}:
buildPythonPackage rec {
pname = "simple_di";
+
version = "0.1.2";
+
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
···
] ++ lib.optional (pythonOlder "3.7") [
dataclasses
];
+
+
pythonImportsCheck = [
+
"simple_di"
+
];
+
+
# pypi distribution contains no tests
+
doCheck = false;
meta = {
description = "Simple dependency injection library";
+2 -2
pkgs/development/python-modules/simplisafe-python/default.nix
···
buildPythonPackage rec {
pname = "simplisafe-python";
-
version = "12.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "bachya";
repo = pname;
rev = version;
-
sha256 = "sha256-/KnDsnx+Jrirj6uBkdao6PI2jhtzKqDK6cmmQgsO5T4=";
};
nativeBuildInputs = [ poetry-core ];
···
buildPythonPackage rec {
pname = "simplisafe-python";
+
version = "2021.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "bachya";
repo = pname;
rev = version;
+
sha256 = "sha256-J0uMlczR7y5wDchaOjp5d3Vf36WfRmt7d51koGiNHBk=";
};
nativeBuildInputs = [ poetry-core ];
+9 -3
pkgs/development/python-modules/spiderpy/default.nix
···
, buildPythonPackage
, isPy27
, fetchFromGitHub
, requests
}:
buildPythonPackage rec {
pname = "spiderpy";
-
version = "1.5.0";
disabled = isPy27;
···
owner = "peternijssen";
repo = "spiderpy";
rev = version;
-
sha256 = "1nbfjqwiyyl7lhkb4rvickxiy9nwynr2sxr1hpyv0vm09h6q8hsc";
};
propagatedBuildInputs = [
requests
];
-
# no unit tests implemented
doCheck = false;
pythonImportsCheck = [ "spiderpy.spiderapi" ];
···
, buildPythonPackage
, isPy27
, fetchFromGitHub
+
, poetry-core
, requests
}:
buildPythonPackage rec {
pname = "spiderpy";
+
version = "1.7.1";
+
format = "pyproject";
disabled = isPy27;
···
owner = "peternijssen";
repo = "spiderpy";
rev = version;
+
sha256 = "sha256-gQ/Y5c8+aSvoJzXI6eQ9rk0xDPxpi0xgO3xBKR+vVrY=";
};
+
nativeBuildInputs = [
+
poetry-core
+
];
+
propagatedBuildInputs = [
requests
];
+
# tests don't mock remote resources
doCheck = false;
pythonImportsCheck = [ "spiderpy.spiderapi" ];
+10 -8
pkgs/development/python-modules/swspotify/default.nix
···
-
{ lib, buildPythonPackage, fetchFromGitHub, requests, flask-cors, dbus-python, pytestCheckHook, mock, isPy27 }:
buildPythonPackage rec {
pname = "SwSpotify";
-
version = "1.2.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "SwagLyrics";
repo = "SwSpotify";
rev = "v${version}";
-
sha256 = "0jxcvy8lw8kpjbl4q6mi11164pvi0w9m9p76bxj2m7i7s5p4dxd4";
};
propagatedBuildInputs = [
-
requests flask-cors dbus-python
];
preConfigure = ''
substituteInPlace setup.py \
-
--replace 'requests>=2.24.0' 'requests~=2.23' \
-
--replace 'flask-cors==3.0.8' 'flask-cors'
'';
checkPhase = ''
-
pytest tests/test_spotify.py::LinuxTests
'';
checkInputs = [ pytestCheckHook mock ];
···
description = "Library to get the currently playing song and artist from Spotify";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
-
platforms = platforms.linux;
};
}
···
+
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, poetry-core, requests
+
, pytestCheckHook, flask, flask-cors, dbus-python, mock, isPy27 }:
buildPythonPackage rec {
pname = "SwSpotify";
+
version = "1.2.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "SwagLyrics";
repo = "SwSpotify";
rev = "v${version}";
+
sha256 = "sha256-571knnY8LegIbqyPeKUfl+d0suTWAMQHYLN7edKFNdI=";
};
propagatedBuildInputs = [
+
requests flask flask-cors dbus-python
];
preConfigure = ''
substituteInPlace setup.py \
+
--replace 'flask==2.0.1' 'flask'
'';
+
doCheck = !stdenv.isDarwin;
+
checkPhase = ''
+
pytest tests/test_spotify.py::${if stdenv.isDarwin then "DarwinTests" else "LinuxTests"}
'';
checkInputs = [ pytestCheckHook mock ];
···
description = "Library to get the currently playing song and artist from Spotify";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
+
platforms = platforms.unix;
};
}
+2 -2
pkgs/development/python-modules/xknx/default.nix
···
buildPythonPackage rec {
pname = "xknx";
-
version = "0.18.9";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
-
sha256 = "1dw1dqhd790wsa6v7bpcv921zf1y544ry7drwcfdcmprsm7hs42j";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "xknx";
+
version = "0.18.12";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
+
sha256 = "sha256-Wk6+IRIGMaOPOEVEyzalBKyK88Y2yfKKo6T0fKxeOOE=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/zeroconf/default.nix
···
buildPythonPackage rec {
pname = "zeroconf";
-
version = "0.36.9";
format = "setuptools";
disabled = pythonOlder "3.6";
···
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
-
sha256 = "sha256-V2AiKmL3laA6Kd2lOXZ7f+7L08zMtDfvhLxayylp1CQ=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "zeroconf";
+
version = "0.36.11";
format = "setuptools";
disabled = pythonOlder "3.6";
···
owner = "jstasiak";
repo = "python-zeroconf";
rev = version;
+
sha256 = "sha256-MGaikOO4vdBRCR+jYHr38FGOdg2rjypK5z0UY5lThY4=";
};
propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
···
buildPythonPackage rec {
pname = "zha-quirks";
-
version = "0.0.62";
src = fetchFromGitHub {
owner = "zigpy";
repo = "zha-device-handlers";
rev = version;
-
sha256 = "sha256-wXXdxE69EABrvJA8utrhLW4+8ixcyCraWHx2M3uE8mw=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "zha-quirks";
+
version = "0.0.63";
src = fetchFromGitHub {
owner = "zigpy";
repo = "zha-device-handlers";
rev = version;
+
sha256 = "sha256-jAd/qT+uwylE/AOHFnkKWECHnxFFqgCtCp36mrqFZIE=";
};
propagatedBuildInputs = [
+7 -11
pkgs/servers/home-assistant/component-packages.nix
···
# Do not edit!
{
-
version = "2021.10.7";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
···
"epsonworkforce" = ps: with ps; [ ]; # missing inputs: epsonprinter
"eq3btsmart" = ps: with ps; [ construct ]; # missing inputs: python-eq3bt
"esphome" = ps: with ps; [ aioesphomeapi aiohttp-cors ifaddr zeroconf ];
-
"essent" = ps: with ps; [ ]; # missing inputs: PyEssent
"etherscan" = ps: with ps; [ ]; # missing inputs: python-etherscan-api
"eufy" = ps: with ps; [ ]; # missing inputs: lakeside
"everlights" = ps: with ps; [ pyeverlights ];
···
"http" = ps: with ps; [ aiohttp-cors ];
"htu21d" = ps: with ps; [ smbus-cffi ]; # missing inputs: i2csense
"huawei_lte" = ps: with ps; [ huawei-lte-api stringcase url-normalize ];
-
"huawei_router" = ps: with ps; [ ];
"hue" = ps: with ps; [ aiohue ];
"huisbaasje" = ps: with ps; [ huisbaasje-client ];
"humidifier" = ps: with ps; [ ];
···
"logi_circle" = ps: with ps; [ aiohttp-cors ha-ffmpeg ]; # missing inputs: logi_circle
"london_air" = ps: with ps; [ ];
"london_underground" = ps: with ps; [ ]; # missing inputs: london-tube-status
"loopenergy" = ps: with ps; [ ]; # missing inputs: pyloopenergy
"lovelace" = ps: with ps; [ ];
"luci" = ps: with ps; [ openwrt-luci-rpc ];
···
"lutron" = ps: with ps; [ pylutron ];
"lutron_caseta" = ps: with ps; [ aiolip pylutron-caseta ];
"lw12wifi" = ps: with ps; [ ]; # missing inputs: lw12
-
"lyft" = ps: with ps; [ ]; # missing inputs: lyft_rides
"lyric" = ps: with ps; [ aiohttp-cors aiolyric ];
"magicseaweed" = ps: with ps; [ ]; # missing inputs: magicseaweed
"mailbox" = ps: with ps; [ aiohttp-cors ];
···
"mold_indicator" = ps: with ps; [ ];
"monoprice" = ps: with ps; [ ]; # missing inputs: pymonoprice
"moon" = ps: with ps; [ ];
-
"motion_blinds" = ps: with ps; [ ]; # missing inputs: motionblinds
"motioneye" = ps: with ps; [ aiohttp-cors motioneye-client ];
"mpchc" = ps: with ps; [ ];
"mpd" = ps: with ps; [ mpd2 ];
···
"nanoleaf" = ps: with ps; [ aionanoleaf ];
"neato" = ps: with ps; [ aiohttp-cors pybotvac ];
"nederlandse_spoorwegen" = ps: with ps; [ nsapi ];
-
"nello" = ps: with ps; [ pynello ];
"ness_alarm" = ps: with ps; [ ]; # missing inputs: nessclient
"nest" = ps: with ps; [ aiohttp-cors ha-ffmpeg python-nest ]; # missing inputs: google-nest-sdm
"netatmo" = ps: with ps; [ pyturbojpeg aiohttp-cors hass-nabucasa pyatmo ];
···
"nzbget" = ps: with ps; [ ]; # missing inputs: pynzbgetapi
"oasa_telematics" = ps: with ps; [ ]; # missing inputs: oasatelematics
"obihai" = ps: with ps; [ pyobihai ];
-
"octoprint" = ps: with ps; [ aiohttp-cors ifaddr netdisco zeroconf ];
"oem" = ps: with ps; [ ]; # missing inputs: oemthermostat
"ohmconnect" = ps: with ps; [ defusedxml ];
"ombi" = ps: with ps; [ pyombi ];
···
"steam_online" = ps: with ps; [ ]; # missing inputs: steamodd
"stiebel_eltron" = ps: with ps; [ pymodbus ]; # missing inputs: pystiebeleltron
"stookalert" = ps: with ps; [ ]; # missing inputs: stookalert
-
"stream" = ps: with ps; [ aiohttp-cors av ];
"streamlabswater" = ps: with ps; [ streamlabswater ];
"stt" = ps: with ps; [ aiohttp-cors ];
"subaru" = ps: with ps; [ subarulink ];
···
"travisci" = ps: with ps; [ ]; # missing inputs: TravisPy
"trend" = ps: with ps; [ numpy ];
"tts" = ps: with ps; [ aiohttp-cors mutagen ];
-
"tuya" = ps: with ps; [ tuya-iot-py-sdk ];
"twentemilieu" = ps: with ps; [ twentemilieu ];
"twilio" = ps: with ps; [ aiohttp-cors twilio ];
"twilio_call" = ps: with ps; [ aiohttp-cors twilio ];
···
"vivotek" = ps: with ps; [ ]; # missing inputs: libpyvivotek
"vizio" = ps: with ps; [ pyvizio ];
"vlc" = ps: with ps; [ python-vlc ];
-
"vlc_telnet" = ps: with ps; [ ]; # missing inputs: python-telnet-vlc
"voicerss" = ps: with ps; [ ];
"volkszaehler" = ps: with ps; [ volkszaehler ];
"volumio" = ps: with ps; [ pyvolumio ];
···
"whois" = ps: with ps; [ python-whois ];
"wiffi" = ps: with ps; [ wiffi ];
"wilight" = ps: with ps; [ pywilight ];
-
"wink" = ps: with ps; [ aiohttp-cors pubnubsub-handler python-wink ];
"wirelesstag" = ps: with ps; [ ]; # missing inputs: wirelesstagpy
"withings" = ps: with ps; [ aiohttp-cors ]; # missing inputs: withings-api
"wled" = ps: with ps; [ wled ];
···
# Do not edit!
{
+
version = "2021.11.0";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];
···
"epsonworkforce" = ps: with ps; [ ]; # missing inputs: epsonprinter
"eq3btsmart" = ps: with ps; [ construct ]; # missing inputs: python-eq3bt
"esphome" = ps: with ps; [ aioesphomeapi aiohttp-cors ifaddr zeroconf ];
"etherscan" = ps: with ps; [ ]; # missing inputs: python-etherscan-api
"eufy" = ps: with ps; [ ]; # missing inputs: lakeside
"everlights" = ps: with ps; [ pyeverlights ];
···
"http" = ps: with ps; [ aiohttp-cors ];
"htu21d" = ps: with ps; [ smbus-cffi ]; # missing inputs: i2csense
"huawei_lte" = ps: with ps; [ huawei-lte-api stringcase url-normalize ];
"hue" = ps: with ps; [ aiohue ];
"huisbaasje" = ps: with ps; [ huisbaasje-client ];
"humidifier" = ps: with ps; [ ];
···
"logi_circle" = ps: with ps; [ aiohttp-cors ha-ffmpeg ]; # missing inputs: logi_circle
"london_air" = ps: with ps; [ ];
"london_underground" = ps: with ps; [ ]; # missing inputs: london-tube-status
+
"lookin" = ps: with ps; [ aiolookin ];
"loopenergy" = ps: with ps; [ ]; # missing inputs: pyloopenergy
"lovelace" = ps: with ps; [ ];
"luci" = ps: with ps; [ openwrt-luci-rpc ];
···
"lutron" = ps: with ps; [ pylutron ];
"lutron_caseta" = ps: with ps; [ aiolip pylutron-caseta ];
"lw12wifi" = ps: with ps; [ ]; # missing inputs: lw12
"lyric" = ps: with ps; [ aiohttp-cors aiolyric ];
"magicseaweed" = ps: with ps; [ ]; # missing inputs: magicseaweed
"mailbox" = ps: with ps; [ aiohttp-cors ];
···
"mold_indicator" = ps: with ps; [ ];
"monoprice" = ps: with ps; [ ]; # missing inputs: pymonoprice
"moon" = ps: with ps; [ ];
+
"motion_blinds" = ps: with ps; [ aiohttp-cors ifaddr ]; # missing inputs: motionblinds
"motioneye" = ps: with ps; [ aiohttp-cors motioneye-client ];
"mpchc" = ps: with ps; [ ];
"mpd" = ps: with ps; [ mpd2 ];
···
"nanoleaf" = ps: with ps; [ aionanoleaf ];
"neato" = ps: with ps; [ aiohttp-cors pybotvac ];
"nederlandse_spoorwegen" = ps: with ps; [ nsapi ];
"ness_alarm" = ps: with ps; [ ]; # missing inputs: nessclient
"nest" = ps: with ps; [ aiohttp-cors ha-ffmpeg python-nest ]; # missing inputs: google-nest-sdm
"netatmo" = ps: with ps; [ pyturbojpeg aiohttp-cors hass-nabucasa pyatmo ];
···
"nzbget" = ps: with ps; [ ]; # missing inputs: pynzbgetapi
"oasa_telematics" = ps: with ps; [ ]; # missing inputs: oasatelematics
"obihai" = ps: with ps; [ pyobihai ];
+
"octoprint" = ps: with ps; [ ]; # missing inputs: pyoctoprintapi
"oem" = ps: with ps; [ ]; # missing inputs: oemthermostat
"ohmconnect" = ps: with ps; [ defusedxml ];
"ombi" = ps: with ps; [ pyombi ];
···
"steam_online" = ps: with ps; [ ]; # missing inputs: steamodd
"stiebel_eltron" = ps: with ps; [ pymodbus ]; # missing inputs: pystiebeleltron
"stookalert" = ps: with ps; [ ]; # missing inputs: stookalert
+
"stream" = ps: with ps; [ aiohttp-cors ha-av ];
"streamlabswater" = ps: with ps; [ streamlabswater ];
"stt" = ps: with ps; [ aiohttp-cors ];
"subaru" = ps: with ps; [ subarulink ];
···
"travisci" = ps: with ps; [ ]; # missing inputs: TravisPy
"trend" = ps: with ps; [ numpy ];
"tts" = ps: with ps; [ aiohttp-cors mutagen ];
+
"tuya" = ps: with ps; [ ha-ffmpeg tuya-iot-py-sdk ];
"twentemilieu" = ps: with ps; [ twentemilieu ];
"twilio" = ps: with ps; [ aiohttp-cors twilio ];
"twilio_call" = ps: with ps; [ aiohttp-cors twilio ];
···
"vivotek" = ps: with ps; [ ]; # missing inputs: libpyvivotek
"vizio" = ps: with ps; [ pyvizio ];
"vlc" = ps: with ps; [ python-vlc ];
+
"vlc_telnet" = ps: with ps; [ ]; # missing inputs: aiovlc
"voicerss" = ps: with ps; [ ];
"volkszaehler" = ps: with ps; [ volkszaehler ];
"volumio" = ps: with ps; [ pyvolumio ];
···
"whois" = ps: with ps; [ python-whois ];
"wiffi" = ps: with ps; [ wiffi ];
"wilight" = ps: with ps; [ pywilight ];
"wirelesstag" = ps: with ps; [ ]; # missing inputs: wirelesstagpy
"withings" = ps: with ps; [ aiohttp-cors ]; # missing inputs: withings-api
"wled" = ps: with ps; [ wled ];
+6 -43
pkgs/servers/home-assistant/default.nix
···
# Override the version of some packages pinned in Home Assistant's setup.py and requirements_all.txt
(mkOverride "python-slugify" "4.0.1" "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270")
-
# Pinned due to API changes in aioesphomeapi>=10.0.0
-
(self: super: {
-
aioesphomeapi = super.aioesphomeapi.overridePythonAttrs (oldAttrs: rec {
-
version = "9.1.5";
-
src = fetchFromGitHub {
-
owner = "esphome";
-
repo = "aioesphomeapi";
-
rev = "v${version}";
-
sha256 = "sha256-PPag65ZMz9KZEe9FmiB42/DgeM0vJw5L0haAG/jBjqg=";
-
};
-
});
-
})
-
# Pinned due to API changes in iaqualink>=2.0, remove after
# https://github.com/home-assistant/core/pull/48137 was merged
(self: super: {
···
# Pinned due to API changes in 0.1.0
(mkOverride "poolsense" "0.0.8" "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp")
-
# Pinned due to missing simpliypy.errors.PendingAuthorizationError in simplisafe-python>12 which results in a failing import
-
(self: super: {
-
simplisafe-python = super.simplisafe-python.overridePythonAttrs (oldAttrs: rec {
-
version = "11.0.7";
-
src = fetchFromGitHub {
-
owner = "bachya";
-
repo = "simplisafe-python";
-
rev = version;
-
sha256 = "02nrighkdcd5n9qgbizm9gyfnpgdm4iibw7y8nbyfaxpng069fzp";
-
};
-
checkInputs = oldAttrs.checkInputs ++ [ super.aioresponses ];
-
});
-
})
-
-
# Pinned due to changes in total-connect-client>0.58 which made the tests fails at the moment
-
(self: super: {
-
total-connect-client = super.total-connect-client.overridePythonAttrs (oldAttrs: rec {
-
version = "0.58";
-
src = fetchFromGitHub {
-
owner = "craigjmidwinter";
-
repo = "total-connect-client";
-
rev = version;
-
sha256 = "1dqmgvgvwjh235wghygan2jnfvmn9vz789in2as3asig9cifix9z";
-
};
-
});
-
})
-
# home-assistant-frontend does not exist in python3.pkgs
(self: super: {
home-assistant-frontend = self.callPackage ./frontend.nix { };
···
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
-
hassVersion = "2021.10.7";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
···
owner = "home-assistant";
repo = "core";
rev = version;
-
sha256 = "1kibny2hd91c011bv7g46sn5q9fg6wmrbwzwckwa737d6gj27c1y";
};
# leave this in, so users don't have to constantly update their downstream patch handling
···
postPatch = ''
substituteInPlace setup.py \
--replace "bcrypt==3.1.7" "bcrypt" \
-
--replace "jinja2==3.0.1" "jinja2" \
--replace "pip>=8.0.3,<20.3" "pip" \
--replace "yarl==1.6.3" "yarl==1.7.0"
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
'';
···
checkInputs = [
# test infrastructure (selectively from requirement_test.txt)
pytest-aiohttp
pytest-mock
pytest-rerunfailures
pytest-xdist
pytestCheckHook
requests-mock
···
# Override the version of some packages pinned in Home Assistant's setup.py and requirements_all.txt
(mkOverride "python-slugify" "4.0.1" "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270")
# Pinned due to API changes in iaqualink>=2.0, remove after
# https://github.com/home-assistant/core/pull/48137 was merged
(self: super: {
···
# Pinned due to API changes in 0.1.0
(mkOverride "poolsense" "0.0.8" "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp")
# home-assistant-frontend does not exist in python3.pkgs
(self: super: {
home-assistant-frontend = self.callPackage ./frontend.nix { };
···
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
+
hassVersion = "2021.11.0";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
···
owner = "home-assistant";
repo = "core";
rev = version;
+
sha256 = "1bhm2ahc9fvh3czhfim3la0vdwdis2r86fa0qldqpnh11v25hb2s";
};
# leave this in, so users don't have to constantly update their downstream patch handling
···
postPatch = ''
substituteInPlace setup.py \
--replace "bcrypt==3.1.7" "bcrypt" \
--replace "pip>=8.0.3,<20.3" "pip" \
+
--replace "pyyaml==6.0" "pyyaml" \
--replace "yarl==1.6.3" "yarl==1.7.0"
substituteInPlace tests/test_config.py --replace '"/usr"' '"/build/media"'
'';
···
checkInputs = [
# test infrastructure (selectively from requirement_test.txt)
+
freezegun
pytest-aiohttp
+
pytest-freezegun
pytest-mock
pytest-rerunfailures
+
pytest-socket
pytest-xdist
pytestCheckHook
requests-mock
+2 -2
pkgs/servers/home-assistant/frontend.nix
···
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
-
version = "20211007.1";
src = fetchPypi {
inherit pname version;
-
sha256 = "sha256-wsDNLwzhpwH5vwdHRWhZGlumjFM8/S+kXProbD+VpE8=";
};
# there is nothing to strip in this package
···
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
+
version = "20211103.0";
src = fetchPypi {
inherit pname version;
+
sha256 = "sha256-gny97mYHNwQ8KderebfLALCbIyddbwRoD5Ux6ahDdVk=";
};
# there is nothing to strip in this package
+2 -2
pkgs/shells/oksh/default.nix
···
stdenv.mkDerivation rec {
pname = "oksh";
-
version = "6.9";
src = fetchFromGitHub {
owner = "ibara";
repo = pname;
rev = "${pname}-${version}";
-
sha256 = "sha256-b5b6xYqlmjWAT8kTq6YraVLawV/k3ugHZUjXD1LJyhs=";
};
meta = with lib; {
···
stdenv.mkDerivation rec {
pname = "oksh";
+
version = "7.0";
src = fetchFromGitHub {
owner = "ibara";
repo = pname;
rev = "${pname}-${version}";
+
sha256 = "sha256-076nD0aPps6n5qkR3LQJ6Kn2g3mkov+/M0qSvxNLZ6o=";
};
meta = with lib; {
+1 -4
pkgs/tools/misc/coreutils/default.nix
···
./fix-chmod-exit-code.patch
# Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51433
./disable-seek-hole.patch
-
] ++ optional stdenv.hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch
-
# fix gnulib tests on 32-bit ARM. Included on coreutils master.
-
# https://lists.gnu.org/r/bug-gnulib/2020-08/msg00225.html
-
++ optional stdenv.hostPlatform.isAarch32 ./fix-gnulib-tests-arm.patch;
postPatch = ''
# The test tends to fail on btrfs,f2fs and maybe other unusual filesystems.
···
./fix-chmod-exit-code.patch
# Workaround for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51433
./disable-seek-hole.patch
+
] ++ optional stdenv.hostPlatform.isCygwin ./coreutils-8.23-4.cygwin.patch;
postPatch = ''
# The test tends to fail on btrfs,f2fs and maybe other unusual filesystems.
-45
pkgs/tools/misc/coreutils/fix-gnulib-tests-arm.patch
···
-
>From 175e0bc72808d564074c4adcc72aeadb74adfcc6 Mon Sep 17 00:00:00 2001
-
From: Paul Eggert <eggert@cs.ucla.edu>
-
Date: Thu, 27 Aug 2020 17:52:58 -0700
-
Subject: [PATCH] perror, strerror_r: remove unportable tests
-
-
Problem reported by Florian Weimer in:
-
https://lists.gnu.org/r/bug-gnulib/2020-08/msg00220.html
-
* tests/test-perror2.c (main):
-
* tests/test-strerror_r.c (main): Omit unportable tests.
-
---
-
tests/test-perror2.c | 3 ---
-
tests/test-strerror_r.c | 3 ---
-
2 files changed, 6 deletions(-)
-
-
diff --git a/gnulib-tests/test-perror2.c b/gnulib-tests/test-perror2.c
-
index 1d14eda7b..c6214dd25 100644
-
--- a/gnulib-tests/test-perror2.c
-
+++ b/gnulib-tests/test-perror2.c
-
@@ -79,9 +79,6 @@ main (void)
-
errno = -5;
-
perror ("");
-
ASSERT (!ferror (stderr));
-
- ASSERT (msg1 == msg2 || msg1 == msg4 || STREQ (msg1, str1));
-
- ASSERT (msg2 == msg4 || STREQ (msg2, str2));
-
- ASSERT (msg3 == msg4 || STREQ (msg3, str3));
-
ASSERT (STREQ (msg4, str4));
-
-
free (str1);
-
diff --git a/gnulib-tests/test-strerror_r.c b/gnulib-tests/test-strerror_r.c
-
index b11d6fd9f..c1dbcf837 100644
-
--- a/gnulib-tests/test-strerror_r.c
-
+++ b/gnulib-tests/test-strerror_r.c
-
@@ -165,9 +165,6 @@ main (void)
-
-
strerror_r (EACCES, buf, sizeof buf);
-
strerror_r (-5, buf, sizeof buf);
-
- ASSERT (msg1 == msg2 || msg1 == msg4 || STREQ (msg1, str1));
-
- ASSERT (msg2 == msg4 || STREQ (msg2, str2));
-
- ASSERT (msg3 == msg4 || STREQ (msg3, str3));
-
ASSERT (STREQ (msg4, str4));
-
-
free (str1);
-
--
-
2.17.1
-
···
+2 -2
pkgs/tools/misc/nms/default.nix
···
stdenv.mkDerivation rec {
pname = "nms";
-
version = "0.3.3";
src = fetchFromGitHub {
owner = "bartobri";
repo = "no-more-secrets";
rev = "v${version}";
-
sha256 = "1zfv4qabikf8w9winsr4brxrdvs3f0d7xvydksyx8bydadsm2v2h";
};
buildFlags = [ "nms" "sneakers" ];
···
stdenv.mkDerivation rec {
pname = "nms";
+
version = "1.0.1";
src = fetchFromGitHub {
owner = "bartobri";
repo = "no-more-secrets";
rev = "v${version}";
+
sha256 = "sha256-QVCEpplsZCSQ+Fq1LBtCuPBvnzgLsmLcSrxR+e4nA5I=";
};
buildFlags = [ "nms" "sneakers" ];
+7 -8
pkgs/tools/misc/swaglyrics/default.nix
···
python3.pkgs.buildPythonApplication rec {
pname = "swaglyrics";
-
version = "1.2.2";
src = fetchFromGitHub {
owner = "SwagLyrics";
repo = "SwagLyrics-For-Spotify";
-
rev = "v${version}";
-
sha256 = "1dwj9fpyhqqpm2z3imp8hfribkzxya891shh77yg77rc2xghp7mh";
};
propagatedBuildInputs = with python3.pkgs; [
···
preConfigure = ''
substituteInPlace setup.py \
-
--replace 'requests>=2.24.0' 'requests~=2.23' \
-
--replace 'beautifulsoup4==4.9.1' 'beautifulsoup4~=4.9' \
-
--replace 'colorama==0.4.3' 'colorama~=0.4' \
-
--replace 'unidecode==1.1.1' 'unidecode~=1.2'
'';
preBuild = "export HOME=$NIX_BUILD_TOP";
···
homepage = "https://github.com/SwagLyrics/SwagLyrics-For-Spotify";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
-
platforms = platforms.linux;
};
}
···
python3.pkgs.buildPythonApplication rec {
pname = "swaglyrics";
+
version = "unstable-2021-06-17";
src = fetchFromGitHub {
owner = "SwagLyrics";
repo = "SwagLyrics-For-Spotify";
+
rev = "99fe764a9e45cac6cb9fcdf724c7d2f8cb4524fb";
+
sha256 = "sha256-O48T1WsUIVnNQb8gmzSkFFHTOiFOKVSAEYhF9zUqZz0=";
};
propagatedBuildInputs = with python3.pkgs; [
···
preConfigure = ''
substituteInPlace setup.py \
+
--replace 'beautifulsoup4==4.9.3' 'beautifulsoup4>=4.9.3' \
+
--replace 'unidecode==1.2.0' 'unidecode>=1.2.0' \
+
--replace 'flask==2.0.1' 'flask>=2.0.1'
'';
preBuild = "export HOME=$NIX_BUILD_TOP";
···
homepage = "https://github.com/SwagLyrics/SwagLyrics-For-Spotify";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
+
platforms = platforms.unix;
};
}
+3 -3
pkgs/tools/package-management/nix-du/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "nix-du";
-
version = "0.4.0";
src = fetchFromGitHub {
owner = "symphorien";
repo = "nix-du";
rev = "v${version}";
-
sha256 = "0nl451xfby8krxl2wyn91mm0rvacj1718qbqw6k56dwsqlnnxmx0";
};
-
cargoSha256 = "0swdlp3qdisr8gxihg5syplzssggx9avmdb2w70056436046gs1r";
doCheck = true;
checkInputs = [ nix graphviz ];
···
rustPlatform.buildRustPackage rec {
pname = "nix-du";
+
version = "0.4.1";
src = fetchFromGitHub {
owner = "symphorien";
repo = "nix-du";
rev = "v${version}";
+
sha256 = "0v6hixj81aa6g3sddny46i0yqaaqv6krp5xadj0xz1g77cb8xy2w";
};
+
cargoSha256 = "11jaks6adsvrvxlqqw3glvn4ff7xh9j35ayfrl89rb4achvqp7xn";
doCheck = true;
checkInputs = [ nix graphviz ];
+2 -2
pkgs/tools/security/nwipe/default.nix
···
stdenv.mkDerivation rec {
pname = "nwipe";
-
version = "0.31";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
-
sha256 = "sha256-+xwQLjl0jhven6udfCprRKW8qWM6JMh5MOZ+ZdaJWQg=";
};
nativeBuildInputs = [
···
stdenv.mkDerivation rec {
pname = "nwipe";
+
version = "0.32";
src = fetchFromGitHub {
owner = "martijnvanbrummelen";
repo = "nwipe";
rev = "v${version}";
+
sha256 = "sha256-O3kYiai+5KMHWd2om4+HrTIw9lB2wLJF3Mrr6iY2+I8=";
};
nativeBuildInputs = [
+5 -1
pkgs/top-level/python-packages.nix
···
flake8 = callPackage ../development/python-modules/flake8 { };
flake8-debugger = callPackage ../development/python-modules/flake8-debugger { };
flake8-future-import = callPackage ../development/python-modules/flake8-future-import { };
···
hacking = callPackage ../development/python-modules/hacking { };
hdate = callPackage ../development/python-modules/hdate { };
ha-ffmpeg = callPackage ../development/python-modules/ha-ffmpeg { };
···
simplekml = callPackage ../development/python-modules/simplekml { };
-
simple_di = callPackage ../development/python-modules/simple_di { };
simple-rest-client = callPackage ../development/python-modules/simple-rest-client { };
···
flake8 = callPackage ../development/python-modules/flake8 { };
+
flake8-length = callPackage ../development/python-modules/flake8-length { };
+
flake8-debugger = callPackage ../development/python-modules/flake8-debugger { };
flake8-future-import = callPackage ../development/python-modules/flake8-future-import { };
···
hacking = callPackage ../development/python-modules/hacking { };
hdate = callPackage ../development/python-modules/hdate { };
+
+
ha-av = callPackage ../development/python-modules/ha-av { };
ha-ffmpeg = callPackage ../development/python-modules/ha-ffmpeg { };
···
simplekml = callPackage ../development/python-modules/simplekml { };
+
simple-di = callPackage ../development/python-modules/simple_di { };
simple-rest-client = callPackage ../development/python-modules/simple-rest-client { };
+2
pkgs/top-level/qt5-packages.nix
···
libqtav = callPackage ../development/libraries/libqtav { };
kpmcore = callPackage ../development/libraries/kpmcore { };
mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };
···
libqtav = callPackage ../development/libraries/libqtav { };
+
libqaccessibilityclient = callPackage ../development/libraries/libqaccessibilityclient { };
+
kpmcore = callPackage ../development/libraries/kpmcore { };
mapbox-gl-native = libsForQt5.callPackage ../development/libraries/mapbox-gl-native { };