idrisPackages: Clean up packages

This commit is contained in:
Silvan Mosberger
2018-07-02 06:13:01 +02:00
parent e79b302f89
commit b73f540beb
80 changed files with 65 additions and 397 deletions
@@ -1,9 +1,6 @@
{ build-idris-package
, fetchFromGitHub
, prelude
, base
, lib
, idris
}:
build-idris-package {
name = "wl-pprint";
@@ -16,12 +13,9 @@ build-idris-package {
sha256 = "0ifp76cqg340jkkzanx69vg76qivv53vh1lzv9zkp5f49prkwl5d";
};
idrisDeps = [ prelude base ];
meta = {
description = "Wadler-Leijen pretty-printing library";
homepage = https://github.com/shayan-najd/wl-pprint;
license = lib.licenses.bsd2;
inherit (idris.meta) platforms;
};
}