nixpkgs-bootstrap: fix numpy

This commit is contained in:
2024-12-27 03:36:59 +00:00
parent e210f10379
commit 3e7a8e138f

View File

@@ -68,6 +68,12 @@ in
hash = "sha256-6XXgSCXhC5DneSICguPtdnjX00SVJeiHxmJ55MoB+Xs=";
})
(fetchpatch' {
name = "python3Packages.meson-python: honor mesonFlagsArray";
saneCommit = "38681f9dbd65e92bc4c3f49f0ce9c7b15dcbe9ea";
hash = "sha256-YzS6eX6sPbEx3CzAGaz8alz/s8O5JjkXtg+/Wk7ndZ0=";
})
(fetchpatch' {
# patch should be safe to remove; keeping it here to track the upstreaming status
name = "nixos/gitea: don't configure the database if `createDatabase == false`";