icon-lang: refactor doc location
This commit is contained in:
parent
cc9e0dbad8
commit
99addb8b34
1 changed files with 6 additions and 1 deletions
|
@ -30,7 +30,12 @@ stdenv.mkDerivation rec {
|
|||
in
|
||||
"make ${target} name=${platform}";
|
||||
|
||||
installPhase = "make Install dest=$out";
|
||||
installPhase = ''
|
||||
make Install dest=$out
|
||||
rm $out/README
|
||||
mkdir -p $out/share/doc
|
||||
mv $out/doc $out/share/doc/icon
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''A very high level general-purpose programming language'';
|
||||
|
|
Loading…
Reference in a new issue