summary refs log tree commit diff
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2021-11-25 18:54:23 +1000
committerZane van Iperen <zane@zanevaniperen.com>2021-11-25 18:54:23 +1000
commitee718148c8d8e115e7143ee0dec94301358e1577 (patch)
tree111323fc56d3b15c116fd984c463ed72fdae4d59
parent9ee20db964e1aea3e4684a69b212af5e26df2bdd (diff)
downloadnixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar.gz
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar.bz2
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar.lz
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar.xz
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.tar.zst
nixpkgs-ee718148c8d8e115e7143ee0dec94301358e1577.zip
audacious: 4.0.5 -> 4.1
-rw-r--r--pkgs/applications/audio/audacious/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/audio/audacious/default.nix b/pkgs/applications/audio/audacious/default.nix
index a6c8221c9f7..7cd22d25831 100644
--- a/pkgs/applications/audio/audacious/default.nix
+++ b/pkgs/applications/audio/audacious/default.nix
@@ -11,15 +11,15 @@
 
 mkDerivation rec {
   pname = "audacious";
-  version = "4.0.5";
+  version = "4.1";
 
   src = fetchurl {
     url = "http://distfiles.audacious-media-player.org/audacious-${version}.tar.bz2";
-    sha256 = "028zjgz0p7ys15lk2a30m5zcv9xrx3ga50wjsh4m4zxilgkakbji";
+    sha256 = "0p734psjjvjcmla2hg5h6a9v1prvy63jj9xm2g2ngs49jy7qan0z";
   };
   pluginsSrc = fetchurl {
     url = "http://distfiles.audacious-media-player.org/audacious-plugins-${version}.tar.bz2";
-    sha256 = "0ny5w1agr9jaz5w3wyyxf1ygmzmd1sivaf97lcm4z4w6529520lz";
+    sha256 = "0k0xnqmxi5lna034i2cnzvfzrykxmv4fbs1nkrc9sd2ma1igrmns";
   };
 
   nativeBuildInputs = [ gettext pkg-config ];
@@ -36,8 +36,10 @@ mkDerivation rec {
     libopenmpt
   ];
 
+  configureFlags = [ "--disable-gtk" ];
+
   # Here we build both audacious and audacious-plugins in one
-  # derivations, since they really expect to be in the same prefix.
+  # derivation, since they really expect to be in the same prefix.
   # This is slighly tricky.
   builder = builtins.toFile "builder.sh" ''
     # First build audacious.