[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")
- branch master updated (e6bdd94c38 -> 42c99f282c), guix-commits, 2022/07/28
- 11/16: gnu: libsocketcan: Omit duplicate LICENSE file.,
guix-commits <=
- 16/16: gnu: mtools: Update to 4.0.40., guix-commits, 2022/07/28
- 14/16: gnu: ipcalc: Update to 0.51., guix-commits, 2022/07/28
- 09/16: gnu: nnn: Update to 4.6., guix-commits, 2022/07/28
- 06/16: gnu: pamixer: Update to 1.6., guix-commits, 2022/07/28
- 05/16: gnu: paprefs: Update to 1.2., guix-commits, 2022/07/28
- 01/16: gnu: hugin: Update to 2021.0.0., guix-commits, 2022/07/28
- 03/16: gnu: eid-mw: Update to 5.1.6., guix-commits, 2022/07/28
- 08/16: gnu: lldpd: Use G-expressions., guix-commits, 2022/07/28
- 10/16: gnu: libsocketcan: Update to 0.0.12., guix-commits, 2022/07/28
- 07/16: gnu: lldpd: Update to 1.0.14., guix-commits, 2022/07/28