guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: stumpwm-with-slynk: Fix build error.


From: guix-commits
Subject: branch master updated: gnu: stumpwm-with-slynk: Fix build error.
Date: Thu, 10 Dec 2020 09:39:08 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3138e4a  gnu: stumpwm-with-slynk: Fix build error.
3138e4a is described below

commit 3138e4a75b401ceb2231055c9e4952d000baa12d
Author: Niklas Eklund <niklas.eklund@posteo.net>
AuthorDate: Sun Dec 6 21:40:38 2020 +0100

    gnu: stumpwm-with-slynk: Fix build error.
    
    * gnu/packages/wm.scm (stumpwm-with-slynk)[arguments]: Provide a
    writable directory to use as $HOME during building.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 73a83c3..3569d7f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -39,6 +39,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
+;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1680,6 +1681,7 @@ productive, customizable lisp based systems.")
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
                       (program (string-append out "/bin/stumpwm")))
+                 (setenv "HOME" "/tmp")
                  (build-program program outputs
                                 #:entry-program '((stumpwm:stumpwm) 0)
                                 #:dependencies '("stumpwm" "slynk")



reply via email to

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