gcc-arm-embedded: fix MANPATH

This commit is contained in:
Theodore Witkamp
2019-01-20 12:22:36 -08:00
parent 44cd0a3655
commit 6bfbd2df0f
4 changed files with 4 additions and 0 deletions
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out
cp -r * $out
ln -s $out/share/doc/gcc-arm-none-eabi/man $out/man
'';
dontPatchELF = true;