about summary refs log tree commit diff
path: root/pkgs/development/misc/vc4/newlib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/misc/vc4/newlib.nix')
-rw-r--r--pkgs/development/misc/vc4/newlib.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/misc/vc4/newlib.nix b/pkgs/development/misc/vc4/newlib.nix
index e1a8b2eeaa6a7..48efd317d4c26 100644
--- a/pkgs/development/misc/vc4/newlib.nix
+++ b/pkgs/development/misc/vc4/newlib.nix
@@ -1,6 +1,6 @@
-{ stdenv, texinfo, flex, bison, fetchFromGitHub, crossLibcStdenv, buildPackages }:
+{ stdenv, texinfo, flex, bison, fetchFromGitHub, stdenvNoLibc, buildPackages }:
 
-crossLibcStdenv.mkDerivation {
+stdenvNoLibc.mkDerivation {
   name = "newlib";
   src = fetchFromGitHub {
     owner = "itszor";