diff options
| author | Pjotr Prins | 2026-03-27 13:29:17 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-03-27 13:29:17 +0100 |
| commit | ee399c90a24cc283812fecbc5580c1e36841f27d (patch) | |
| tree | 91b0209fc42a78cf5e27af91e958386a268e8e44 | |
| parent | f6e63d3d53a3f4c03c646ccadf718920a0a1095e (diff) | |
| download | genecup-ee399c90a24cc283812fecbc5580c1e36841f27d.tar.gz | |
Remove comment (guix)
| -rw-r--r-- | guix.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm index f5e2d83..06e851c 100644 --- a/guix.scm +++ b/guix.scm @@ -169,9 +169,6 @@ access to Gemini models.") #~(modify-phases %standard-phases (delete 'configure) (delete 'build) - ;; (add-after 'unpack 'make-files-writable - ;; (lambda _ - ;; (for-each make-file-writable (find-files ".")))) (add-after 'unpack 'patch-sources (lambda* (#:key inputs outputs #:allow-other-keys) (let ((inetutils (assoc-ref inputs "inetutils"))) |
