Add meta to Genode upstream packages

This commit is contained in:
Ehmry - 2019-09-24 12:24:28 +02:00
parent 2a230ea26b
commit 8a98432df3
1 changed files with 8 additions and 0 deletions

View File

@ -90,6 +90,14 @@ let
done
'';
meta = with stdenv.lib; {
description =
"The Genode operation system framework (${repo} repository).";
homepage = "https://genode.org/";
license = licenses.agpl3;
maintainers = [ maintainers.ehmry ];
};
shellHook = ''
export PROMPT_DIRTRIM=2
export PS1="\[\033[1;30m\]Genode-dev [\[\033[1;37m\]\w\[\033[1;30m\]] $\[\033[0m\] "