blocksruntime: add meta data

wip/yesman
Markus Kowalewski 4 years ago
parent f3013dcfe0
commit 80e616c6ae
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 6
      pkgs/development/libraries/libblocksruntime/default.nix

@ -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…
Cancel
Save