Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa92851f778d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffcfb80781fc
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 18, 2020

  1. way-cooler: Remove

    As of 2020-01-09, way-cooler is officially dead:
    
        http://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html
    
    hence, remove the package and the module.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    
    docs/release-notes: remove way-cooler
    
    way-cooler: show warnings about removal
    
    Apply suggestions from code review
    
    Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
    
    way-cooler: add suggestion by @infinisil
    matthiasbeyer authored and gnidorah committed Jan 18, 2020
    Copy the full SHA
    29bb16a View commit details
  2. Merge pull request #77690 from gnidorah/way-cooler

    way-cooler: Remove
    worldofpeace authored Jan 18, 2020
    Copy the full SHA
    ffcfb80 View commit details
6 changes: 6 additions & 0 deletions nixos/doc/manual/release-notes/rl-2003.xml
Original file line number Diff line number Diff line change
@@ -168,6 +168,12 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
SDDM, GDM, or using the startx module which uses Xinitrc.
</para>
</listitem>
<listitem>
<para>
The Way Cooler wayland compositor has been removed, as the project has been officially canceled.
There are no more <literal>way-cooler</literal> attribute and <literal>programs.way-cooler</literal> options.
</para>
</listitem>
<listitem>
<para>
The BEAM package set has been deleted. You will only find there the different interpreters.
6 changes: 3 additions & 3 deletions nixos/modules/hardware/opengl.nix
Original file line number Diff line number Diff line change
@@ -43,11 +43,11 @@ in
description = ''
Whether to enable OpenGL drivers. This is needed to enable
OpenGL support in X11 systems, as well as for Wayland compositors
like sway, way-cooler and Weston. It is enabled by default
like sway and Weston. It is enabled by default
by the corresponding modules, so you do not usually have to
set it yourself, only if there is no module for your wayland
compositor of choice. See services.xserver.enable,
programs.sway.enable, and programs.way-cooler.enable.
compositor of choice. See services.xserver.enable and
programs.sway.enable.
'';
type = types.bool;
default = false;
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
@@ -159,7 +159,6 @@
./programs/venus.nix
./programs/vim.nix
./programs/wavemon.nix
./programs/way-cooler.nix
./programs/waybar.nix
./programs/wireshark.nix
./programs/x2goserver.nix
78 changes: 0 additions & 78 deletions nixos/modules/programs/way-cooler.nix

This file was deleted.

2 changes: 2 additions & 0 deletions nixos/modules/rename.nix
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ with lib;
(mkRemovedOptionModule [ "services.osquery" ] "The osquery module has been removed")
(mkRemovedOptionModule [ "services.fourStore" ] "The fourStore module has been removed")
(mkRemovedOptionModule [ "services.fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
(mkRemovedOptionModule [ "programs" "way-cooler" ] ("way-cooler is abandoned by its author: " +
"https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"))

# Do NOT add any option renames here, see top of the file
];
37 changes: 0 additions & 37 deletions pkgs/applications/window-managers/way-cooler/bar.diff

This file was deleted.

Loading