Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
0cedcda9
Commit
0cedcda9
authored
Feb 12, 2019
by
Valentin Reis
Browse files
hwolc
parent
85274f0d
Pipeline
#5186
passed with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
default.nix
View file @
0cedcda9
...
...
@@ -8,7 +8,7 @@ let
hpkgs
=
pkgs
.
haskellPackages
.
override
{
overrides
=
self
:
super
:
rec
{
argotk
=
(
self
.
callCabal2nix
"argotk"
(
filterHdevTools
./.
)
{})
.
overrideAttrs
(
old
:{
propagatedB
uildInputs
=
old
.
buildInputs
++
[
pkgs
.
hwloc
];});
(
old
:{
b
uildInputs
=
old
.
buildInputs
++
[
pkgs
.
hwloc
];});
};
};
...
...
@@ -44,6 +44,7 @@ in rec
buildInputs
=
[
(
pkgs
.
haskellPackages
.
ghcWithPackages
(
p
:
with
p
;
[
argotk
pkgs
.
hwloc
shake
(
pkgs
.
haskell
.
lib
.
doJailbreak
panpipe
)
]))
...
...
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