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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user