aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index a805ee8..7de8e4f 100644
--- a/default.nix
+++ b/default.nix
@@ -11,7 +11,7 @@ self: super: {
sha256 = "0r5jx6gjmh7wr3hicd16ih9qap3zhd2sjh573apx84baqg5w420w";
};
- makeFlags = [ "CC=cc" "PREFIX=$(out)" ];
+ makeFlags = [ "PREFIX=$(out)" ];
checkInputs = with pkgs; [ m4 ];
doCheck = true;