icon-lang: refactor doc location
This commit is contained in:
parent
cc9e0dbad8
commit
99addb8b34
@ -30,7 +30,12 @@ stdenv.mkDerivation rec {
|
|||||||
in
|
in
|
||||||
"make ${target} name=${platform}";
|
"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; {
|
meta = with stdenv.lib; {
|
||||||
description = ''A very high level general-purpose programming language'';
|
description = ''A very high level general-purpose programming language'';
|
||||||
|
Loading…
Reference in New Issue
Block a user