about summary refs log tree commit diff
path: root/pkgs/applications/audio/tauon/default.nix
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2022-07-13 01:03:36 +0300
committerJan Solanti <jhs@psonet.com>2022-07-13 01:04:49 +0300
commit14306d78126218658c612f436f4c22f2ae3930d4 (patch)
treeac7ad6ea9ba111675732c4b6405f606342be3eda /pkgs/applications/audio/tauon/default.nix
parenta25b6fe9dac1ca0a813f3ed35c168fbd0207f89c (diff)
tauon: 7.2.1 -> 7.3.1
Diffstat (limited to 'pkgs/applications/audio/tauon/default.nix')
-rw-r--r--pkgs/applications/audio/tauon/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/tauon/default.nix b/pkgs/applications/audio/tauon/default.nix
index 1809aa52e2131..5ae179d9e3329 100644
--- a/pkgs/applications/audio/tauon/default.nix
+++ b/pkgs/applications/audio/tauon/default.nix
@@ -23,13 +23,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tauon";
-  version = "7.2.1";
+  version = "7.3.1";
 
   src = fetchFromGitHub {
     owner = "Taiko2k";
     repo = "TauonMusicBox";
     rev = "v${version}";
-    sha256 = "sha256-wEGdqMKLhKjnxNTgqNQpUpYkMk/FuRAKsWX+P/9nUG4=";
+    sha256 = "sha256-g3mRVPOXU3N+MApLaHAAIIsVuVv2GeB1Nj//8tuS0oI=";
   };
 
   postPatch = ''
@@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
     mpg123
     opusfile
     pango
-    pulseaudio
     wavpack
   ];
 
@@ -100,6 +99,7 @@ stdenv.mkDerivation rec {
 
   makeWrapperArgs = [
     "--prefix PATH : ${lib.makeBinPath [ffmpeg]}"
+    "--prefix LD_LIBRARY_PATH : ${pulseaudio}/lib"
     "--prefix PYTHONPATH : $out/share/tauon"
     "--set GI_TYPELIB_PATH $GI_TYPELIB_PATH"
   ];
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
     install -Dm755 extra/tauonmb.desktop $out/share/applications/tauonmb.desktop
     mkdir -p $out/share/icons/hicolor/scalable/apps
     install -Dm644 extra/tauonmb{,-symbolic}.svg $out/share/icons/hicolor/scalable/apps
-'';
+  '';
 
   meta = with lib; {
     description = "The Linux desktop music player from the future";