Skip to content

Commit 48f057c

Browse files
authored
{opensycl,opensycleWIthRocm}: use lib.warnOnInstantiate instead of li… (#392739)
2 parents 3db3a0e + 7686a22 commit 48f057c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,8 +1170,8 @@ mapAliases {
11701170
openlp = throw "openlp has been removed for now because the outdated version depended on insecure and removed packages and it needs help to upgrade and maintain it; see https://github.com/NixOS/nixpkgs/pull/314882"; # Added 2024-07-29
11711171
openmpt123 = throw "'openmpt123' has been renamed to/replaced by 'libopenmpt'"; # Converted to throw 2024-10-17
11721172
openssl_3_0 = openssl_3; # Added 2022-06-27
1173-
opensycl = lib.warn "'opensycl' has been renamed to 'adaptivecpp'" adaptivecpp; # Added 2024-12-04
1174-
opensyclWithRocm = lib.warn "'opensyclWithRocm ' has been renamed to 'adaptivecppWithRocm '" adaptivecppWithRocm; # Added 2024-12-04
1173+
opensycl = lib.warnOnInstantiate "'opensycl' has been renamed to 'adaptivecpp'" adaptivecpp; # Added 2024-12-04
1174+
opensyclWithRocm = lib.warnOnInstantiate "'opensyclWithRocm' has been renamed to 'adaptivecppWithRocm'" adaptivecppWithRocm; # Added 2024-12-04
11751175
orchis = throw "'orchis' has been renamed to/replaced by 'orchis-theme'"; # Converted to throw 2024-10-17
11761176
onlyoffice-bin = onlyoffice-desktopeditors; # Added 2024-09-20
11771177
onlyoffice-bin_latest = onlyoffice-bin; # Added 2024-07-03

0 commit comments

Comments
 (0)