summary refs log tree commit diff
path: root/pkgs/applications/audio/spot
diff options
context:
space:
mode:
authorTom <tom@tom-fitzhenry.me.uk>2021-09-27 09:11:59 +0000
committerGitHub <noreply@github.com>2021-09-27 09:11:59 +0000
commita72cf113d8d6f8dbdb5ef8037702b2c31d90111f (patch)
tree1d2ec600188822494396db68707778abe779a463 /pkgs/applications/audio/spot
parent3db41812bbf14d672803b941581268c42afec815 (diff)
downloadnixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar.gz
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar.bz2
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar.lz
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar.xz
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.tar.zst
nixpkgs-a72cf113d8d6f8dbdb5ef8037702b2c31d90111f.zip
Update pkgs/applications/audio/spot/default.nix
Co-authored-by: Artturi <Artturin@artturin.com>
Diffstat (limited to 'pkgs/applications/audio/spot')
-rw-r--r--pkgs/applications/audio/spot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spot/default.nix b/pkgs/applications/audio/spot/default.nix
index 5ffec66e1c4..1d9165af2bf 100644
--- a/pkgs/applications/audio/spot/default.nix
+++ b/pkgs/applications/audio/spot/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
     libpulseaudio
   ];
 
-  # Per https://github.com/xou816/spot/blob/2a591febcfa4b9690ea166097392d2a327cd0c60/README.md#L111 .
+  # https://github.com/xou816/spot/issues/313
   mesonBuildType = "release";
 
   postPatch = ''