From d7e3b55bb6808805163bc25a4621f4c06c02793b Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 7 May 2015 06:50:27 +0200 Subject: release.nix: Fix evaluation error with mkChannel. Since we now have everything within the vuizvui namespace at the top- level Nix expression we also need to reference mkChannel from within that namespace. Signed-off-by: aszlig --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 99f3810b..abee0c2e 100644 --- a/release.nix +++ b/release.nix @@ -66,7 +66,7 @@ in with pkgsUpstream.lib; with builtins; { in with releaseLib; mapTestOn (packagePlatforms releaseLib.pkgs); channels = let - mkChannel = attrs: root.pkgs.mkChannel (rec { + mkChannel = attrs: root.pkgs.vuizvui.mkChannel (rec { name = "vuizvui-channel-${attrs.name or "generic"}-${vuizvuiVersion}"; src = vuizvui; patchPhase = '' -- cgit 1.4.1