mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
cli-visualizer: mainProgram added
This commit is contained in:
parent
d5aae50e56
commit
b2ef3aa3bf
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.matthiasbeyer ];
|
||||
platforms = with lib.platforms; linux;
|
||||
mainProgram = "vis";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user