blocksruntime: add meta data
This commit is contained in:
parent
f3013dcfe0
commit
80e616c6ae
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue