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
bd597a85
Commit
bd597a85
authored
Oct 29, 2018
by
Valentin Reis
Browse files
Fixed packaging for the "stream" application.
parent
5f9219f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkgs/stream/default.nix
View file @
bd597a85
...
...
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
nativeBuildInputs
=
[
gfortran
];
installPhase
=
''
mkdir $out/bin/
mkdir
-p
$out/bin/
cp stream_c.exe $out/bin
cp stream_f.exe $out/bin
''
;
...
...
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