agda: Remove unnecessary env-var export

Derivation attributes are automatically exported as environment
variables already.
This commit is contained in:
John Ericson 2015-05-09 00:50:39 +00:00
parent f93a8ee110
commit 705c4d7b49

View file

@ -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"
'';