flipperzero-firmware: build scons from github source
This commit is contained in:
parent
9c586fcb6c
commit
b7c652ffc6
1 changed files with 5 additions and 3 deletions
|
@ -21,9 +21,11 @@ let
|
||||||
};
|
};
|
||||||
scons = pkgs.scons.overridePythonAttrs (_: rec {
|
scons = pkgs.scons.overridePythonAttrs (_: rec {
|
||||||
version = "4.4.0";
|
version = "4.4.0";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/scons/scons/${version}/SCons-${version}.tar.gz";
|
owner = "Scons";
|
||||||
sha256 = "0pv836q2j37w29hg5w5d7ssjfglv9kq5yd0v1vm1cj4j78qb4hrx";
|
repo = "scons";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "sha256:1czswx1fj2j48rspkrvarkr43k0vii9rsmz054c9yby1dq362fgr";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
python-with-deps = pkgs.python3.withPackages (pm: with pm; [
|
python-with-deps = pkgs.python3.withPackages (pm: with pm; [
|
||||||
|
|
Loading…
Reference in a new issue