This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gnu: readline: Turn 'patches' into a list.
* gnu/packages/readline.scm (readline): Turn 'patches' into a list.
gn-latest-20200428
Ludovic Courtès
7 years ago
parent
7e2b10a53f
commit
8f557fc8b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gnu/packages/readline.scm
+ 1
- 1
gnu/packages/readline.scm
View File
@@ -46,7 +46,7 @@
(sha256
(base32
"10ckm2bd2rkxhvdmj7nmbsylmihw0abwcsnxf8y27305183rd9kr"))
(patches (search-patch "readline-link-ncurses.patch"))
(patches (
list (
search-patch "readline-link-ncurses.patch"
)
))
(patch-flags '("-p0"))))
(build-system gnu-build-system)
(propagated-inputs `(("ncurses" ,ncurses)))
Write
Preview
Loading…
Cancel
Save