1 { rustPlatform, fetchFromGitHub, lib }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-psxA4YgrO1zg1hVL93opxxQ4VgjdmLP7KI2nkhEYmaE=";
14 # no such file or directory errors
17 cargoHash = "sha256-o29DesCKOtl4aQysFOVZUm2BghkFbxBOQi02KrUJRGM=";
20 description = "Extended cp(1)";
21 homepage = "https://github.com/tarka/xcp";
22 license = licenses.gpl3Only;
23 maintainers = with maintainers; [ lom ];