blocksruntime: add meta data

gstqt5
Markus Kowalewski 2020-06-27 11:37:16 +02:00
parent f3013dcfe0
commit 80e616c6ae
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 6 additions and 0 deletions

View File

@ -24,4 +24,10 @@ stdenv.mkDerivation {
doCheck = false; # hasdescriptor.c test fails, hrm.
installPhase = ''prefix="/" DESTDIR=$out ./installlib'';
meta = with stdenv.lib; {
description = "Installs the BlocksRuntime library from the compiler-rt";
homepage = "https://github.com/mackyle/blocksruntime";
license = licenses.mit;
};
}