gnu: python-pyqt: Fix output directory for plugins.
This defaults to QT_INSTALL_PLUGINS, thus we should use the same
sub-directory ($out/lib/qt5/plugins) here.
* gnu/packages/qt.scm (python-pyqt)[arguments]<phases>{configure}:
  Change base file name for plugins.
			
			
This commit is contained in:
		
							parent
							
								
									d1e4e64cd7
								
							
						
					
					
						commit
						4ae8180ca6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1615,7 +1615,7 @@ module provides support functions to the automatically generated code.")
 | 
				
			||||||
             (let* ((out (assoc-ref outputs "out"))
 | 
					             (let* ((out (assoc-ref outputs "out"))
 | 
				
			||||||
                    (bin (string-append out "/bin"))
 | 
					                    (bin (string-append out "/bin"))
 | 
				
			||||||
                    (sip (string-append out "/share/sip"))
 | 
					                    (sip (string-append out "/share/sip"))
 | 
				
			||||||
                    (plugins (string-append out "/plugins"))
 | 
					                    (plugins (string-append out "/lib/qt5/plugins"))
 | 
				
			||||||
                    (designer (string-append plugins "/designer"))
 | 
					                    (designer (string-append plugins "/designer"))
 | 
				
			||||||
                    (qml (string-append plugins "/PyQt5"))
 | 
					                    (qml (string-append plugins "/PyQt5"))
 | 
				
			||||||
                    (python (assoc-ref inputs "python"))
 | 
					                    (python (assoc-ref inputs "python"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue