mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
the-powder-toy: add mainProgram
This commit is contained in:
parent
860f9f218b
commit
6154b83a93
|
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ abbradar siraben ];
|
||||
mainProgram = "powder";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue