nixos/file-roller: drop
Drops the `programs.file-roller` option as it is not needed for the program to function and removes all instances of it being used within nixpkgs. In addition, file-roller is also removed from being included by default in GNOME as it's not part of the GNOME core applications and file archival functions are handled by nautilus (GNOME Files).
This commit is contained in:
@@ -75,6 +75,10 @@ in
|
||||
"programs"
|
||||
"goldwarden"
|
||||
] "'goldwarden' has been removed from nixpkgs.")
|
||||
(mkRemovedOptionModule [
|
||||
"programs"
|
||||
"file-roller"
|
||||
] "Not required for the package to function anymore, use `pkgs.file-roller` instead.")
|
||||
(mkRemovedOptionModule [ "programs" "pantheon-tweaks" ] ''
|
||||
pantheon-tweaks is no longer a switchboard plugin but an independent app,
|
||||
adding the package to environment.systemPackages is sufficient.
|
||||
|
||||
Reference in New Issue
Block a user