guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: rcs: Install rcsfreeze.


From: guix-commits
Subject: 12/13: gnu: rcs: Install rcsfreeze.
Date: Wed, 17 Nov 2021 17:07:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b737607c549765da0a89ae362d1294379884a0dd
Author: Foo Chuan Wei <chuanwei.foo@hotmail.com>
AuthorDate: Sat Nov 6 05:45:12 2021 +0000

    gnu: rcs: Install rcsfreeze.
    
    * gnu/packages/version-control.scm (rcs): Install rcsfreeze.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/version-control.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c8b5861..739bb28 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2049,6 +2049,14 @@ projects, from individuals to large-scale enterprise 
operations.")
                "1if5pa4iip2p70gljm54nggfdnsfjxa4cqz8fpj07lvsijary39s"))
              (patches (search-patches "rcs-5.10.0-no-stdin.patch"))))
     (build-system gnu-build-system)
+    (arguments `(#:phases
+                 (modify-phases %standard-phases
+                   (add-after 'install 'install-rcsfreeze
+                     (lambda* (#:key outputs #:allow-other-keys)
+                       (chmod "src/rcsfreeze" #o755)
+                       (install-file
+                         "src/rcsfreeze"
+                         (string-append (assoc-ref outputs "out") "/bin")))))))
     (native-inputs `(("ed" ,ed)))
     (home-page "https://www.gnu.org/software/rcs/";)
     (synopsis "Per-file local revision control system")



reply via email to

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