me
/
guix
Archived
1
0
Fork 0

gnu: libsocketcan: Omit duplicate LICENSE file.

* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default
'install-license-files phase.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:00 +02:00
parent 34680d5406
commit b849d7194e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 0 deletions

View File

@ -3055,6 +3055,11 @@ networks using zeromq. It has these key characteristics:
(base32 (base32
"0nrav2yqxgb7jwnhrwirnxs9ycqqh90sqgv5a8lns837jf385jvq")))) "0nrav2yqxgb7jwnhrwirnxs9ycqqh90sqgv5a8lns837jf385jvq"))))
(build-system gnu-build-system) (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 (native-inputs
(list autoconf automake libtool)) (list autoconf automake libtool))
(home-page "https://git.pengutronix.de/cgit/tools/libsocketcan") (home-page "https://git.pengutronix.de/cgit/tools/libsocketcan")