hpccg: fix indentation
This commit is contained in:
parent
fb1d50e9dd
commit
c0a0eeec7f
@ -20,7 +20,7 @@ let
|
|||||||
gitTable = import ./git-table.nix;
|
gitTable = import ./git-table.nix;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hpccg";
|
name = "hpccg";
|
||||||
|
|
||||||
inherit (gitSource) src gitBranch gitCommit;
|
inherit (gitSource) src gitBranch gitCommit;
|
||||||
@ -50,4 +50,4 @@ stdenv.mkDerivation rec {
|
|||||||
cp test_HPCCG-mpi.exe $out/bin
|
cp test_HPCCG-mpi.exe $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user