diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-25 21:59:09 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-26 11:39:09 -0500 |
commit | f0a01af5c6e297f9068e4f359488e9fd0417fad2 (patch) | |
tree | 56e3854fabb018fcef761b010a512fcfdfe9a76d /gnu/local.mk | |
parent | 378618640da836d5a892f48ad64dda8465652127 (diff) | |
download | guix-f0a01af5c6e297f9068e4f359488e9fd0417fad2.tar guix-f0a01af5c6e297f9068e4f359488e9fd0417fad2.tar.gz |
gnu: eudev: Fix build failure caused by conflicting function type declaration.
* gnu/packages/patches/eudev-conflicting-declaration.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ec9332271f..fbf0552afa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -541,6 +541,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \ %D%/packages/patches/emacs-source-date-epoch.patch \ %D%/packages/patches/eudev-rules-directory.patch \ + %D%/packages/patches/eudev-conflicting-declaration.patch \ %D%/packages/patches/evilwm-lost-focus-bug.patch \ %D%/packages/patches/expat-CVE-2016-0718-fix-regression.patch \ %D%/packages/patches/fastcap-mulGlobal.patch \ |