idrisPackages: Clean up packages
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, prelude
|
||||
, lib
|
||||
, idris
|
||||
}:
|
||||
build-idris-package {
|
||||
name = "setoids";
|
||||
version = "2017-03-13";
|
||||
|
||||
idrisDeps = [ prelude ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "danilkolikov";
|
||||
repo = "setoids";
|
||||
@@ -21,6 +17,5 @@ build-idris-package {
|
||||
description = "Idris proofs for extensional equalities";
|
||||
homepage = https://github.com/danilkolikov/setoids;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
inherit (idris.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user