mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
xlights: fixed invocation for nix run
This commit is contained in:
parent
84956c5a00
commit
62e10ea5f2
@ -9,12 +9,12 @@ appimageTools.wrapType2 rec {
|
||||
hash = "sha256-eXoSZUbwKu7174UVPguK9R0MgaMrV2jtRtLK/zSGvtw=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.";
|
||||
meta = {
|
||||
description = "xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers";
|
||||
homepage = "https://xlights.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ kashw2 ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "xlights-${version}";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ kashw2 ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "xlights";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user