home/packages: scriv build fixes

will be upstreamed later
This commit is contained in:
Trolli Schmittlauch 2025-12-02 23:54:59 +01:00
parent 11db2738c9
commit 5feaaf0b3f

View file

@ -105,7 +105,14 @@ let
fd
gitui
pre-commit
scriv
(scriv.overridePythonAttrs (old: {
patches = old.patches or [ ] ++ [
(fetchpatch {
url = "https://github.com/nedbat/scriv/commit/04ac45da9e1adb24a95ad9643099fe537b3790fd.diff";
hash = "sha256-Gle3zWC/WypGHsKmVlqedRAZVWsBjGpzMq3uKuG9+SY=";
})
];
}))
# Haskell
ghc