parent
a8c71a477f
commit
bd2caca375
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, python3
|
, python3
|
||||||
, openssl
|
, openssl
|
||||||
|
, fetchpatch
|
||||||
# Many Salt modules require various Python modules to be installed,
|
# Many Salt modules require various Python modules to be installed,
|
||||||
# passing them in this array enables Salt to find them.
|
# passing them in this array enables Salt to find them.
|
||||||
, extraInputs ? []
|
, extraInputs ? []
|
||||||
@ -29,6 +30,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./fix-libcrypto-loading.patch
|
./fix-libcrypto-loading.patch
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/saltstack/salt/commit/6ec8b90e402ff3fa8f27c7da70ece898592416bc.patch";
|
||||||
|
hash = "sha256-OQCJeG12cp2EZ0BErp6yqsqhv023923rVFDHAFUfF6c=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user