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
cd418403
Commit
cd418403
authored
Nov 05, 2018
by
Valentin Reis
Browse files
[pkgs] Fix stream derivation.
parent
79c091ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkgs/applications/stream/default.nix
View file @
cd418403
{
stdenv
,
src
,
fetchgit
,
gfortran
}:
{
stdenv
,
src
,
fetchgit
,
gfortran
}:
stdenv
.
mkDerivation
{
stdenv
.
mkDerivation
{
inherit
src
;
name
=
"stream"
;
name
=
"stream"
;
nativeBuildInputs
=
[
gfortran
];
nativeBuildInputs
=
[
gfortran
];
...
...
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