From 5212ea31af9b1f34a1f7400166563b945f94bc5c Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 24 Oct 2023 14:23:28 +0200 Subject: nix: Changing whole nix build setup to use stdenv --- c++/test/.nix/derivation.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c++/test/.nix/derivation.nix') diff --git a/c++/test/.nix/derivation.nix b/c++/test/.nix/derivation.nix index 750d8ed..c15421d 100644 --- a/c++/test/.nix/derivation.nix +++ b/c++/test/.nix/derivation.nix @@ -1,7 +1,6 @@ { lib -, stdenvNoCC +, stdenv , scons -, clang , clang-tools , version , forstio @@ -9,7 +8,7 @@ let -in stdenvNoCC.mkDerivation { +in stdenv.mkDerivation { pname = "forstio-test"; inherit version; src = ./..; @@ -18,7 +17,6 @@ in stdenvNoCC.mkDerivation { nativeBuildInputs = [ scons - clang clang-tools ]; -- cgit v1.2.3