guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: libsocketcan: Omit duplicate LICENSE file.


From: guix-commits
Subject: 11/16: gnu: libsocketcan: Omit duplicate LICENSE file.
Date: Thu, 28 Jul 2022 20:46:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b849d7194e770cdf3e555fac9589411213d71e98
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: libsocketcan: Omit duplicate LICENSE file.
    
    * gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default
    'install-license-files phase.
---
 gnu/packages/networking.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3843e4641b..70efe33a74 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3055,6 +3055,11 @@ networks using zeromq.  It has these key characteristics:
                (base32
                 "0nrav2yqxgb7jwnhrwirnxs9ycqqh90sqgv5a8lns837jf385jvq"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:phases
+           #~(modify-phases %standard-phases
+               ;; Upstream already puts (more) files in share/doc/libsocketcan.
+               (delete 'install-license-files))))
     (native-inputs
      (list autoconf automake libtool))
     (home-page "https://git.pengutronix.de/cgit/tools/libsocketcan";)



reply via email to

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