Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit df6e618

Browse files
committed
Merge pull request #154 from forGGe/nix-fix
[#144] Use proper Nix compiler package
2 parents ddbdb72 + 294ff5b commit df6e618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ let
77
in with pkgs; {
88
coreEnv = stdenv.mkDerivation {
99
name = "thecore";
10-
buildInputs = [ cmake gcc6 cppcheck cpputest gcc-arm-embedded-5_2 doxygen ];
10+
buildInputs = [ cmake gcc6 cppcheck cpputest gcc-arm-embedded-5 doxygen ];
1111
};
1212
}

0 commit comments

Comments
 (0)