From 598aaa373c359046ee08ab5e7576ebaa4f0331e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 9 May 2019 23:29:48 +0200 Subject: Purify peertube derivation Fixes https://git.immae.eu/mantisbt/view.php?id=124 --- pkgs/webapps/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/webapps/default.nix') diff --git a/pkgs/webapps/default.nix b/pkgs/webapps/default.nix index 84e39ff..74f9550 100644 --- a/pkgs/webapps/default.nix +++ b/pkgs/webapps/default.nix @@ -65,7 +65,7 @@ rec { lib.attrsets.genAttrs names (name: callPackage (./nextcloud/apps + "/${name}.nix") { buildApp = nextcloud.buildApp; }); - peertube = callPackage ../impure/peertube { inherit mylibs; }; + peertube = callPackage ./peertube { inherit mylibs; }; phpldapadmin = callPackage ./phpldapadmin {}; rompr = callPackage ./rompr { inherit mylibs; }; -- cgit v1.2.3