nilfs-utils: force enable limbount support

https://discourse.nixos.org/t/how-to-contribute-send-bugreport-without-github-account/475
https://nilfs.sourceforge.io/en/faq.html

Changed files
+3 -1
pkgs
tools
filesystems
nilfs-utils
+3 -1
pkgs/tools/filesystems/nilfs-utils/default.nix
···
{ stdenv, fetchurl, fetchpatch, libuuid, libselinux }:
-
let
+
let
sourceInfo = rec {
version = "2.2.7";
url = "http://nilfs.sourceforge.net/download/nilfs-utils-${version}.tar.bz2";
···
sha256 = "1ycq83c6jjy74aif47v075k5y2szzwhq6mbcrpd1z4b4i1x6yhpn";
})
];
+
+
configureFlags = [ "--with-libmount" ];
# FIXME: https://github.com/NixOS/patchelf/pull/98 is in, but stdenv
# still doesn't use it