14 , parametrize-from-file
21 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
28 src = fetchFromGitHub {
31 rev = "refs/tags/v${version}";
32 hash = "sha256-bHYs+vlNku/T5Hb9u77Xml9/FNj5vgqPeXSzcilsS+I=";
39 propagatedBuildInputs = [
57 # this disables testing fuse mounts
58 MISSING_DEPENDENCIES = "fuse";
64 # this patch fixes a whitespace issue in the message that a test is expecting, https://github.com/KenKundert/emborg/pull/67
67 url = "https://github.com/KenKundert/emborg/commit/afac6d1ddcecdb4bddbec87b6c8eed4cfbf4ebf9.diff";
68 sha256 = "3xg2z03FLKH4ckmiBZqE1FDjpgjgdO8OZL1ewrJlQ4o=";
72 pythonImportsCheck = [
77 description = "Interactive command line interface to Borg Backup";
78 homepage = "https://github.com/KenKundert/emborg";
79 changelog = "https://github.com/KenKundert/emborg/releases/tag/v${version}";
80 license = licenses.gpl3Plus;
81 maintainers = with maintainers; [ jpetrucciani ];