fix deriv for now

This commit is contained in:
Lynn Leichtle 2024-09-06 21:52:05 +02:00
parent 64a9404e1b
commit a64497cd9d
Signed by: lynn
GPG key ID: 55E797F631DDA03C

View file

@ -12,7 +12,8 @@
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module ((guix licenses) :prefix license:) #:use-module ((guix licenses) :prefix license:)
#:use-module ((nonguix licenses) :prefix non-license:)) ;#:use-module ((nonguix licenses) :prefix non-license:)
)
(define-public multimc (define-public multimc
(package (package
@ -95,7 +96,8 @@ a simple interface.")
license:isc ; Hoedown license:isc ; Hoedown
license:bsd-3 ; ColumnResizer license:bsd-3 ; ColumnResizer
;; Batch icon set: ;; Batch icon set:
(non-license:nonfree "file://COPYING.md"))))) ;(non-license:nonfree "file://COPYING.md")
))))
(define-public prismlauncher (define-public prismlauncher
(package (package