gnu: fortune-mod: Return #t from all phases.
* gnu/packages/games.scm (fortune-mod)[arguments]: Return #t rather than undefined from phases.
This commit is contained in:
		
							parent
							
								
									3a2f1d93df
								
							
						
					
					
						commit
						abf06df2d5
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -5215,7 +5215,8 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
 | 
				
			||||||
               (copy-file cmake-rules
 | 
					               (copy-file cmake-rules
 | 
				
			||||||
                          (string-append "fortune-mod/cmake/"
 | 
					                          (string-append "fortune-mod/cmake/"
 | 
				
			||||||
                                         (strip-store-file-name cmake-rules)))
 | 
					                                         (strip-store-file-name cmake-rules)))
 | 
				
			||||||
               (chdir "fortune-mod"))))
 | 
					               (chdir "fortune-mod")
 | 
				
			||||||
 | 
					               #t)))
 | 
				
			||||||
         (add-after 'install 'fix-install-directory
 | 
					         (add-after 'install 'fix-install-directory
 | 
				
			||||||
           ;; Move binary from "games/" to "bin/".
 | 
					           ;; Move binary from "games/" to "bin/".
 | 
				
			||||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue