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
-6
View File
@@ -1,16 +1,11 @@
{ build-idris-package
, fetchFromGitHub
, prelude
, base
, lib
, idris
}:
build-idris-package {
name = "tp";
version = "2017-08-15";
idrisDeps = [ prelude base ];
src = fetchFromGitHub {
owner = "superfunc";
repo = "tp";
@@ -26,6 +21,5 @@ build-idris-package {
homepage = https://github.com/superfunc/tp;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.brainrape ];
inherit (idris.meta) platforms;
};
}