forked from mirrors/nixpkgs
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'
This commit is contained in:
parent
25c42e7736
commit
aab3182ca4
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue