agda: Remove unnecessary env-var export
Derivation attributes are automatically exported as environment variables already.
This commit is contained in:
parent
f93a8ee110
commit
705c4d7b49
|
@ -70,7 +70,6 @@ in
|
|||
# configurePhase is idempotent
|
||||
configurePhase = ''
|
||||
eval "$preConfigure"
|
||||
export AGDA_PACKAGE_PATH=${self.AGDA_PACKAGE_PATH};
|
||||
export PATH="${self.agdaWrapper}/bin:$PATH"
|
||||
eval "$postConfigure"
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue