Merge branch 'master' into staging-next

https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
This commit is contained in:
Jan Tojnar
2021-01-07 13:04:31 +01:00
457 changed files with 8204 additions and 3941 deletions
+18 -6
View File
@@ -1,5 +1,4 @@
{ stdenv, python37, fetchFromGitHub }:
let
python = python37.override {
self = python;
@@ -8,19 +7,32 @@ let
};
};
in with python.pkgs; buildPythonApplication rec {
version = "2.1.19";
name = "grab-site-${version}";
in
with python.pkgs; buildPythonApplication rec {
pname = "grab-site";
version = "2.2.0";
src = fetchFromGitHub {
rev = version;
owner = "ArchiveTeam";
repo = "grab-site";
sha256 = "1v1hnhv5knzdl0kj3574ccwlh171vcb7faddp095ycdmiiybalk4";
sha256 = "1jxcv9dral6h7vfpfqkp1yif6plj0vspzakymkj8hfl75nh0wpv8";
};
postPatch = ''
substituteInPlace setup.py \
--replace '"wpull @ https://github.com/ArchiveTeam/ludios_wpull/tarball/master#egg=wpull-3.0.7"' '"wpull"'
'';
propagatedBuildInputs = [
click ludios_wpull manhole lmdb autobahn fb-re2 websockets cchardet
click
ludios_wpull
manhole
lmdb
autobahn
fb-re2
websockets
cchardet
];
checkPhase = ''
+1 -1
View File
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]);
propagatedBuildInputs = with python3Packages; [
sqlite apsw pycrypto requests defusedxml dugong llfuse
cython pytest pytest-catchlog google_auth google-auth-oauthlib
cython pytest pytest-catchlog google-auth google-auth-oauthlib
];
preBuild = ''
+1 -1
View File
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = (with python3Packages; [
boto
gevent
google_cloud_storage
google-cloud-storage
]) ++ [
postgresql
lzop