Skip to content

Commit

Permalink
rdf4store: throw removal messages
Browse files Browse the repository at this point in the history
Addition to #74214
I forgot to add aliases for package and modules after removal
  • Loading branch information
c0bw3b committed Dec 21, 2019
1 parent 9e1e7e3 commit b1b55ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/rename.nix
Expand Up @@ -25,6 +25,8 @@ with lib;
(mkRemovedOptionModule [ "services.beegfsEnable" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services.beegfs" ] "The BeeGFS module has been removed")
(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")

# Do NOT add any option renames here, see top of the file
];
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Expand Up @@ -344,6 +344,7 @@ mapAliases ({
quake3game = ioquake3; # added 2016-01-14
qwt6 = libsForQt5.qwt; # added 2015-12-19
qtpfsgui = throw "Is now luminanceHDR"; # added 2019-06-26
rdf4store = throw "rdf4store has been removed from nixpkgs."; # added 2019-12-21
rdiff_backup = rdiff-backup; # added 2014-11-23
rdmd = dtools; # added 2017-08-19
rhc = throw "deprecated in 2019-04-09: abandoned by upstream.";
Expand Down

0 comments on commit b1b55ba

Please sign in to comment.