Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
af3fb03a
Commit
af3fb03a
authored
Nov 27, 2018
by
Valentin Reis
Browse files
[pkgs] Fix zmq version.
parent
9e6c016a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
af3fb03a
...
...
@@ -45,7 +45,7 @@ let
configureFlags
=
"--enable-pmpi"
;
buildInputs
=
oldAttrs
.
buildInputs
++
[
pkgs
.
mpich2
];
});
containers
=
cpDefaultPin
./containers
{
inherit
pythonPackages
;
};
containers
=
cpDefaultPin
./containers
{
inherit
pythonPackages
;
inherit
pyzmq
;
};
containers-bandit
=
cpAlternatePin
./containers
{
inherit
pythonPackages
;
}
"bandit"
;
nrm
=
cpDefaultPin
./nrm
{
inherit
pythonPackages
;
inherit
pyzmq
;
nrm-containers
=
containers
;
};
nrm-bandit
=
cpAlternatePin
./nrm
{
inherit
pythonPackages
;
nrm-containers
=
containers-bandit
;
}
"bandit"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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