forked from mirrors/nixpkgs
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 is idempotent
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
eval "$preConfigure"
|
eval "$preConfigure"
|
||||||
export AGDA_PACKAGE_PATH=${self.AGDA_PACKAGE_PATH};
|
|
||||||
export PATH="${self.agdaWrapper}/bin:$PATH"
|
export PATH="${self.agdaWrapper}/bin:$PATH"
|
||||||
eval "$postConfigure"
|
eval "$postConfigure"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue