7 stdenvNoCC.mkDerivation (finalAttrs: {
9 version = "0-unstable-2024-06-17";
11 src = fetchFromGitHub {
14 rev = "f00e8791c1826065d4a93ace12e55ab5732d17a7";
15 hash = "sha256-xFw6r7SQK0T5j7hVK3U39U2Q/qZow6Ad/R0Cl6nqUQw=";
25 mkdir -p ${placeholder "out"}/share/arcan/appl/cat9
26 cp -a ./* ${placeholder "out"}/share/arcan/appl/cat9
32 homepage = "https://github.com/letoram/cat9";
33 description = "User shell for LASH";
34 license = with lib.licenses; [ unlicense ];
35 maintainers = with lib.maintainers; [ AndersonTorres ];
36 platforms = lib.platforms.all;