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 -6
View File
@@ -1,17 +1,13 @@
{ build-idris-package
, fetchFromGitHub
, prelude
, base
, effects
, lib
, idris
}:
build-idris-package {
name = "lightyear";
version = "2017-09-10";
idrisDeps = [ prelude base effects ];
idrisDeps = [ effects ];
src = fetchFromGitHub {
owner = "ziman";
@@ -25,6 +21,5 @@ build-idris-package {
homepage = https://github.com/ziman/lightyear;
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ siddharthist brainrape ];
inherit (idris.meta) platforms;
};
}