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
541dae07
Commit
541dae07
authored
Nov 06, 2018
by
Valentin Reis
Browse files
[pkgs] qmcpack install rule fix.
parent
62b236ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkgs/applications/qmcpack/default.nix
View file @
541dae07
...
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
...
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
''
;
''
;
installPhase
=
''
installPhase
=
''
mkdir -p $out
mkdir -p $out
cp -r
build/
* $out
cp -r * $out
''
;
''
;
}
}
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