Merge pull request #146736 from S-NA/updates/nilfs-utils
nilfs-utils: explicitly enable libmount
This commit is contained in:
commit
fe8c173ab0
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ libuuid libselinux ];
|
buildInputs = [ libuuid libselinux ];
|
||||||
|
|
||||||
|
# According to upstream, libmount should be detected automatically but the
|
||||||
|
# build system fails to do this. This is likely a bug with their build system
|
||||||
|
# hence it is explicitly enabled here.
|
||||||
|
configureFlags = [ "--with-libmount" ];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=${placeholder "out"}/etc"
|
"sysconfdir=${placeholder "out"}/etc"
|
||||||
"root_sbindir=${placeholder "out"}/sbin"
|
"root_sbindir=${placeholder "out"}/sbin"
|
||||||
|
|
Loading…
Reference in a new issue