Skip to content

Commit

Permalink
lizardfs: fix build
Browse files Browse the repository at this point in the history
Build failure was due to upstream issue, now fixed in the v3.13 RC.

lizardfs/lizardfs#655
lizardfs/lizardfs#677
(cherry picked from commit f5a61c2)
  • Loading branch information
r-burns authored and marsam committed Sep 21, 2020
1 parent a4f66d2 commit 39a54c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tools/filesystems/lizardfs/default.nix
Expand Up @@ -47,6 +47,12 @@ stdenv.mkDerivation rec {
url = "https://salsa.debian.org/debian/lizardfs/raw/bfcd5bcf/debian/patches/spdlog.patch";
sha256 = "0j44rb816i6kfh3y2qdha59c4ja6wmcnlrlq29il4ybxn42914md";
})
# Fix https://github.com/lizardfs/lizardfs/issues/655
# (Remove upon update to 3.13)
(fetchpatch {
url = "https://github.com/lizardfs/lizardfs/commit/5d20c95179be09241b039050bceda3c46980c004.patch";
sha256 = "185bfcz2rjr4cnxld2yc2nxwzz0rk4x1fl1sd25g8gr5advllmdv";
})
];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 39a54c9

Please sign in to comment.