Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
2210f54f
Commit
2210f54f
authored
May 09, 2019
by
Valentin Reis
Browse files
wip
parent
c7edcdde
Pipeline
#7209
failed with stages
in 8 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/flatcc/default.nix
0 → 100644
View file @
2210f54f
{
stdenv
,
fetchFromGitHub
,
cmake
}:
stdenv
.
mkDerivation
rec
{
name
=
"flatcc"
;
version
=
"0.5.3"
;
src
=
fetchFromGitHub
{
owner
=
"dvidelabs"
;
repo
=
"flatcc"
;
rev
=
"v
${
version
}
"
;
sha256
=
"06wnwvnkhw1rk0y3nncjmcyjy3bgpw8i9xqd5gpbhbrm38718cjk"
;
};
nativeBuildInputs
=
[
cmake
];
cmakeFlags
=
[
"-DFLATCC_INSTALL=on"
"-DCMAKE_BUILD_TYPE=Release"
];
meta
=
{
description
=
"FlatBuffers Compiler and Library in C for C "
;
homepage
=
https://github.com/dvidelabs/flatcc
;
license
=
[
stdenv
.
lib
.
licenses
.
asl20
];
};
}
pkgs/nrm/default.nix
View file @
2210f54f
...
...
@@ -11,6 +11,7 @@ pythonPackages.buildPythonPackage {
linuxPackages
.
perf
pythonPackages
.
docopt
pythonPackages
.
scipy
pythonPackages
.
warlock
containers
];
checkInputs
=
[
pythonPackages
.
pytest
];
...
...
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