lol

Merge #27424: stdenv: Don't put man pages into $doc

+62 -64
+2 -2
doc/multiple-output.xml
··· 73 73 74 74 <varlistentry><term><varname> 75 75 $outputMan</varname></term><listitem><para> 76 - is for man pages (except for section 3). They go to <varname>man</varname> or <varname>doc</varname> or <varname>$outputBin</varname> by default. 76 + is for man pages (except for section 3). They go to <varname>man</varname> or <varname>$outputBin</varname> by default. 77 77 </para></listitem></varlistentry> 78 78 79 79 <varlistentry><term><varname> ··· 83 83 84 84 <varlistentry><term><varname> 85 85 $outputInfo</varname></term><listitem><para> 86 - is for info pages. They go to <varname>info</varname> or <varname>doc</varname> or <varname>$outputMan</varname> by default. 86 + is for info pages. They go to <varname>info</varname> or <varname>$outputBin</varname> by default. 87 87 </para></listitem></varlistentry> 88 88 89 89 </variablelist>
+1 -1
pkgs/applications/audio/flac/default.nix
··· 12 12 13 13 #doCheck = true; # takes lots of time 14 14 15 - outputs = [ "bin" "dev" "out" "doc" ]; 15 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 16 16 17 17 meta = with stdenv.lib; { 18 18 homepage = http://xiph.org/flac/;
+1 -1
pkgs/applications/graphics/meh/default.nix
··· 14 14 make PREFIX=$out install 15 15 ''; 16 16 17 - outputs = [ "out" "doc" ]; 17 + outputs = [ "out" "man" ]; 18 18 19 19 buildInputs = [ libXext libX11 libjpeg libpng giflib ]; 20 20
+1 -1
pkgs/applications/misc/moonlight-embedded/default.nix
··· 15 15 sha256 = "0khdbwfclvpjgyk5ar1fs4j66zsjikaj422wlvrvqhyzi1v5arpr"; 16 16 }; 17 17 18 - outputs = [ "out" "doc" ]; 18 + outputs = [ "out" "man" ]; 19 19 20 20 nativeBuildInputs = [ cmake perl ]; 21 21 buildInputs = [
+1 -1
pkgs/applications/misc/mupdf/default.nix
··· 29 29 makeFlags = [ "prefix=$(out)" ]; 30 30 nativeBuildInputs = [ pkgconfig ]; 31 31 buildInputs = [ zlib libX11 libXcursor libXext harfbuzz mesa libXrandr libXinerama freetype libjpeg jbig2dec openjpeg ]; 32 - outputs = [ "bin" "dev" "out" "doc" ]; 32 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 33 33 34 34 preConfigure = '' 35 35 # Don't remove mujs because upstream version is incompatible
+1 -1
pkgs/applications/misc/xrq/default.nix
··· 14 14 make PREFIX=$out install 15 15 ''; 16 16 17 - outputs = [ "out" "doc" ]; 17 + outputs = [ "out" "man" ]; 18 18 19 19 buildInputs = [ libX11 ]; 20 20
+1 -1
pkgs/applications/networking/irc/weechat/default.nix
··· 29 29 sha256 = "0xfnhaxmvxdxs3ic0qs5lwq3yl4pi5ib99p0p5lv3v2vldqlm4lc"; 30 30 }; 31 31 32 - outputs = [ "out" ]; # "doc" was here but was not produced 32 + outputs = [ "out" "man" ]; 33 33 34 34 enableParallelBuilding = true; 35 35 cmakeFlags = with stdenv.lib; [
+1 -1
pkgs/applications/window-managers/ratpoison/default.nix
··· 12 12 sha256 = "1wfir1gvh5h7izgvx2kd1pr2k7wlncd33zq7qi9s9k2y0aza93yr"; 13 13 }; 14 14 15 - outputs = [ "out" "contrib" "doc" "info" ]; 15 + outputs = [ "out" "contrib" "man" "doc" "info" ]; 16 16 17 17 configureFlags = [ 18 18 # >=1.4.9 requires this even with readline in inputs
+4 -4
pkgs/build-support/setup-hooks/make-wrapper.sh
··· 3 3 # assertExecutable FILE 4 4 assertExecutable() { 5 5 local file="$1" 6 - [[ -f "${file}" && -x "${file}" ]] || \ 7 - die "Cannot wrap ${file} because it is not an executable file" 6 + [[ -f "$file" && -x "$file" ]] || \ 7 + die "Cannot wrap '$file' because it is not an executable file" 8 8 } 9 9 10 10 # construct an executable file that wraps the actual executable ··· 33 33 local params varName value command separator n fileNames 34 34 local argv0 flagsBefore flags 35 35 36 - assertExecutable "${original}" 36 + assertExecutable "$original" 37 37 38 38 mkdir -p "$(dirname "$wrapper")" 39 39 ··· 131 131 local prog="$1" 132 132 local hidden 133 133 134 - assertExecutable "${prog}" 134 + assertExecutable "$prog" 135 135 136 136 hidden="$(dirname "$prog")/.$(basename "$prog")"-wrapped 137 137 while [ -e "$hidden" ]; do
+2 -2
pkgs/build-support/setup-hooks/multiple-outputs.sh
··· 40 40 _overrideFirst outputDoc "doc" "out" 41 41 _overrideFirst outputDevdoc "devdoc" REMOVE # documentation for developers 42 42 # man and info pages are small and often useful to distribute with binaries 43 - _overrideFirst outputMan "man" "doc" "$outputBin" 43 + _overrideFirst outputMan "man" "$outputBin" 44 44 _overrideFirst outputDevman "devman" "devdoc" "$outputMan" 45 - _overrideFirst outputInfo "info" "doc" "$outputMan" 45 + _overrideFirst outputInfo "info" "$outputBin" 46 46 47 47 48 48 # Add standard flags to put files into the desired outputs.
+1 -1
pkgs/data/misc/tzdata/default.nix
··· 25 25 "TZDIR=$(out)/share/zoneinfo" 26 26 "ETCDIR=$(TMPDIR)/etc" 27 27 "LIBDIR=$(dev)/lib" 28 - "MANDIR=$(man)/man" 28 + "MANDIR=$(man)/share/man" 29 29 "AWK=awk" 30 30 "CFLAGS=-DHAVE_LINK=0" 31 31 ];
+1 -1
pkgs/desktops/gnome-2/platform/GConf/default.nix
··· 11 11 sha256 = "09ch709cb9fniwc4221xgkq0jf0x0lxs814sqig8p2dcll0llvzk"; 12 12 }; 13 13 14 - outputs = [ "out" "dev" "doc" ]; 14 + outputs = [ "out" "dev" "man" ]; 15 15 16 16 buildInputs = [ ORBit2 dbus_libs dbus_glib libxml2 ] 17 17 # polkit requires pam, which requires shadow.h, which is not available on
+1 -1
pkgs/development/compilers/ghc/8.0.2.nix
··· 27 27 28 28 enableParallelBuilding = true; 29 29 30 - outputs = [ "out" "doc" ]; 30 + outputs = [ "out" "man" "doc" ]; 31 31 32 32 preConfigure = '' 33 33 sed -i -e 's|-isysroot /Developer/SDKs/MacOSX10.5.sdk||' configure
+1 -1
pkgs/development/compilers/rust/rustc.nix
··· 124 124 buildInputs = [ ncurses ] ++ targetToolchains 125 125 ++ optional (!forceBundledLLVM) llvmShared; 126 126 127 - outputs = [ "out" "doc" ]; 127 + outputs = [ "out" "man" "doc" ]; 128 128 setOutputFlags = false; 129 129 130 130 # Disable codegen units for the tests.
+1 -1
pkgs/development/libraries/aalib/default.nix
··· 8 8 sha256 = "1vkh19gb76agvh4h87ysbrgy82hrw88lnsvhynjf4vng629dmpgv"; 9 9 }; 10 10 11 - outputs = [ "bin" "dev" "out" "doc" ]; 11 + outputs = [ "bin" "dev" "out" "man" "info" ]; 12 12 setOutputFlags = false; # Doesn't support all the flags 13 13 14 14 patches = stdenv.lib.optionals stdenv.isDarwin [ ./darwin.patch ];
+1 -1
pkgs/development/libraries/acl/default.nix
··· 8 8 sha256 = "08qd9s3wfhv0ajswsylnfwr5h0d7j9d4rgip855nrh400nxp940p"; 9 9 }; 10 10 11 - outputs = [ "bin" "dev" "out" "doc" ]; 11 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 12 12 13 13 nativeBuildInputs = [ gettext ]; 14 14 buildInputs = [ attr ];
+1 -1
pkgs/development/libraries/attr/default.nix
··· 8 8 sha256 = "0nd8y0m6awc9ahv0ciiwf8gy54c8d3j51pw9xg7f7cn579jjyxr5"; 9 9 }; 10 10 11 - outputs = [ "bin" "dev" "out" "doc" ]; 11 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 12 12 13 13 nativeBuildInputs = [ gettext ]; 14 14
+1 -1
pkgs/development/libraries/ffmpeg/generic.nix
··· 75 75 postPatch = ''patchShebangs .''; 76 76 inherit patches; 77 77 78 - outputs = [ "bin" "dev" "out" ] 78 + outputs = [ "bin" "dev" "out" "man" ] 79 79 ++ optional (reqMin "1.0") "doc" ; # just dev-doc 80 80 setOutputFlags = false; # doesn't accept all and stores configureFlags in libs! 81 81
+1 -1
pkgs/development/libraries/fftw/default.nix
··· 14 14 sha256 = "0g8qk98lgq770ixdf7n36yd5xjsgm2v3wzvnphwmhy6r4y2amx0y"; 15 15 }; 16 16 17 - outputs = [ "out" "dev" "doc" ]; # it's dev-doc only 17 + outputs = [ "out" "dev" "man" "info" ]; # it's dev-doc only 18 18 outputBin = "dev"; # fftw-wisdom 19 19 20 20 configureFlags =
+1 -1
pkgs/development/libraries/gettext/default.nix
··· 10 10 }; 11 11 patches = [ ./absolute-paths.diff ]; 12 12 13 - outputs = [ "out" "doc" ]; 13 + outputs = [ "out" "man" "doc" "info" ]; 14 14 15 15 # FIXME stackprotector needs gcc 4.9 in bootstrap tools 16 16 hardeningDisable = [ "format" "stackprotector" ];
+1 -1
pkgs/development/libraries/libao/default.nix
··· 10 10 sha256 = "1bwwv1g9lchaq6qmhvj1pp3hnyqr64ydd4j38x94pmprs4d27b83"; 11 11 }; 12 12 13 - outputs = [ "out" "dev" "doc" ]; 13 + outputs = [ "out" "dev" "man" "doc" ]; 14 14 15 15 buildInputs = 16 16 [ pkgconfig ] ++
+1 -1
pkgs/development/libraries/libffi/default.nix
··· 12 12 13 13 patches = stdenv.lib.optional stdenv.isCygwin ./3.2.1-cygwin.patch; 14 14 15 - outputs = [ "out" "dev" "doc" ]; 15 + outputs = [ "out" "dev" "man" "info" ]; 16 16 17 17 buildInputs = stdenv.lib.optional doCheck dejagnu; 18 18
+1 -1
pkgs/development/libraries/libjpeg-turbo/default.nix
··· 15 15 stdenv.lib.optional (hostPlatform.libc or null == "msvcrt") 16 16 ./mingw-boolean.patch; 17 17 18 - outputs = [ "bin" "dev" "out" "doc" ]; 18 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 19 19 20 20 nativeBuildInputs = [ nasm ]; 21 21
+1 -1
pkgs/development/libraries/libksba/default.nix
··· 8 8 sha256 = "0h53q4sns1jz1pkmhcz5wp9qrfn9f5g9i3vjv6dafwzzlvblyi21"; 9 9 }; 10 10 11 - outputs = [ "out" "dev" "doc" ]; 11 + outputs = [ "out" "dev" "info" ]; 12 12 13 13 propagatedBuildInputs = [ libgpgerror ]; 14 14
+1 -1
pkgs/development/libraries/libmbim/default.nix
··· 8 8 sha256 = "0nxb4x8l092xckk4dy84cn5qhviif8akzy0miypapjqqbalm53fa"; 9 9 }; 10 10 11 - outputs = [ "out" "dev" "doc" ]; 11 + outputs = [ "out" "dev" "man" ]; 12 12 13 13 preConfigure = '' 14 14 patchShebangs .
+1 -1
pkgs/development/libraries/libsndfile/default.nix
··· 15 15 16 16 enableParallelBuilding = true; 17 17 18 - outputs = [ "bin" "dev" "out" "doc" ]; 18 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 19 19 20 20 # need headers from the Carbon.framework in /System/Library/Frameworks to 21 21 # compile this on darwin -- not sure how to handle
+1 -1
pkgs/development/libraries/libtiff/default.nix
··· 21 21 patches="$patches $(cat debian/patches/series | sed 's|^|debian/patches/|')" 22 22 ''; 23 23 24 - outputs = [ "bin" "dev" "out" "doc" ]; 24 + outputs = [ "bin" "dev" "out" "man" "doc" ]; 25 25 26 26 nativeBuildInputs = [ pkgconfig ]; 27 27
+1 -1
pkgs/development/libraries/libxml2/default.nix
··· 26 26 }) 27 27 ]; 28 28 29 - outputs = [ "bin" "dev" "out" "doc" ] 29 + outputs = [ "bin" "dev" "out" "man" "doc" ] 30 30 ++ lib.optional pythonSupport "py"; 31 31 propagatedBuildOutputs = "out bin" + lib.optionalString pythonSupport " py"; 32 32
+1 -1
pkgs/development/libraries/libxslt/default.nix
··· 25 25 --replace 'la_LDFLAGS =' 'la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS)' 26 26 ''; 27 27 28 - outputs = [ "bin" "dev" "out" "doc" ] ++ stdenv.lib.optional pythonSupport "py"; 28 + outputs = [ "bin" "dev" "out" "man" "doc" ] ++ stdenv.lib.optional pythonSupport "py"; 29 29 30 30 buildInputs = [ libxml2.dev ] ++ stdenv.lib.optionals pythonSupport [ libxml2.py python2 ]; 31 31
+1 -1
pkgs/development/libraries/mpfr/default.nix
··· 12 12 13 13 patches = [ ./upstream.patch ]; 14 14 15 - outputs = [ "out" "dev" "doc" ]; 15 + outputs = [ "out" "dev" "doc" "info" ]; 16 16 17 17 # mpfr.h requires gmp.h 18 18 propagatedBuildInputs = [ gmp ];
+1 -1
pkgs/development/libraries/readline/6.3.nix
··· 10 10 sha256 = "0hzxr9jxqqx5sxsv9vmlxdnvlr9vi4ih1avjb869hbs6p5qn1fjn"; 11 11 }; 12 12 13 - outputs = [ "out" "dev" "doc" ]; 13 + outputs = [ "out" "dev" "man" "doc" "info" ]; 14 14 15 15 propagatedBuildInputs = [ncurses]; 16 16
+1 -1
pkgs/development/libraries/readline/7.0.nix
··· 11 11 sha256 = "0d13sg9ksf982rrrmv5mb6a2p4ys9rvg9r71d6il0vr8hmql63bm"; 12 12 }; 13 13 14 - outputs = [ "out" "dev" "doc" ]; 14 + outputs = [ "out" "dev" "man" "doc" "info" ]; 15 15 16 16 propagatedBuildInputs = [ncurses]; 17 17
+1 -1
pkgs/development/libraries/slang/default.nix
··· 7 7 sha256 = "0dlcy0hn0j6cj9qj5x6hpb0axifnvzzmv5jqq0wq14fygw0c7w2l"; 8 8 }; 9 9 10 - outputs = [ "out" "dev" "doc" ]; 10 + outputs = [ "out" "dev" "man" "doc" ]; 11 11 12 12 # Fix some wrong hardcoded paths 13 13 preConfigure = ''
+1 -1
pkgs/development/libraries/xapian/default.nix
··· 11 11 inherit sha256; 12 12 }; 13 13 14 - outputs = [ "out" "doc" ]; 14 + outputs = [ "out" "man" "doc" ]; 15 15 16 16 buildInputs = [ libuuid zlib ]; 17 17 nativeBuildInputs = [ autoreconfHook ];
+1 -1
pkgs/development/tools/build-managers/gnumake/4.2/default.nix
··· 25 25 26 26 configureFlags = stdenv.lib.optional guileSupport "--with-guile"; 27 27 28 - outputs = [ "out" "doc" ]; 28 + outputs = [ "out" "man" "info" ]; 29 29 30 30 meta = with stdenv.lib; { 31 31 homepage = http://www.gnu.org/software/make/;
+1 -1
pkgs/misc/ghostscript/default.nix
··· 41 41 inherit sha256; 42 42 }; 43 43 44 - outputs = [ "out" "doc" ]; 44 + outputs = [ "out" "man" "doc" ]; 45 45 46 46 enableParallelBuilding = true; 47 47
+1 -1
pkgs/os-specific/linux/libcap/default.nix
··· 10 10 sha256 = "0qjiqc5pknaal57453nxcbz3mn1r4hkyywam41wfcglq3v2qlg39"; 11 11 }; 12 12 13 - outputs = [ "out" "dev" "lib" "doc" ] 13 + outputs = [ "out" "dev" "lib" "man" "doc" ] 14 14 ++ stdenv.lib.optional (pam != null) "pam"; 15 15 16 16 nativeBuildInputs = [ perl ];
+1 -1
pkgs/os-specific/linux/udisks/2-default.nix
··· 11 11 sha256 = "0spl155k0g2l2hvqf8xyjv08i68gfyhzpjva6cwlzxx0bz4gbify"; 12 12 }; 13 13 14 - outputs = [ "out" "doc" ]; 14 + outputs = [ "out" "man" ]; 15 15 16 16 patches = [ ./force-path.patch ]; 17 17
+1 -1
pkgs/servers/http/apache-httpd/2.4.nix
··· 25 25 }; 26 26 27 27 # FIXME: -dev depends on -doc 28 - outputs = [ "out" "dev" "doc" ]; 28 + outputs = [ "out" "dev" "man" "doc" ]; 29 29 setOutputFlags = false; # it would move $out/modules, etc. 30 30 31 31 buildInputs = [perl] ++
+3 -3
pkgs/servers/uftp/default.nix
··· 11 11 12 12 buildInputs = [ openssl ]; 13 13 14 - outputs = [ "out" "doc" ]; 14 + outputs = [ "out" "man" ]; 15 15 16 16 patchPhase = '' 17 17 substituteInPlace makefile --replace gcc cc 18 18 ''; 19 19 20 20 installPhase = '' 21 - mkdir -p $out/bin $doc/share/man/man1 21 + mkdir -p $out/bin $man/share/man/man1 22 22 cp {uftp,uftpd,uftp_keymgt,uftpproxyd} $out/bin/ 23 - cp {uftp.1,uftpd.1,uftp_keymgt.1,uftpproxyd.1} $doc/share/man/man1 23 + cp {uftp.1,uftpd.1,uftp_keymgt.1,uftpproxyd.1} $man/share/man/man1 24 24 ''; 25 25 26 26 meta = {
+3 -3
pkgs/servers/x11/xorg/overrides.nix
··· 73 73 libxcb = attrs : attrs // { 74 74 nativeBuildInputs = [ args.python ]; 75 75 configureFlags = "--enable-xkb --enable-xinput"; 76 - outputs = [ "out" "dev" "doc" ]; 76 + outputs = [ "out" "dev" "man" "doc" ]; 77 77 }; 78 78 79 79 xcbproto = attrs : attrs // { ··· 177 177 }; 178 178 179 179 libXext = attrs: attrs // { 180 - outputs = [ "out" "dev" "doc" ]; 180 + outputs = [ "out" "dev" "man" "doc" ]; 181 181 propagatedBuildInputs = [ xorg.xproto xorg.libXau ]; 182 182 preConfigure = setMalloc0ReturnsNullCrossCompiling; 183 183 }; ··· 187 187 }; 188 188 189 189 libXi = attrs: attrs // { 190 - outputs = [ "out" "dev" "doc" ]; 190 + outputs = [ "out" "dev" "man" "doc" ]; 191 191 propagatedBuildInputs = [ xorg.libXfixes ]; 192 192 }; 193 193
+3 -4
pkgs/shells/bash/4.4.nix
··· 36 36 37 37 hardeningDisable = [ "format" ]; 38 38 39 - outputs = [ "out" "dev" "doc" "info" ]; 40 - 41 - # the man pages are small and useful enough 42 - outputMan = if interactive then "out" else null; 39 + outputs = [ "out" "dev" "doc" "info" ] 40 + # the man pages are small and useful enough, so include them in $out in interactive builds 41 + ++ stdenv.lib.optional (!interactive) "man"; 43 42 44 43 NIX_CFLAGS_COMPILE = '' 45 44 -DSYS_BASHRC="/etc/bashrc"
+3 -3
pkgs/tools/filesystems/e2fsprogs/default.nix
··· 1 - { stdenv, fetchurl, pkgconfig, libuuid, gettext }: 1 + { stdenv, fetchurl, pkgconfig, libuuid, gettext, texinfo }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "e2fsprogs-1.43.4"; ··· 8 8 sha256 = "a648a90a513f1b25113c7f981af978b8a19f832b3a32bd10707af3ff682ba66d"; 9 9 }; 10 10 11 - outputs = [ "bin" "dev" "out" "man" ]; 11 + outputs = [ "bin" "dev" "out" "man" "info" ]; 12 12 13 - nativeBuildInputs = [ pkgconfig ]; 13 + nativeBuildInputs = [ pkgconfig texinfo ]; 14 14 buildInputs = [ libuuid ] ++ stdenv.lib.optional (!stdenv.isLinux) gettext; 15 15 16 16 crossAttrs = {
+1 -1
pkgs/tools/graphics/pfstools/default.nix
··· 9 9 sha256 = "1fyc2c7jzr7k797c2dqyyvapzc3szxwcp48r382yxz2yq558xgd9"; 10 10 }; 11 11 12 - outputs = [ "out" "dev" "doc"]; 12 + outputs = [ "out" "dev" "man"]; 13 13 14 14 cmakeFlags = '' 15 15 -DWITH_MATLAB=false
+1 -1
pkgs/tools/networking/dnsperf/default.nix
··· 10 10 sha256 = "03kfc65s5a9csa5i7xjsv0psq144k8d9yw7xlny61bg1h2kg1db4"; 11 11 }; 12 12 13 - outputs = [ "out" "doc" ]; 13 + outputs = [ "out" "man" "doc" ]; 14 14 15 15 buildInputs = [ bind libseccomp zlib ]; 16 16
+1 -1
pkgs/tools/networking/tinc/pre.nix
··· 10 10 sha256 = "05an2vj0a3wjv5w672wgzyixbydin5jpja5zv6x81bc72dms0ymc"; 11 11 }; 12 12 13 - outputs = [ "out" "doc" ]; 13 + outputs = [ "out" "man" "info" ]; 14 14 15 15 nativeBuildInputs = [ autoreconfHook texinfo ]; 16 16 buildInputs = [ ncurses readline zlib lzo openssl ];
+1 -1
pkgs/tools/text/groff/default.nix
··· 12 12 sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s"; 13 13 }; 14 14 15 - outputs = [ "out" "doc" ]; 15 + outputs = [ "out" "man" "doc" "info" ]; 16 16 17 17 enableParallelBuilding = false; 18 18
+1 -2
pkgs/tools/typesetting/tex/texlive/bin.nix
··· 132 132 '') 133 133 + /* doc location identical with individual TeX pkgs */ '' 134 134 mkdir -p "$doc/doc" 135 - mv "$doc"/share/{man,info} "$doc"/doc 136 - rmdir "$doc"/share 135 + mv "$out"/share/{man,info} "$doc"/doc 137 136 '' + cleanBrokenLinks; 138 137 139 138 setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
+1 -1
pkgs/top-level/perl-packages.nix
··· 30 30 url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz"; 31 31 sha256 = "0ifbmbfvagfi76i7vjpggs2hrbqqisd14f5zizan6cbdn8dl5z2g"; 32 32 }; 33 - outputs = ["out" "doc"]; 33 + outputs = ["out" "man"]; 34 34 # use gnused so that the preCheck command passes 35 35 buildInputs = stdenv.lib.optional stdenv.isDarwin gnused; 36 36 propagatedBuildInputs = [ FileNext ];