3
0
Fork 0
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:
Matthew Bauer 2018-07-18 20:20:07 -04:00
parent 25c42e7736
commit aab3182ca4

View file

@ -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 { };