mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
add mainProgram to meta
This commit is contained in:
parent
566747a274
commit
47cd2c62f4
@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/KSXGitHub/parallel-disk-usage";
|
homepage = "https://github.com/KSXGitHub/parallel-disk-usage";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [maintainers.peret];
|
maintainers = [maintainers.peret];
|
||||||
|
mainProgram = "pdu";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user