build: Changed to env without default cc

fb-json
Claudius Holeksa 2023-03-18 15:29:07 +01:00
parent b4fa5cca4a
commit 9704302b19
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ lib
, stdenv
, stdenvNoCC
, zlib
, fetchFromGitHub
, scons
@ -9,14 +9,14 @@
, gnutls
}:
stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
pname = "forstio";
version = "0.0.0";
nativeBuildInputs = [
scons
clang_12
clang-tools
clang_15
clang-tools_15
];
buildInputs = [