7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-1hF8zZYkvNYA0bDgvu+zsfcT/8MF8HTiTHpYfOxXljA=";
18 cargoHash = "sha256-QRZsP9OW0oj4PuQNZ1wzvhp9guZ5K3k6WolxzEPUQKw=";
20 doCheck = false; # test result: FAILED. 5 passed; 3 failed;
23 description = "Super powered replacement for GNU Stow";
24 homepage = "https://github.com/RaphGL/Tuckr";
25 changelog = "https://github.com/RaphGL/Tuckr/releases/tag/${version}";
26 license = licenses.gpl3Plus;
27 maintainers = with maintainers; [ mimame ];
28 mainProgram = "tuckr";