idris: Clean up wrapper
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user