From dff8b5932bd45c9b3c21209e076b0c0d140bc2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 26 Apr 2019 14:05:15 +0200 Subject: Use mylibs explicitly in pkgs --- pkgs/mutt-ics/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/mutt-ics') diff --git a/pkgs/mutt-ics/default.nix b/pkgs/mutt-ics/default.nix index 26f95eb..a8a529b 100644 --- a/pkgs/mutt-ics/default.nix +++ b/pkgs/mutt-ics/default.nix @@ -1,5 +1,5 @@ -{ python3Packages, fetchedGithub }: +{ python3Packages, mylibs }: with python3Packages; -buildPythonApplication (fetchedGithub ./mutt-ics.json // { +buildPythonApplication (mylibs.fetchedGithub ./mutt-ics.json // { propagatedBuildInputs = [ icalendar ]; }) -- cgit v1.2.3