gnu: mozjs: Mark as unsupported on mips64el-linux.
* gnu/packages/gnuzilla.scm (mozjs)[supported-systems]: New field.
This commit is contained in:
		
							parent
							
								
									ae3bded68e
								
							
						
					
					
						commit
						4bfeb0ca74
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -85,7 +85,12 @@ | |||
|     (synopsis "Mozilla javascript engine") | ||||
|     (description "SpiderMonkey is Mozilla's JavaScript engine written | ||||
| in C/C++.") | ||||
|     (license license:mpl2.0))) ; and others for some files | ||||
|     (license license:mpl2.0)                      ;and others for some files | ||||
| 
 | ||||
|     ;; On mips64el, this fails to build with several "control reaches end of | ||||
|     ;; non-void function" errors (see | ||||
|     ;; <http://hydra.gnu.org/build/407741/nixlog/3/raw>.) | ||||
|     (supported-systems (delete "mips64el-linux" %supported-systems)))) | ||||
| 
 | ||||
| (define-public nspr | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue