Loading pkgs/by-name/ti/tidal-hifi/package.nix +13 −14 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ let vulkan-loader ]; in buildNpmPackage { buildNpmPackage (self: { pname = "tidal-hifi"; inherit version; Loading Loading @@ -125,24 +125,23 @@ buildNpmPackage { desktopItems = [ (makeDesktopItem { exec = "tidal-hifi"; name = "TIDAL Hi-Fi"; desktopName = "tidal-hifi"; genericName = "TIDAL Hi-Fi"; comment = "The web version of listen.tidal.com running in electron with hifi support thanks to widevine."; name = self.pname; desktopName = "TIDAL Hi-Fi"; genericName = "Music Player"; comment = self.meta.description; icon = "tidal-hifi"; startupNotify = true; exec = self.meta.mainProgram; terminal = false; type = "Application"; mimeTypes = [ "x-scheme-handler/tidal" ]; categories = [ "Audio" "Music" "Player" "Network" "Application" "AudioVideo" "Audio" "Video" ]; startupNotify = true; startupWMClass = "tidal-hifi"; mimeTypes = [ "x-scheme-handler/tidal" ]; extraConfig.X-PulseAudio-Properties = "media.role=music"; }) ]; Loading Loading @@ -190,7 +189,7 @@ buildNpmPackage { meta = { changelog = "https://github.com/Mastermindzh/tidal-hifi/releases/tag/${version}"; description = "Web version of Tidal running in electron with hifi support thanks to widevine"; description = "Web version of Tidal running in Electron with Hi-Fi support thanks to Widevine"; homepage = "https://github.com/Mastermindzh/tidal-hifi"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ Loading @@ -201,4 +200,4 @@ buildNpmPackage { platforms = lib.platforms.linux; mainProgram = "tidal-hifi"; }; } }) Loading
pkgs/by-name/ti/tidal-hifi/package.nix +13 −14 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ let vulkan-loader ]; in buildNpmPackage { buildNpmPackage (self: { pname = "tidal-hifi"; inherit version; Loading Loading @@ -125,24 +125,23 @@ buildNpmPackage { desktopItems = [ (makeDesktopItem { exec = "tidal-hifi"; name = "TIDAL Hi-Fi"; desktopName = "tidal-hifi"; genericName = "TIDAL Hi-Fi"; comment = "The web version of listen.tidal.com running in electron with hifi support thanks to widevine."; name = self.pname; desktopName = "TIDAL Hi-Fi"; genericName = "Music Player"; comment = self.meta.description; icon = "tidal-hifi"; startupNotify = true; exec = self.meta.mainProgram; terminal = false; type = "Application"; mimeTypes = [ "x-scheme-handler/tidal" ]; categories = [ "Audio" "Music" "Player" "Network" "Application" "AudioVideo" "Audio" "Video" ]; startupNotify = true; startupWMClass = "tidal-hifi"; mimeTypes = [ "x-scheme-handler/tidal" ]; extraConfig.X-PulseAudio-Properties = "media.role=music"; }) ]; Loading Loading @@ -190,7 +189,7 @@ buildNpmPackage { meta = { changelog = "https://github.com/Mastermindzh/tidal-hifi/releases/tag/${version}"; description = "Web version of Tidal running in electron with hifi support thanks to widevine"; description = "Web version of Tidal running in Electron with Hi-Fi support thanks to Widevine"; homepage = "https://github.com/Mastermindzh/tidal-hifi"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ Loading @@ -201,4 +200,4 @@ buildNpmPackage { platforms = lib.platforms.linux; mainProgram = "tidal-hifi"; }; } })