1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

tilix: remove 'export PERL5LIB'

This commit is contained in:
volth 2018-12-15 01:13:00 +00:00 committed by GitHub
parent 19d06bc517
commit 8fd01fd7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
preBuild = ''
makeFlagsArray=(
PERL5LIB="${perlPackages.Po4a}/lib/perl5/site_perl"
DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
)
'';