Merge pull request #247444 from kashw2/xlights

authored by

Artturi and committed by
GitHub
5e8369bc e44631f3

+21
+19
pkgs/applications/misc/xlights/default.nix
··· 1 + { lib, appimageTools, fetchurl }: 2 + 3 + appimageTools.wrapType2 rec { 4 + pname = "xlights"; 5 + version = "2023.11"; 6 + 7 + src = fetchurl { 8 + url = "https://github.com/smeighan/xLights/releases/download/${version}/xLights-${version}-x86_64.AppImage"; 9 + hash = "sha256-WUBN/Gjnsj2eUL03sXIYWgzLA7FNN7h+qpWlnXBdnw8="; 10 + }; 11 + 12 + meta = with lib; { 13 + 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."; 14 + homepage = "https://xlights.org"; 15 + license = licenses.gpl3; 16 + maintainers = with maintainers; [ kashw2 ]; 17 + platforms = platforms.linux; 18 + }; 19 + }
+2
pkgs/top-level/all-packages.nix
··· 14571 14571 14572 14572 xl2tpd = callPackage ../tools/networking/xl2tpd { }; 14573 14573 14574 + xlights = callPackage ../applications/misc/xlights/default.nix { }; 14575 + 14574 14576 xe = callPackage ../tools/system/xe { }; 14575 14577 14576 14578