7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-si3p9kmV+/7jz/+CQ92INlY0kURX1V7Ok4zeNYtzUkI=";
19 nativeBuildInputs = with python3Packages; [
27 pythonPath = with python3Packages; [
32 # The tests use sudo and try to read/write $HOME/.local/share/marcel and /tmp
36 wrapProgram $out/bin/marcel \
37 --prefix PATH : "$program_PATH:${lib.getBin bash}/bin" \
38 --prefix PYTHONPATH : "$program_PYTHONPATH"
42 description = "Modern shell";
43 homepage = "https://github.com/geophile/marcel";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ kud ];
46 mainProgram = "marcel";