gnu: fritzing: Use modular qt.
* gnu/packages/engineering.scm (fritzing)[inputs]: Add qtbase, qtserialport, qtsvg. Remove qt.
This commit is contained in:
		
							parent
							
								
									598f639413
								
							
						
					
					
						commit
						a2b9935178
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -388,7 +388,9 @@ multipole-accelerated algorithm.")
 | 
				
			||||||
                                                 (assoc-ref outputs "out"))
 | 
					                                                 (assoc-ref outputs "out"))
 | 
				
			||||||
                                  "phoenix.pro"))))))))
 | 
					                                  "phoenix.pro"))))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("qt" ,qt)
 | 
					     `(("qtbase" ,qtbase)
 | 
				
			||||||
 | 
					       ("qtserialport" ,qtserialport)
 | 
				
			||||||
 | 
					       ("qtsvg" ,qtsvg)
 | 
				
			||||||
       ("boost" ,boost)
 | 
					       ("boost" ,boost)
 | 
				
			||||||
       ("zlib" ,zlib)
 | 
					       ("zlib" ,zlib)
 | 
				
			||||||
       ("fritzing-parts-db"
 | 
					       ("fritzing-parts-db"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue