diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
commit | b849d7194e770cdf3e555fac9589411213d71e98 (patch) | |
tree | 22c108931a9f202a222fc2653be61e70e371a1dc /gnu/packages/networking.scm | |
parent | 34680d540688a8459d66ed3f7487e16c7645f4e9 (diff) | |
download | guix-b849d7194e770cdf3e555fac9589411213d71e98.tar.gz |
gnu: libsocketcan: Omit duplicate LICENSE file.
* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default 'install-license-files phase.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 5 |
1 files changed, 5 insertions, 0 deletions
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") |