From aab3182ca4a2b69bfd01db53e1e95c941425203b Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 18 Jul 2018 20:20:07 -0400 Subject: [PATCH] lollypop-portal: use callPackage otherwise we get this error on evaluation: derivation 'lollypop-portal' has invalid meta attribute 'override' derivation 'lollypop-portal' has invalid meta attribute 'overrideDerivation' --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index bfe9d8e726d..4f72fa6ba36 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -21251,7 +21251,7 @@ with pkgs; lilypond = lilypond-unstable; }; - lollypop-portal = callPackages ../misc/lollypop-portal { }; + lollypop-portal = callPackage ../misc/lollypop-portal { }; openlilylib-fonts = callPackage ../misc/lilypond/fonts.nix { };