Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
guix-bioinformatics
/
guix
Seguir
3
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
gnu: readline: Turn 'patches' into a list.
* gnu/packages/readline.scm (readline): Turn 'patches' into a list.
gn-latest-20200428
Ludovic Courtès
hace 8 años
padre
7e2b10a53f
commit
8f557fc8b7
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
gnu/packages/readline.scm
+ 1
- 1
gnu/packages/readline.scm
Ver fichero
@ -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
)
)
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar