mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
agda: Remove buildTools, it is unused
This commit is contained in:
parent
45052c02a8
commit
95c1c686a3
1 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@ in
|
|||
|
||||
everythingFile = "Everything.agda";
|
||||
|
||||
propagatedBuildInputs = self.buildDepends ++ self.buildTools;
|
||||
propagatedBuildInputs = self.buildDepends;
|
||||
propagatedUserEnvPkgs = self.buildDepends;
|
||||
|
||||
# Immediate source directories under which modules can be found.
|
||||
|
@ -50,8 +50,6 @@ in
|
|||
# would make a direct copy of the whole thing.
|
||||
topSourceDirectories = [ "src" ];
|
||||
|
||||
buildTools = [];
|
||||
|
||||
# Extra stuff to pass to the Agda binary.
|
||||
extraBuildFlags = [ "-i ." ];
|
||||
buildFlags = let r = map (x: "-i " + x + "/share/agda") self.buildDepends;
|
||||
|
|
Loading…
Reference in a new issue