gnu: ikiwiki: Revert to standard wrapper.
* gnu/packages/web.scm (ikiwiki)[arguments]: Remove unnecessary 'include-PERL5LIB-in-wrapper' phase. The PERL5LIB environment variable may be set in the user's setup file instead.
This commit is contained in:
		
							parent
							
								
									f8072794e4
								
							
						
					
					
						commit
						a0362fdea9
					
				
					 1 changed files with 0 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -4850,15 +4850,6 @@ NetSurf project.")
 | 
			
		|||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (add-after 'unpack 'include-PERL5LIB-in-wrapper
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (substitute* "IkiWiki/Wrapper.pm"
 | 
			
		||||
               (("^@wrapper\\_hooks")
 | 
			
		||||
                (string-append
 | 
			
		||||
                 "@wrapper_hooks\n"
 | 
			
		||||
                 "        addenv(\"PERL5LIB\", \""
 | 
			
		||||
                 (getenv "PERL5LIB")
 | 
			
		||||
                 "\");")))))
 | 
			
		||||
         (add-after 'patch-source-shebangs 'patch-Makefiles
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (substitute* "Makefile.PL"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue