mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
'';
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.hostPlatform.isMusl "--disable-backtrace";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Utilities for the btrfs filesystem";
|
||||
homepage = https://btrfs.wiki.kernel.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user