gnome-search-provider-browser-tabs: update code to use proper functions

This commit is contained in:
Gabriel Arazas 2022-02-23 16:34:07 +08:00
parent 9576d0cecd
commit 980f002ca2

View File

@ -17,10 +17,7 @@ let
license = licenses.mit;
platforms = platforms.unix;
};
in {
# This is used for flattenTree from the flake definition.
recurseForDerivations = true;
in lib.recurseIntoAttrs {
gnome-shell-extension = mkYarnPackage rec {
inherit meta;
pname = "gnome-search-provider-browser-tabs";