From a64497cd9d0cafb4b09b00d3525e87f717a59161 Mon Sep 17 00:00:00 2001 From: Lynn Leichtle Date: Fri, 6 Sep 2024 21:52:05 +0200 Subject: [PATCH] fix deriv for now --- artoria/packages/games.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/artoria/packages/games.scm b/artoria/packages/games.scm index 8d49d4e..3e3e727 100644 --- a/artoria/packages/games.scm +++ b/artoria/packages/games.scm @@ -12,7 +12,8 @@ #:use-module (guix gexp) #:use-module (guix git-download) #:use-module ((guix licenses) :prefix license:) - #:use-module ((nonguix licenses) :prefix non-license:)) + ;#:use-module ((nonguix licenses) :prefix non-license:) + ) (define-public multimc (package @@ -95,7 +96,8 @@ a simple interface.") license:isc ; Hoedown license:bsd-3 ; ColumnResizer ;; Batch icon set: - (non-license:nonfree "file://COPYING.md"))))) + ;(non-license:nonfree "file://COPYING.md") + )))) (define-public prismlauncher (package