blocksruntime: add meta data
This commit is contained in:
parent
f3013dcfe0
commit
80e616c6ae
@ -24,4 +24,10 @@ stdenv.mkDerivation {
|
|||||||
doCheck = false; # hasdescriptor.c test fails, hrm.
|
doCheck = false; # hasdescriptor.c test fails, hrm.
|
||||||
|
|
||||||
installPhase = ''prefix="/" DESTDIR=$out ./installlib'';
|
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…
x
Reference in New Issue
Block a user