packages: Remove unecessary procedure calls from %patches-path definition

pull/3/head
Luis Guilherme Coelho 2024-02-20 09:08:51 -03:00
parent 99b7997992
commit 1c52d9fe48
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 2 deletions

View File

@ -7,6 +7,5 @@
(and=> (search-path %load-path "radix/packages.scm") (and=> (search-path %load-path "radix/packages.scm")
(compose list (compose list
(partial (flip string-append) (partial (flip string-append)
"/radix/packages/patches") "/packages/patches")
dirname
dirname))) dirname)))