about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2026-03-27 13:29:17 +0100
committerPjotr Prins2026-03-27 13:29:17 +0100
commitee399c90a24cc283812fecbc5580c1e36841f27d (patch)
tree91b0209fc42a78cf5e27af91e958386a268e8e44
parentf6e63d3d53a3f4c03c646ccadf718920a0a1095e (diff)
downloadgenecup-ee399c90a24cc283812fecbc5580c1e36841f27d.tar.gz
Remove comment (guix)
-rw-r--r--guix.scm3
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")))