gimpPlugins: use makeScope

This commit is contained in:
Jan Tojnar 2019-05-12 14:40:30 +02:00
parent e74e2e838d
commit d5dfc1cd8b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -35,7 +35,8 @@ let
};
in
rec {
stdenv.lib.makeScope pkgs.newScope (self: with self; {
gap = pluginDerivation {
/* menu:
Video
@ -223,4 +224,4 @@ rec {
};
*/
}
})