Commit f78d5ba8 authored by David Wronek's avatar David Wronek
Browse files

gnomeExtensions.named-workspaces: fix build

parent 3015f7f8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -243,4 +243,11 @@ lib.trivial.pipe super [
      rm utilities-teatime.svg
    '';
  })

  (patchExtension "named-workspaces@a31.at" {
    postPatch = ''
      # remove duplicate schema file
      rm schemas/org.gnome.shell.extensions.workspace-name.gschema.xml
    '';
  })
]