diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 17:12:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 17:12:49 -0300 |
commit | 4d50d17db1912bc608cf4a7a6a5ef7a59fe9096f (patch) | |
tree | d0e249fbaa025f42f9f1df3546d198600af28b27 /default.nix | |
parent | aux/: Update (diff) | |
download | package-repository-4d50d17db1912bc608cf4a7a6a5ef7a59fe9096f.tar.gz package-repository-4d50d17db1912bc608cf4a7a6a5ef7a59fe9096f.tar.xz |
default.nix: Remove unused CC flag
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 |
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; |