diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 10:47:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 10:47:58 +0200 |
commit | c19ce3a711fea24c173d615a4a7b162dbc86ce68 (patch) | |
tree | 7f3c511f3aaf6355056840f9f04f1a1f059f6559 /gnu-system.am | |
parent | dc2d59afa946eb7540ca6fb6233026780f99104e (diff) | |
download | guix-c19ce3a711fea24c173d615a4a7b162dbc86ce68.tar guix-c19ce3a711fea24c173d615a4a7b162dbc86ce68.tar.gz |
gnu: eudev: Honor $EUDEV_RULES_DIRECTORY.
* gnu/packages/patches/eudev-rules-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev): Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 44cdd2738a..d5d509e8d7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -321,6 +321,7 @@ dist_patch_DATA = \ gnu/packages/patches/doxygen-test.patch \ gnu/packages/patches/doxygen-tmake.patch \ gnu/packages/patches/emacs-configure-sh.patch \ + gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/findutils-absolute-paths.patch \ gnu/packages/patches/flashrom-use-libftdi1.patch \ gnu/packages/patches/flex-bison-tests.patch \ |