fix name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(define-module (gchannel packages code-server)
|
(define-module (gchannel packages floorp)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
@@ -85,12 +85,6 @@
|
|||||||
|
|
||||||
(mkdir-p (string-append #$output "/share/applications"))
|
(mkdir-p (string-append #$output "/share/applications"))
|
||||||
(write-desktop-entry (string-append #$output "/share/applications/" "floorp.desktop") desktop-entry))
|
(write-desktop-entry (string-append #$output "/share/applications/" "floorp.desktop") desktop-entry))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; A function to write the desktop entry to a file
|
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(add-after 'create 'wrap
|
(add-after 'create 'wrap
|
||||||
|
|||||||
Reference in New Issue
Block a user