gnu: sddm: Refer to the 'shadow' input.
This change was suggested by Ludovic Courtès <ludo@gnu.org> to allow users to replace the shadow input in the package. * gnu/packages/display-manager.scm (sddm)[arguments]: In configure-flags refer to the shadow package that is an input.
This commit is contained in:
		
							parent
							
								
									f8836774e2
								
							
						
					
					
						commit
						3081fc68d6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -108,7 +108,7 @@
 | 
				
			||||||
            ;; Set path to /etc/login.defs.
 | 
					            ;; Set path to /etc/login.defs.
 | 
				
			||||||
            ;; An alternative would be to use -DUID_MIN and -DUID_MAX.
 | 
					            ;; An alternative would be to use -DUID_MIN and -DUID_MAX.
 | 
				
			||||||
            (string-append "-DLOGIN_DEFS_PATH="
 | 
					            (string-append "-DLOGIN_DEFS_PATH="
 | 
				
			||||||
                           #$shadow
 | 
					                           #$(this-package-input "shadow")
 | 
				
			||||||
                           "/etc/login.defs")
 | 
					                           "/etc/login.defs")
 | 
				
			||||||
            (string-append "-DQT_IMPORTS_DIR="
 | 
					            (string-append "-DQT_IMPORTS_DIR="
 | 
				
			||||||
                           #$output "/lib/qt5/qml")
 | 
					                           #$output "/lib/qt5/qml")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue