cleaned up firefox defnition? maybe?

This commit is contained in:
Ryan Schanzenbacher 2024-03-20 19:43:55 -04:00
parent adf9cb015d
commit 5778ed3544
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -9,18 +9,9 @@
#:use-module (guix build-system trivial)
#:use-module (nongnu packages mozilla))
(define firefox*
(package/inherit
firefox
(inputs
(modify-inputs
(package-inputs firefox)
(delete "pipewire")
(append pipewire)))))
(define-public firefox-wayland-new
(package
(inherit firefox*)
(inherit firefox)
(name "firefox-wayland-new")
(native-inputs '())
(inputs