man-only packages: fixup after stdenv changes

Thanks to @avnik for notification.
The stdenv now auto-removes developer-only documentation
unless explicitly indicated, which wasn't a good fit for these packages.
This commit is contained in:
Vladimír Čunát
2016-01-28 13:55:37 +01:00
parent 363f667e8b
commit c979012631
3 changed files with 9 additions and 2 deletions
@@ -2,12 +2,14 @@
stdenv.mkDerivation rec {
name = "std-man-pages-4.4.0";
src = fetchurl {
url = mirror://gcc/libstdc++/doxygen/libstdc++-man.4.4.0.tar.bz2;
sha256 = "0153py77ll759jacq41dp2z2ksr08pdcfic0rwjd6pr84dk89y9v";
};
outputDocdev = "out";
installPhase = ''
mkdir -p $out/share/man
cp -R * $out/share/man