9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-6pb3yyC4/kpe8S67B3pzsSu3PfQyOWpiYi0JTBQk3lU=";
20 cargoHash = "sha256-PaH0WBBGK37T59RU4ofL0XjYX3cV5lR7WmCw+H/MeuA=";
31 RUSTONIG_SYSTEM_LIBONIG = true;
35 description = "Puts bad Linux applications in a box with only their files";
36 homepage = "https://github.com/queer/boxxy";
37 license = licenses.mit;
38 maintainers = with maintainers; [ dit7ya figsoda ];
39 platforms = platforms.linux;
40 broken = stdenv.hostPlatform.isAarch64;
41 mainProgram = "boxxy";