Skip to content

Commit 109cebc

Browse files
christoph-heisszowoq
authored andcommitted
skiplist: add floorp
It's a big package (Firefox fork), thus a) expensive to build b) due to a) often way to slow for browser updates, which must be done in a timely manner c) seems to sometimes not update hashes correctly Signed-off-by: Christoph Heiss <christoph@c8h4.io>
1 parent 7973757 commit 109cebc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Skiplist.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ nameList =
156156
eq "_7zz-rar" "will be updated by _7zz proper",
157157
eq "ncbi-vdb" "updating this alone breaks sratoolkit",
158158
eq "sratoolkit" "tied to version of ncbi-vdb",
159-
eq "libsignal-ffi" "must match the version required by mautrix-signal"
159+
eq "libsignal-ffi" "must match the version required by mautrix-signal",
160+
eq "floorp" "big package, does not update hashes correctly (https://github.com/NixOS/nixpkgs/pull/424715#issuecomment-3163626684)"
160161
]
161162

162163
contentList :: Skiplist

0 commit comments

Comments
 (0)