home/packages: scriv build fixes
will be upstreamed later
This commit is contained in:
parent
11db2738c9
commit
5feaaf0b3f
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue