Commit c2e94fb4 authored by Doron Behar's avatar Doron Behar
Browse files

btrfs-progs: split dev, man & lib outputs

parent a8c93ba4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -79,6 +79,13 @@ stdenv.mkDerivation rec {

  makeFlags = [ "udevruledir=$(out)/lib/udev/rules.d" ];

  outputs = [
    "out"
    "dev"
    "man"
    "lib"
  ];

  enableParallelBuilding = true;

  doInstallCheck = true;