guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: potluck: Fix environment.


From: Andy Wingo
Subject: 01/02: potluck: Fix environment.
Date: Thu, 13 Apr 2017 07:15:56 -0400 (EDT)

wingo pushed a commit to branch wip-potluck
in repository guix.

commit d37cfefb83017552ba4a7a8eee9765b2ab554920
Author: Andy Wingo <address@hidden>
Date:   Thu Apr 13 13:12:41 2017 +0200

    potluck: Fix environment.
    
    * guix/potluck/environment.scm (guix): Correct the imported binding.
---
 guix/potluck/environment.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/potluck/environment.scm b/guix/potluck/environment.scm
index 279320e..f28ca11 100644
--- a/guix/potluck/environment.scm
+++ b/guix/potluck/environment.scm
@@ -535,4 +535,4 @@
 ;; Finally, the potluck bindings.
 (define-bindings (guix potluck packages)
   potluck-package
-  potluck-package-source)
+  potluck-source)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]