mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #266613 from wegank/udatetime-patch
python311Packages.udatetime: fix build
This commit is contained in:
commit
9a0c85ffc5
1 changed files with 0 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -13,16 +12,6 @@ buildPythonPackage rec {
|
|||
hash = "sha256-sQvFVwaZpDinLitaZOdr2MKO4779FvIJOHpVB/oLgwE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# fix build with python 3.9
|
||||
# https://github.com/freach/udatetime/pull/33
|
||||
(fetchpatch {
|
||||
name = "freach-udatetime-pull-33.patch";
|
||||
url = "https://github.com/freach/udatetime/compare/75a07891426364f8bf0b44305b00bb1dd90534ae...2cfbc92cb274a80476a45c6c0d387c19e77a9f6e.patch";
|
||||
sha256 = "pPskJnie+9H3qKqf8X37sxB+CH3lpkj7IYl8HfiuV/4=";
|
||||
})
|
||||
];
|
||||
|
||||
# tests not included on pypi
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue