···21 # This should be fine on all platforms so apply universally
22 patchPhase = "sed -i s/-O1/-O2/ configure";
23000024 meta = with stdenv.lib; {
25 description = "Utilities for the btrfs filesystem";
26 homepage = https://btrfs.wiki.kernel.org/;
···21 # This should be fine on all platforms so apply universally
22 patchPhase = "sed -i s/-O1/-O2/ configure";
2324+ postInstall = ''
25+ install -v -m 444 -D btrfs-completion $out/etc/bash_completion.d/btrfs
26+ '';
27+28 meta = with stdenv.lib; {
29 description = "Utilities for the btrfs filesystem";
30 homepage = https://btrfs.wiki.kernel.org/;