From 71a53faf2e1925a309b480f17e5b836740ce54bc Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Thu, 21 Dec 2023 15:01:35 +0100 Subject: nongnu: firefox-wayland: Make deprecation public. * nongnu/packages/mozilla.scm (firefox-wayland): Make the deprecation public. Follow-up: 75541ecc299ad884e1e9dc04e8d4a347bfe40cbf Fixes: https://gitlab.com/nonguix/nonguix/-/merge_requests/386#note_1704258921 Reported-by: Ada Stevenson --- nongnu/packages/mozilla.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index a207db2..fdc2ca7 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -564,4 +564,5 @@ the official icon and the name \"firefox\"."))) ;; As of Firefox 121.0, Firefox uses Wayland by default. This means we no longer need a seperate package ;; for Firefox on Wayland. -(deprecated-package "firefox-wayland" firefox) +(define-public firefox-wayland + (deprecated-package "firefox-wayland" firefox)) -- cgit v1.2.3