mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:26:14 -05:00
cleaned up firefox defnition? maybe?
This commit is contained in:
parent
adf9cb015d
commit
5778ed3544
1 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue