Merge staging-next-21.05 into staging-21.05
This commit is contained in:
commit
56ecd91ff4
@ -10,13 +10,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "lief";
|
pname = "lief";
|
||||||
version = "0.11.4";
|
version = "0.11.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lief-project";
|
owner = "lief-project";
|
||||||
repo = "LIEF";
|
repo = "LIEF";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "DgsTrJ2+zdXJK6CdDOan7roakaaxQiwrVeiQnzJnk0A=";
|
sha256 = "sha256-crYFBeX+YaIvVAv3uvGEeNCg+ZbUryr0NacDG56TUGE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "py" ];
|
outputs = [ "out" "py" ];
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "salt";
|
pname = "salt";
|
||||||
version = "3003";
|
version = "3003.3";
|
||||||
|
|
||||||
src = python3.pkgs.fetchPypi {
|
src = python3.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "xGiXM9/nOM8ofjHLP908uNFgYpUgKxjY5m1I03LVync=";
|
sha256 = "pvnIyLXiYA6oYgtKZzcd4XYRvrT42X5LubCzCKN+0eI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
@ -31,6 +31,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace "salt/utils/rsax931.py" \
|
substituteInPlace "salt/utils/rsax931.py" \
|
||||||
--subst-var-by "libcrypto" "${openssl.out}/lib/libcrypto.so"
|
--subst-var-by "libcrypto" "${openssl.out}/lib/libcrypto.so"
|
||||||
|
substituteInPlace requirements/base.txt \
|
||||||
|
--replace contextvars ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# The tests fail due to socket path length limits at the very least;
|
# The tests fail due to socket path length limits at the very least;
|
||||||
|
Loading…
Reference in New Issue
Block a user