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,15 +1,13 @@
{ build-idris-package
, fetchFromGitHub
, prelude
, pruviloj
, lib
, idris
}:
build-idris-package {
name = "software_foundations";
version = "2017-11-04";
idrisDeps = [ prelude pruviloj ];
idrisDeps = [ pruviloj ];
src = fetchFromGitHub {
owner = "idris-hackers";
@@ -22,6 +20,5 @@ build-idris-package {
description = "Code for Software Foundations in Idris";
homepage = https://github.com/idris-hackers/software-foundations;
maintainers = [ lib.maintainers.brainrape ];
inherit (idris.meta) platforms;
};
}