From 8a98432df3b26d5132c664c14d7fb3d1d0d19897 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 24 Sep 2019 12:24:28 +0200 Subject: [PATCH] Add meta to Genode upstream packages --- upstream/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/upstream/default.nix b/upstream/default.nix index e78d5f1..2e3d927 100644 --- a/upstream/default.nix +++ b/upstream/default.nix @@ -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\] "