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

Commit

Permalink
Quick fix of undefined references when using cpputest
Browse files Browse the repository at this point in the history
  • Loading branch information
forGGe committed Apr 14, 2016
1 parent a78dd4f commit 5322e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/cpputest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, autoconf
, automake
, libtool
, gcc5
}:

stdenv.mkDerivation {
Expand All @@ -14,7 +15,7 @@ stdenv.mkDerivation {
./configure --prefix=$out
'';

buildInputs = [ autoconf automake libtool ];
buildInputs = [ gcc5 autoconf automake libtool ];

src = fetchFromGitHub {
owner = "cpputest";
Expand Down

0 comments on commit 5322e8b

Please sign in to comment.