Merge pull request #262760 from gador/todoman-fix-test
todoman: apply upstream patch
This commit is contained in:
commit
a944b73ae9
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, installShellFiles
|
||||
, jq
|
||||
, python3
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -19,6 +20,14 @@ python3.pkgs.buildPythonApplication rec {
|
|||
hash = "sha256-dxyI9ypZZBouTUF72wzvi7j+CeoQ9JNSiXrVeV7ForY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "disable-broken-urwid-test.patch";
|
||||
url = "https://github.com/pimutils/todoman/commit/7ff0d2e2e69e24df5d66fecc58f8cd0b4e5ced6d.patch";
|
||||
hash = "sha256-MMNnnIthNqobexd8GaA6lYxzv5gr1l0e9YK+Ygeje2w=";
|
||||
})
|
||||
];
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue