9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-0pqC6fxuvqOPuO10Em63tFguc3VJNnniPCHM6TcFDN0=";
20 cargoHash = "sha256-oNX1MUpOjRG02FHOU7zpktLAYKu/1+R2d96jC/VA0co=";
22 buildInputs = lib.optionals (stdenv.hostPlatform.isDarwin) [
23 darwin.apple_sdk_11_0.frameworks.AppKit
27 description = "Utility to copy project tree contents to clipboard";
28 homepage = "https://github.com/DeeKahy/CopyCat";
29 license = lib.licenses.mit;
30 maintainers = [ lib.maintainers.deekahy ];