mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Package a version of collections-extended compatible with Python 3.11
This commit is contained in:
parent
2dfabf796f
commit
900b4a3c98
12
nix/collections-extended.nix
Normal file
12
nix/collections-extended.nix
Normal file
@ -0,0 +1,12 @@
|
||||
# Package a version that's compatible with Python 3.11. This can go away once
|
||||
# https://github.com/mlenzen/collections-extended/pull/199 is merged and
|
||||
# included in a version of nixpkgs we depend on.
|
||||
{ fetchFromGitHub, collections-extended }:
|
||||
collections-extended.overrideAttrs (old: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "mlenzen";
|
||||
repo = "collections-extended";
|
||||
rev = "8b93390636d58d28012b8e9d22334ee64ca37d73";
|
||||
hash = "sha256-e7RCpNsqyS1d3q0E+uaE4UOEQziueYsRkKEvy3gCHt0=";
|
||||
};
|
||||
})
|
Loading…
Reference in New Issue
Block a user