aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--battering/packages/palemoon.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/battering/packages/palemoon.scm b/battering/packages/palemoon.scm
index 72cd9d5..022dd02 100644
--- a/battering/packages/palemoon.scm
+++ b/battering/packages/palemoon.scm
@@ -376,3 +376,8 @@ Unified XUL Platform (UXP), which in turn is a fork of the Mozilla code base wit
(package
(inherit (make-palemoon #:with-gtk3? #t))
(name "palemoon-gtk3")))
+
+(define-public basilisk/gtk3
+ (package
+ (inherit (make-basilisk #:with-gtk3? #t))
+ (name "basilisk-gtk3")))