idrisPackages: Clean up packages
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, prelude
|
||||
, contrib
|
||||
, lightyear
|
||||
, bytes
|
||||
, lib
|
||||
, idris
|
||||
}:
|
||||
build-idris-package {
|
||||
name = "http";
|
||||
version = "2018-02-25";
|
||||
|
||||
idrisDeps = [ prelude contrib lightyear bytes ];
|
||||
idrisDeps = [ contrib lightyear bytes ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uwap";
|
||||
@@ -25,6 +23,5 @@ build-idris-package {
|
||||
homepage = https://github.com/uwap/idris-http;
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
inherit (idris.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user