gnu: poke: Add dependency on libtextstyle.
* gnu/packages/engineering.scm (poke)[inputs]: Add LIBTEXSTSTYLE.
This commit is contained in:
		
							parent
							
								
									5e7388e15e
								
							
						
					
					
						commit
						d6544dc7b8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2956,10 +2956,10 @@ GUI.") | |||
|                      ("python-2" ,python-2) | ||||
|                      ("python-3" ,python-3))) | ||||
|     ;; FIXME: Enable NBD support by adding `libnbd' (currently unpackaged). | ||||
|     ;; FIXME: A "hyperlinks-capable" `libtexststyle' needed for the hserver. | ||||
|     (inputs `(("json-c" ,json-c) | ||||
|               ("libgc" ,libgc) | ||||
|               ("readline" ,readline))) | ||||
|               ("readline" ,readline) | ||||
|               ("libtextstyle" ,libtextstyle))) | ||||
|     (arguments | ||||
|      ;; To build the GUI, add the `--enable-gui' configure flag. | ||||
|      ;; To enable the "hyperlink server", add the `--enable-hserver' flag. | ||||
|  |  | |||
		Reference in a new issue