mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Agda: move compiler and standard library into a common directory
Also renamed AgdaStdLib attribute to AgdaStdlib, since upstream doesn't seem to capitalize that name.
This commit is contained in:
parent
801a4818c8
commit
64d662e056
@ -2921,9 +2921,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
# Compilers.
|
||||
|
||||
AgdaExecutable = callPackage ../development/compilers/Agda-executable {};
|
||||
|
||||
AgdaStdLib = callPackage ../development/compilers/Agda-stdlib {};
|
||||
AgdaExecutable = callPackage ../development/compilers/agda/agda-executable.nix {};
|
||||
AgdaStdlib = callPackage ../development/compilers/agda/agda-stdlib.nix {};
|
||||
|
||||
uhc = callPackage ../development/compilers/uhc {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user