about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-02-13 19:38:58 +0100
committerGitHub <noreply@github.com>2024-02-13 19:38:58 +0100
commit9858b3962a5944deb26b3e3907f270fceecd2b19 (patch)
tree09f174f50f7323952b3b1d912687d354fef54b74 /pkgs/applications/audio
parent776dfd7eaab2aa41d7cb1c6c0619e04032fe0535 (diff)
parent68dd75315c31a8ebd089089455423354418668af (diff)
downloadnixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar.gz
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar.bz2
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar.lz
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar.xz
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.tar.zst
nixlib-9858b3962a5944deb26b3e3907f270fceecd2b19.zip
Merge pull request #287892 from pbsds/fix-unsupported-system
treewide: add attempted system to "Unsupported system" throws
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/youtube-music/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/youtube-music/default.nix b/pkgs/applications/audio/youtube-music/default.nix
index fc135c199bd1..cfb97b549a06 100644
--- a/pkgs/applications/audio/youtube-music/default.nix
+++ b/pkgs/applications/audio/youtube-music/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
       aarch64-linux = "sha256-6nXemaGiQjp2stjjKItPJ62VcH5Q5pRf63qKtl2haXI=";
       x86_64-darwin = "sha256-jSMAw+AMD63vqPckZjblw4EDngA4E8h0WlsZu3hUShY=";
       aarch64-darwin = "sha256-zujXURpIcw7IOw63AW167h6cywYXydhHZMzA2apGZAs=";
-    }.${stdenv.system} or (throw "Unsupported platform");
+    }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
   };
 
   nativeBuildInputs =