commit
6ca94ab1ea
@ -2,18 +2,22 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "afew";
|
pname = "afew";
|
||||||
version = "2.0.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0j60501nm242idf2ig0h7p6wrg58n5v2p6zfym56v9pbvnbmns0s";
|
sha256 = "18j3xyzchlslcrkycr2i59jg73cb6yh5s7l3qnl6sa7vgxcbhq7c";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [ sphinx setuptools_scm ];
|
nativeBuildInputs = with python3Packages; [ sphinx setuptools_scm ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
python3Packages.setuptools python3Packages.notmuch chardet dkimpy
|
python3Packages.setuptools python3Packages.notmuch chardet dkimpy
|
||||||
] ++ stdenv.lib.optional (!python3Packages.isPy3k) subprocess32;
|
];
|
||||||
|
|
||||||
|
checkInputs = with python3Packages; [
|
||||||
|
freezegun notmuch
|
||||||
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
''--prefix PATH ':' "${notmuch}/bin"''
|
''--prefix PATH ':' "${notmuch}/bin"''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user