1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 18:00:55 +01:00

Drop all references to NIX_INDENT_MAKE

Dead code since 6669a3b477

(cherry picked from commit 2894197de7)
This commit is contained in:
Tuomas Tynkkynen 2018-08-20 02:01:59 +03:00 committed by Eelco Dolstra
parent c2dcc102e4
commit 0107a8f6d4
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 0 additions and 5 deletions

View file

@ -74,8 +74,6 @@ let
makeFlags = "profiledir=$(out)/etc/profile.d";
preBuild = "unset NIX_INDENT_MAKE";
installFlags = "sysconfdir=$(out)/etc";
doInstallCheck = true;
@ -103,8 +101,6 @@ let
enableParallelBuilding = true;
postUnpack = "sourceRoot=$sourceRoot/perl";
preBuild = "unset NIX_INDENT_MAKE";
});