diff options
Diffstat (limited to 'guix/build-system/gnu.scm')
-rw-r--r-- | guix/build-system/gnu.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm index 7c9b6ca398..372ad14b71 100644 --- a/guix/build-system/gnu.scm +++ b/guix/build-system/gnu.scm @@ -344,8 +344,6 @@ are allowed to refer to." (match guile ((? package?) (package-derivation store guile system)) - ;; ((and (? string?) (? derivation-path?)) - ;; guile) (#f ; the default (let* ((distro (resolve-interface '(gnu packages commencement))) (guile (module-ref distro 'guile-final))) @@ -530,8 +528,6 @@ platform." (match guile ((? package?) (package-derivation store guile system)) - ;; ((and (? string?) (? derivation-path?)) - ;; guile) (#f ; the default (let* ((distro (resolve-interface '(gnu packages commencement))) (guile (module-ref distro 'guile-final))) |