Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
guix-bioinformatics
/
guix
Observar
3
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
gnu: readline: Turn 'patches' into a list.
* gnu/packages/readline.scm (readline): Turn 'patches' into a list.
gn-latest-20200428
Ludovic Courtès
8 anos atrás
pai
7e2b10a53f
commit
8f557fc8b7
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
gnu/packages/readline.scm
+ 1
- 1
gnu/packages/readline.scm
Ver arquivo
@ -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
)
)
)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar