mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
gimpPlugins: use makeScope
This commit is contained in:
parent
e74e2e838d
commit
d5dfc1cd8b
@ -35,7 +35,8 @@ let
|
||||
};
|
||||
|
||||
in
|
||||
rec {
|
||||
|
||||
stdenv.lib.makeScope pkgs.newScope (self: with self; {
|
||||
gap = pluginDerivation {
|
||||
/* menu:
|
||||
Video
|
||||
@ -223,4 +224,4 @@ rec {
|
||||
};
|
||||
*/
|
||||
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user