about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2018-10-23 20:38:33 +0200
committerGitHub <noreply@github.com>2018-10-23 20:38:33 +0200
commit2eb372d59dd67e7eabe9f35472c10716b4cb38f7 (patch)
treefabbbd6a7a804899af75885179aeabd116cea819 /pkgs/top-level
parentd8d8a0ba14a7be1aa36bcbdf66b7f2cd9df9d3ff (diff)
downloadnixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar.gz
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar.bz2
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar.lz
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar.xz
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.tar.zst
nixlib-2eb372d59dd67e7eabe9f35472c10716b4cb38f7.zip
nixos/rootston: Remove the module and the package (#48905)
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:

"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]

Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c2434dfce5e3c8a3584467ae914b482ce9. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).

[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 2355c2085752..cfdeae1d67a3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17197,7 +17197,7 @@ with pkgs;
 
   wlc = callPackage ../development/libraries/wlc { };
   wlroots = callPackage ../development/libraries/wlroots { };
-  rootston = wlroots.bin;
+
   orbment = callPackage ../applications/window-managers/orbment { };
 
   sway = callPackage ../applications/window-managers/sway { };