gnome-text-editor: update style path (#1296)
This commit is contained in:
parent
101d23dfac
commit
3c172cbbc6
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ in
|
|||
gnome-text-editor = prev.gnome-text-editor.overrideAttrs (oldAttrs: {
|
||||
postFixup = ''
|
||||
${oldAttrs.postFixup or ""}
|
||||
cp ${style} $out/share/gnome-text-editor/styles/stylix.xml
|
||||
mkdir -p $out/share/gtksourceview-5/styles
|
||||
cp ${style} $out/share/gtksourceview-5/styles/stylix.xml
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue