summary refs log tree commit diff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-07-06 10:15:14 +0200
committerVladimír Čunát <v@cunat.cz>2020-07-06 10:15:57 +0200
commitd30ac2e50caee73bee60570e276747726f2940df (patch)
treec62a790dae3e06a6cbfff5a4e4bdb66f40bfa2eb /pkgs/development/libraries/farstream
parentf38d3df11c5b7f7253e12649afaa0e47145dab7b (diff)
farstream: upstream patch to fix build with new gnumake
Diffstat (limited to 'pkgs/development/libraries/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index 763caa811e345..0ce0f56d710e6 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
       url = "https://gitlab.freedesktop.org/farstream/farstream/commit/73891c28fa27d5e65a71762e826f13747d743588.patch";
       sha256 = "19pw1m8xhxyf5yhl6k898w240ra2k0m28gfv858x70c4wl786lrn";
     })
+    # Fix build with newer gnumake.
+    (fetchpatch {
+      url = "https://gitlab.freedesktop.org/farstream/farstream/-/commit/54987d44.diff";
+      sha256 = "02pka68p2j1wg7768rq7afa5wl9xv82wp86q7izrmwwnxdmz4zyg";
+    })
   ];
 
   buildInputs = [