cynthion: remove amaranth version override

This commit is contained in:
Karolis Stasaitis
2025-05-24 19:59:50 +02:00
parent fd2905b9a8
commit c1d715fce6
+1 -22
View File
@@ -1,26 +1,5 @@
{
python3,
fetchFromGitHub,
}:
let
python = python3.override {
self = python3;
packageOverrides = _: super: {
amaranth = super.amaranth.overridePythonAttrs rec {
version = "0.4.1";
src = fetchFromGitHub {
owner = "amaranth-lang";
repo = "amaranth";
rev = "refs/tags/v${version}";
sha256 = "sha256-VMgycvxkphdpWIib7aZwh588En145RgYlG2Zfi6nnDo=";
};
postPatch = null;
};
};
};
in
python.pkgs.toPythonApplication python.pkgs.cynthion
python3.pkgs.toPythonApplication python3.pkgs.cynthion