force use of gcc
This commit is contained in:
parent
19a9af48ee
commit
42defc7732
|
@ -51,7 +51,7 @@ let
|
|||
});
|
||||
mkExample =
|
||||
{ name, servicepointBinding }:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pkgs.gccStdenv.mkDerivation {
|
||||
inherit version;
|
||||
pname = "servicepoint-c-example-${name}";
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
|
|
Loading…
Reference in a new issue