kaiteki: build from github patch instead of my own source tree

this helps ensure the upstreaming goes ok
This commit is contained in:
colin 2022-09-27 05:27:41 -07:00
parent 9a6e0b4451
commit 8df4415218
2 changed files with 9 additions and 1 deletions

View File

@ -22,4 +22,11 @@ fetchpatch: [
# TODO: upstream
./07-duplicity-rich-url.patch
# kaiteki: init at 2022-09-03
(fetchpatch {
# url = "https://git.uninsane.org/colin/nixpkgs/commit/ca8e17b15e99683e9372b4deb5dd446f1019937d.diff";
url = "https://github.com/NixOS/nixpkgs/pull/193169.diff";
sha256 = "sha256-1O9vC/r3jpvGhHGp7d2r3oL7C8kFX2Ph214JV0vWZA0=";
})
]

View File

@ -36,7 +36,8 @@
ubootRaspberryPi4_64bit = prev.callPackage ./ubootRaspberryPi4_64bit { pkgs = prev; };
#### TEMPORARY: PACKAGES WAITING TO BE UPSTREAMED
kaiteki = prev.callPackage ./kaiteki { };
# kaiteki = prev.callPackage ./kaiteki { };
kaiteki = prev.kaiteki;
nabla = prev.callPackage ./nabla { };
})