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 /scripts/paku | |
| parent | aux/: Update (diff) | |
| download | packages-4d50d17db1912bc608cf4a7a6a5ef7a59fe9096f.tar.gz packages-4d50d17db1912bc608cf4a7a6a5ef7a59fe9096f.tar.xz | |
default.nix: Remove unused CC flag
Diffstat (limited to 'scripts/paku')
| -rwxr-xr-x | scripts/paku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/paku b/scripts/paku index e9e7f37..e60812a 100755 --- a/scripts/paku +++ b/scripts/paku @@ -135,7 +135,7 @@ EOF sha256 = "$SHA256"; }; - makeFlags = [ "CC=cc" "PREFIX=\$(out)" ]; + makeFlags = [ "PREFIX=\$(out)" ]; $CHECK_INPUTS doCheck = true; |
