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
11980bfc
Commit
11980bfc
authored
Feb 15, 2019
by
Valentin Reis
Browse files
bump and fix.
parent
0a4d4125
Pipeline
#5316
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
11980bfc
...
...
@@ -55,6 +55,7 @@ let
overrides
=
self
:
super
:
with
pkgs
.
haskell
.
lib
;
rec
{
panpipe
=
(
pkgs
.
haskell
.
lib
.
doJailbreak
super
.
panpipe
);
spdx
=
(
pkgs
.
haskell
.
lib
.
doJailbreak
super
.
spdx
);
generic-pretty
=
doJailbreak
super
.
generic-pretty
;
#minor cabal and version fix
...
...
pkgs/nrm/default.nix
View file @
11980bfc
{
src
,
stdenv
,
pythonPackages
,
hwloc
,
linuxPackages
,
containers
}:
{
src
,
stdenv
,
pythonPackages
,
hwloc
,
linuxPackages
,
containers
,
pyzmq
}:
pythonPackages
.
buildPythonPackage
{
inherit
src
;
name
=
"nrm"
;
propagatedBuildInputs
=
[
pythonPackages
.
six
pythonPackages
.
numpy
pythonPackages
.
tornado
pythonPackages
.
pyzmq
hwloc
linuxPackages
.
perf
pythonPackages
.
docopt
containers
];
propagatedBuildInputs
=
[
pythonPackages
.
six
pythonPackages
.
numpy
pythonPackages
.
tornado
pyzmq
hwloc
linuxPackages
.
perf
pythonPackages
.
docopt
containers
];
buildInputs
=
with
pythonPackages
;[
pytest
];
testPhase
=
'' pytest ''
;
}
pkgs/repoquality/pin.json
View file @
11980bfc
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
b94f898b7a028e376a5f0626da8d2bf63db14105
"
,
"sha256"
:
"0
0d0fllh8ghw1rg8wj07mkixfdjvyp0jp5bckfm5drnxvrskxx2b
"
,
"rev"
:
"
480e90b8bf7740f47325ab8d9b505dddb358ba23
"
,
"sha256"
:
"0
ja1pan4nap8d96wjs5b1jp0dqnn4yqhayb91wsjhfnf69xnm5yd
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/repoquality.git"
},
"fn"
:
"fetchgit"
...
...
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