gnu: kaldi-gstreamer-server: Remove trailing #T from build phases.
* gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
		
							parent
							
								
									01f4617b99
								
							
						
					
					
						commit
						79cf84c7ab
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		|  | @ -1927,8 +1927,7 @@ automatically.") | |||
|                                       "-m" "compileall" | ||||
|                                       "-f" ; force rebuild | ||||
|                                       ,file))) | ||||
|                            (find-files "." "\\.py$"))) | ||||
|                #t)) | ||||
|                            (find-files "." "\\.py$"))))) | ||||
|            (replace 'install | ||||
|              (lambda* (#:key inputs outputs #:allow-other-keys) | ||||
|                (let* ((out (assoc-ref outputs "out")) | ||||
|  | @ -1967,8 +1966,7 @@ exec ~a ~a/~a \"$@\"~%" | |||
|                              (list server client worker) | ||||
|                              (list "master_server.py" | ||||
|                                    "client.py" | ||||
|                                    "worker.py"))) | ||||
|                  #t)))))) | ||||
|                                    "worker.py"))))))))) | ||||
|       (inputs | ||||
|        `(("gst-kaldi-nnet2-online" ,gst-kaldi-nnet2-online) | ||||
|          ("python" ,python-wrapper) | ||||
|  |  | |||
		Reference in a new issue