Unverified Commit 5e666ef4 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nixVersions.nix_2_26: Fix doc and man outputs (#392549)

parents 940ba6e2 d78b3d97
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ stdenv.mkDerivation (finalAttrs: {
      devPaths = lib.mapAttrsToList (_k: lib.getDev) finalAttrs.finalPackage.libs;
    in
    ''
      mkdir -p $out $dev/nix-support $doc $man
      mkdir -p $out $dev/nix-support

      # Custom files
      echo $libs >> $dev/nix-support/propagated-build-inputs
@@ -168,8 +168,8 @@ stdenv.mkDerivation (finalAttrs: {
      done

      # Forwarded outputs
      ln -s ${nix-manual} $doc
      ln -s ${nix-manual.man} $man
      ln -sT ${nix-manual} $doc
      ln -sT ${nix-manual.man} $man
    '';

  passthru = {