···2121 # This should be fine on all platforms so apply universally
2222 patchPhase = "sed -i s/-O1/-O2/ configure";
23232424+ postInstall = ''
2525+ install -v -m 444 -D btrfs-completion $out/etc/bash_completion.d/btrfs
2626+ '';
2727+2428 meta = with stdenv.lib; {
2529 description = "Utilities for the btrfs filesystem";
2630 homepage = https://btrfs.wiki.kernel.org/;