gnu: python2-jupyter-console: Build with python2.
* gnu/packages/python-xyz.scm (python2-jupyter-console)[arguments]: Add python keyword, set to python-2.
This commit is contained in:
		
							parent
							
								
									e8588a7847
								
							
						
					
					
						commit
						b0aa58d8f1
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -8187,8 +8187,9 @@ Jupyter kernels such as IJulia and IRKernel.") | ||||||
|         (base32 |         (base32 | ||||||
|          "1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal")))) |          "1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     ;; Tests only run in an TTY. |     (arguments | ||||||
|     (arguments `(#:tests? #f)) |      `(#:python ,python-2 | ||||||
|  |        #:tests? #f))    ; Tests only run in a TTY. | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("python2-ipykernel" ,python2-ipykernel) |      `(("python2-ipykernel" ,python2-ipykernel) | ||||||
|        ("python2-jupyter-client" ,python2-jupyter-client) |        ("python2-jupyter-client" ,python2-jupyter-client) | ||||||
|  |  | ||||||
		Reference in a new issue