From 0a31199baa48635ba14da997fabbb20e236b4e71 Mon Sep 17 00:00:00 2001 From: 4zv4l <4zv4l@protonmail.com> Date: Sun, 30 Nov 2025 23:54:37 +0800 Subject: [PATCH] change: guix package definition return its own package object --- mangowc.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mangowc.scm b/mangowc.scm index 786579eb..e68a204f 100644 --- a/mangowc.scm +++ b/mangowc.scm @@ -46,3 +46,5 @@ (description "A Wayland compositor based on wlroots and scenefx, inspired by dwl but aiming to be more feature-rich.") (license gpl3))) + +mangowc-git