gnu: milkytracker: Drop trailing #T from snippet.
* gnu/packages/music.scm (milkytracker)[source]: Drop trailing #T.
This commit is contained in:
parent
8582e68499
commit
dcb0c379f6
1 changed files with 1 additions and 2 deletions
|
@ -4013,8 +4013,7 @@ using the beets FetchArt plugin.")
|
||||||
'(begin
|
'(begin
|
||||||
(delete-file-recursively "resources/music")
|
(delete-file-recursively "resources/music")
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("add_subdirectory\\(resources/music\\)") ""))
|
(("add_subdirectory\\(resources/music\\)") ""))))))
|
||||||
#t))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check target
|
'(#:tests? #f ; no check target
|
||||||
|
|
Reference in a new issue