lol

Merge pull request #27235 from wizzup/fix-25793

btrfs-progs : fix bash-completion

authored by

Jörg Thalheim and committed by
GitHub
2841f7e5 01557ee8

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