gnu: mpv: Disable build date.
* gnu/packages/video.scm (mpv)[arguments]: Add '--disable-build-date' to the configure-flags.
This commit is contained in:
		
							parent
							
								
									f4b7cb88a4
								
							
						
					
					
						commit
						98c8b963f4
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -891,7 +891,9 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") | ||||||
|           (lambda* (#:key inputs #:allow-other-keys) |           (lambda* (#:key inputs #:allow-other-keys) | ||||||
|             (copy-file (assoc-ref inputs "waf") "waf") |             (copy-file (assoc-ref inputs "waf") "waf") | ||||||
|             (setenv "CC" "gcc")))) |             (setenv "CC" "gcc")))) | ||||||
|        #:configure-flags (list "--enable-libmpv-shared" "--enable-zsh-comp") |        #:configure-flags (list "--enable-libmpv-shared" | ||||||
|  |                                "--enable-zsh-comp" | ||||||
|  |                                "--disable-build-date") | ||||||
|        ;; No check function defined. |        ;; No check function defined. | ||||||
|        #:tests? #f)) |        #:tests? #f)) | ||||||
|     (home-page "https://mpv.io/") |     (home-page "https://mpv.io/") | ||||||
|  |  | ||||||
		Reference in a new issue