Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Florian Franzen
w3fpkgs
Commits
83053452
Commit
83053452
authored
Jun 21, 2021
by
Florian Franzen
Browse files
meta: remove remaining sections
parent
0f07de28
Changes
3
Show whitespace changes
Inline
Side-by-side
deps/leveldb.nix
View file @
83053452
...
...
@@ -20,11 +20,4 @@ stdenv.mkDerivation rec {
mkdir $out/bin
cp leveldbutil $out/bin
''
;
meta
=
with
stdenv
.
lib
;
{
homepage
=
https://github.com/google/leveldb
;
description
=
"Fast and lightweight key/value database library by Google"
;
license
=
licenses
.
bsd3
;
platforms
=
platforms
.
all
;
};
}
deps/microsoft_gsl.nix
View file @
83053452
...
...
@@ -17,17 +17,4 @@ stdenv.mkDerivation rec {
cmakeFlags
=
[
"-DCMAKE_CXX_FLAGS=-Wno-catch-value"
];
doCheck
=
true
;
meta
=
with
stdenv
.
lib
;
{
description
=
"C++ Core Guideline support library"
;
longDescription
=
''
The Guideline Support Library (GSL) contains functions and types that are suggested for
use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
This package contains Microsoft's implementation of GSL.
''
;
homepage
=
"https://github.com/Microsoft/GSL"
;
license
=
licenses
.
mit
;
platforms
=
platforms
.
all
;
maintainers
=
with
maintainers
;
[
thoughtpolice
xwvvvvwx
yuriaisaka
];
};
}
hosts/kagome/headers.patch
0 → 100644
View file @
83053452
commit 6388e3897348a91949bf804bb86c5b7b310ae53a
Author: Florian Franzen <Florian.Franzen@gmail.com>
Date: Mon Jun 21 20:27:08 2021 +0200
consensus: install headers
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a0502ae..10553245 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,6 +121,7 @@
kagome_install_setup(
core/outcome
core/runtime
core/host_api
+ core/consensus
core/subscription
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment