btrfs-progs: disable backtrace, fix build w/musl
This commit is contained in:
parent
8349d73c8f
commit
5faa470da2
@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
install -v -m 444 -D btrfs-completion $out/etc/bash_completion.d/btrfs
|
install -v -m 444 -D btrfs-completion $out/etc/bash_completion.d/btrfs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional stdenv.hostPlatform.isMusl "--disable-backtrace";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utilities for the btrfs filesystem";
|
description = "Utilities for the btrfs filesystem";
|
||||||
homepage = https://btrfs.wiki.kernel.org/;
|
homepage = https://btrfs.wiki.kernel.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user