From b73f540beb28741163768e04e629c611b397acdf Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 2 Jul 2018 05:18:21 +0200 Subject: idrisPackages: Clean up packages --- pkgs/development/idris-modules/patricia.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pkgs/development/idris-modules/patricia.nix') diff --git a/pkgs/development/idris-modules/patricia.nix b/pkgs/development/idris-modules/patricia.nix index e3c1cb82f28c6..9ba8c6bb2d4d3 100644 --- a/pkgs/development/idris-modules/patricia.nix +++ b/pkgs/development/idris-modules/patricia.nix @@ -1,15 +1,13 @@ { build-idris-package , fetchFromGitHub -, prelude , specdris , lib -, idris }: build-idris-package { name = "patricia"; version = "2017-10-27"; - idrisDeps = [ prelude specdris ]; + idrisDeps = [ specdris ]; src = fetchFromGitHub { owner = "ChShersh"; @@ -27,6 +25,5 @@ build-idris-package { homepage = https://github.com/ChShersh/idris-patricia; license = lib.licenses.mit; maintainers = [ lib.maintainers.brainrape ]; - inherit (idris.meta) platforms; }; } -- cgit 1.4.1