pkgs/nix-directory: use stdenvNoCC.mkDerivation

This commit is contained in:
Alexander Sosedkin 2024-07-06 15:16:01 +02:00
parent 45fcd2da39
commit c84961e1c2

View file

@ -1,6 +1,14 @@
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE. # Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, stdenv, closureInfo, prootTermux, proot, pkgsStatic, system }: { config
, lib
, stdenvNoCC
, closureInfo
, prootTermux
, proot
, pkgsStatic
, system
}:
let let
buildRootDirectory = "root-directory"; buildRootDirectory = "root-directory";
@ -20,7 +28,7 @@ let
}; };
in in
stdenv.mkDerivation { stdenvNoCC.mkDerivation {
name = "nix-directory"; name = "nix-directory";
src = builtins.fetchurl { src = builtins.fetchurl {