idris: Clean up wrapper

This commit is contained in:
Silvan Mosberger
2018-07-02 02:35:46 +02:00
parent b6cfa372f0
commit 636cd3cba9
2 changed files with 10 additions and 14 deletions
+3 -4
View File
@@ -31,10 +31,9 @@
# Idris wrapper with specified compiler and library paths, used to build packages
idris =
(pkgs.callPackage ./idris-wrapper.nix {})
idris-no-deps
{ path = [ pkgs.gcc ]; lib = [pkgs.gmp]; };
idris = pkgs.callPackage ./idris-wrapper.nix {
inherit idris-no-deps;
};
# Utilities for building packages