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
e3bda823
Commit
e3bda823
authored
Mar 08, 2019
by
Valentin Reis
Browse files
add -p to argonix builder
parent
6331a47c
Pipeline
#5936
passed with stages
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
e3bda823
...
...
@@ -135,7 +135,7 @@ let
argonix
=
haskellPackages
.
argonix
.
overrideAttrs
(
old
:{
installPhase
=
old
.
installPhase
+
''
mkdir $out/share/
mkdir
-p
$out/share/
$out/bin/argonix --bash-completion-script argonix > $out/share/argonix.sh
''
;
});
...
...
@@ -198,7 +198,7 @@ let
name
=
"testEnv-with-applications"
;
buildInputs
=
old
.
buildInputs
++
[
lammps
qmcpack
#
qmcpack
openmc
stream
amg
...
...
@@ -213,7 +213,6 @@ let
pkgs
.
which
#pkgs.sudo
zmcat
#experiment tools
zymake
];
...
...
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