guix-commits
[Top][All Lists]
Advanced

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

02/16: guix-install.sh: Don't patch guix-daemon.service.


From: guix-commits
Subject: 02/16: guix-install.sh: Don't patch guix-daemon.service.
Date: Sat, 15 Jul 2023 18:15:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 024f78aba21f1b97420072e2d3b060bd282d2230
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    guix-install.sh: Don't patch guix-daemon.service.
    
    * etc/guix-install.sh (sys_enable_guix_daemon):
    Remove obsolete sed invocations.
---
 etc/guix-install.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 943cbdb480..74f7688cab 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -447,16 +447,6 @@ sys_enable_guix_daemon()
                  /etc/systemd/system/;
               chmod 664 /etc/systemd/system/guix-daemon.service;
 
-              # Work around <https://bugs.gnu.org/36074>, present in 1.0.1.
-              sed -i /etc/systemd/system/guix-daemon.service \
-                  -e "s/GUIX_LOCPATH='/'GUIX_LOCPATH=/";
-
-              # Work around <https://bugs.gnu.org/35671>, present in 1.0.1.
-              if ! grep en_US /etc/systemd/system/guix-daemon.service 
>/dev/null;
-              then sed -i /etc/systemd/system/guix-daemon.service \
-                       -e 's/^Environment=\(.*\)$/Environment=\1 
LC_ALL=en_US.UTF-8';
-              fi;
-
               configure_substitute_discovery \
                   /etc/systemd/system/guix-daemon.service
 



reply via email to

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