Add nix-perl package for the perl bindings
This commit is contained in:
		
							parent
							
								
									418a837897
								
							
						
					
					
						commit
						f7b7df8d1f
					
				
					 10 changed files with 201 additions and 24 deletions
				
			
		|  | @ -4,18 +4,18 @@ use MIME::Base64; | |||
| 
 | ||||
| $version = "@PACKAGE_VERSION@"; | ||||
| 
 | ||||
| $binDir = $ENV{"NIX_BIN_DIR"} || "@bindir@"; | ||||
| $libexecDir = $ENV{"NIX_LIBEXEC_DIR"} || "@libexecdir@"; | ||||
| $stateDir = $ENV{"NIX_STATE_DIR"} || "@localstatedir@/nix"; | ||||
| $logDir = $ENV{"NIX_LOG_DIR"} || "@localstatedir@/log/nix"; | ||||
| $confDir = $ENV{"NIX_CONF_DIR"} || "@sysconfdir@/nix"; | ||||
| $storeDir = $ENV{"NIX_STORE_DIR"} || "@storedir@"; | ||||
| $binDir = $ENV{"NIX_BIN_DIR"} || "@nixbindir@"; | ||||
| $libexecDir = $ENV{"NIX_LIBEXEC_DIR"} || "@nixlibexecdir@"; | ||||
| $stateDir = $ENV{"NIX_STATE_DIR"} || "@nixlocalstatedir@/nix"; | ||||
| $logDir = $ENV{"NIX_LOG_DIR"} || "@nixlocalstatedir@/log/nix"; | ||||
| $confDir = $ENV{"NIX_CONF_DIR"} || "@nixsysconfdir@/nix"; | ||||
| $storeDir = $ENV{"NIX_STORE_DIR"} || "@nixstoredir@"; | ||||
| 
 | ||||
| $bzip2 = "@bzip2@"; | ||||
| $xz = "@xz@"; | ||||
| $curl = "@curl@"; | ||||
| 
 | ||||
| $useBindings = "@perlbindings@" eq "yes"; | ||||
| $useBindings = 1; | ||||
| 
 | ||||
| %config = (); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue