1 { rustPlatform, fetchFromGitHub, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-fzwlDYjNCWAnMrRSGvR+OwL+TEs4eRsjqF7uPjui3T0=";
14 # no such file or directory errors
17 cargoSha256 = "sha256-c3jUG/ysTzV/67HmGgFSM0KWKlQKo6iqOCQT4E9QA9k=";
20 description = "An extended cp(1)";
21 homepage = "https://github.com/tarka/xcp";
22 license = licenses.gpl3Only;
23 maintainers = with maintainers; [ lom ];