gnu: lvm2: Switch to eudev from udev.
* gnu/packages/linux.scm (lvm2)[inputs]: Use eudev, not udev.
This commit is contained in:
		
							parent
							
								
									77a39799f9
								
							
						
					
					
						commit
						8fcaf8b173
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 | 
					;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 | 
				
			||||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -1439,7 +1439,7 @@ time.")
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("procps" ,procps)))                       ;tests use 'pgrep'
 | 
					       ("procps" ,procps)))                       ;tests use 'pgrep'
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("udev" ,udev)))
 | 
					     `(("udev" ,eudev)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (alist-cons-after
 | 
					     '(#:phases (alist-cons-after
 | 
				
			||||||
                 'configure 'set-makefile-shell
 | 
					                 'configure 'set-makefile-shell
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue