commit
c48dd6b8a2
@ -5,34 +5,16 @@
|
|||||||
# passing them in this array enables Salt to find them.
|
# passing them in this array enables Salt to find them.
|
||||||
, extraInputs ? []
|
, extraInputs ? []
|
||||||
}:
|
}:
|
||||||
let
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
py = python3.override {
|
|
||||||
packageOverrides = self: super: {
|
|
||||||
# Can be unpinned once https://github.com/saltstack/salt/issues/56007 is resolved
|
|
||||||
msgpack = super.msgpack.overridePythonAttrs (
|
|
||||||
oldAttrs: rec {
|
|
||||||
version = "0.6.2";
|
|
||||||
src = oldAttrs.src.override {
|
|
||||||
inherit version;
|
|
||||||
sha256 = "0c0q3vx0x137567msgs5dnizghnr059qi5kfqigxbz26jf2jyg7a";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
in
|
|
||||||
py.pkgs.buildPythonApplication rec {
|
|
||||||
pname = "salt";
|
pname = "salt";
|
||||||
version = "3001";
|
version = "3001.1";
|
||||||
|
|
||||||
src = py.pkgs.fetchPypi {
|
src = python3.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0m7immip3r8yffiv7qlcqibszvhlg48qpgcm16skvrn85hdhv9jw";
|
sha256 = "1g2sdcibir0zhldmngv1iyzlhh2adq9dqjc73grap3df5zcv9sz9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
distro
|
distro
|
||||||
jinja2
|
jinja2
|
||||||
markupsafe
|
markupsafe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user