gnome-text-editor: update style path (#1296)

This commit is contained in:
lunabirkeland 2025-05-17 22:18:47 +01:00 committed by GitHub
parent 101d23dfac
commit 3c172cbbc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
'';
});
};