mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wangle: remove with lib;
This commit is contained in:
parent
1b7c0a5eb0
commit
337f896690
@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
export GTEST_FILTER="-${lib.concatStringsSep ":" disabledTests}"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Open-source C++ networking library";
|
||||
longDescription = ''
|
||||
Wangle is a framework providing a set of common client/server
|
||||
@ -83,9 +83,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
composable way.
|
||||
'';
|
||||
homepage = "https://github.com/facebook/wangle";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
pierreis
|
||||
kylesferrazza
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user