nixos/gnome3: don't install epiphany default

See https://github.com/NixOS/nixpkgs/issues/98819
This commit is contained in:
WORLDofPEACE 2020-10-10 22:12:59 -04:00
parent 6cd6626691
commit 13b192749c
2 changed files with 10 additions and 1 deletions

View File

@ -913,6 +913,13 @@ CREATE ROLE postgres LOGIN SUPERUSER;
</programlisting> </programlisting>
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The GNOME desktop manager no longer default installs <package>gnome3.epiphany</package>.
It was chosen to do this as it has a usability breaking issue (see issue <link xlink:href="https://github.com/NixOS/nixpkgs/issues/98819">#98819</link>)
that makes it unsuitable to be a default app.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>

View File

@ -374,7 +374,9 @@ in
baobab baobab
cheese cheese
eog eog
epiphany /* Not in good standing on nixos:
* https://github.com/NixOS/nixpkgs/issues/98819
/* epiphany */
gedit gedit
gnome-calculator gnome-calculator
gnome-calendar gnome-calendar