From 47fda57aaf5618c1b8ba26983618f8bd8ffb7dfd Mon Sep 17 00:00:00 2001 From: Nikita Mitasov Date: Sat, 4 Apr 2026 19:36:59 +0300 Subject: [PATCH] meta(guix): more appropriate licenses field --- mangowm.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mangowm.scm b/mangowm.scm index 87d412fe..c4fef055 100644 --- a/mangowm.scm +++ b/mangowm.scm @@ -15,7 +15,7 @@ #:use-module (gnu packages ninja) #:use-module (gnu packages pkg-config) #:use-module (guix build-system meson) - #:use-module (guix licenses)) + #:use-module ((guix licenses) #:prefix license:)) (define-public mangowm-git @@ -59,7 +59,9 @@ (synopsis "Wayland compositor based on wlroots and scenefx") (description "A Wayland compositor based on wlroots and scenefx, inspired by dwl but aiming to be more feature-rich.") - (license gpl3))) + (license (list license:gpl3 ;mangowm itself, dwl + license:expat ;dwm, sway, wlroots + license:cc0)))) ;tinywl (define-deprecated-package mangowc mangowm-git)