aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-repl.sh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-05 13:34:41 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-05 15:16:26 +0200
commit4d9908cd6152192d77540423a1bf8cc61c240d83 (patch)
treee226c1482b93b490a21f900dc1f3095ff57af132 /tests/guix-repl.sh
parent6d2df3bd9e219ab11521768042bf25f10f57fd25 (diff)
downloadguix-4d9908cd6152192d77540423a1bf8cc61c240d83.tar.gz
guix-4d9908cd6152192d77540423a1bf8cc61c240d83.zip
gnu: r-jade: Update to 2.0-4.
* gnu/packages/cran.scm (r-jade): Update to 2.0-4.
Diffstat (limited to 'tests/guix-repl.sh')
0 files changed, 0 insertions, 0 deletions
packages/vnc.scm?id=a7bfc9d68f0dc5775df53fb6e5c81c6a1b3b5dcd'>gnu: tigervnc-server: Adjust PAM config....* gnu/packages/vnc.scm (tigervnc-server) [phases]{adjust-pam-config}: New phase. Maxim Cournoyer 2022-10-07gnu: tigervnc-server: Move source production into origin snippet....This will make it possible to patch command references in source files, and also makes it more transparent as to what sources get used. * gnu/packages/vnc.scm (tigervnc-server): Re-flow comment. [source]: Inherit from xorg-server. Add a snippet. Use a patch to apply the xserver patch. Fix file name. [phases]{copy-tvnc-xserver, patch-xserver}: Delete phases. {build-tigervnc, install-tigervnc-aux}: Adjust accordingly. Maxim Cournoyer 2022-10-07gnu: tigervnc-server: Use new style inputs, gexps....* gnu/packages/vnc.scm (%tigervnc-client-source): New variable. (tigervnc-server): Move input fields after arguments. [native-inputs]: Use new style and 'modify-inputs'. Do not add tigervnc-client regular inputs. [configure-flags]: Use gexps, cons* instead of append. [phases]: Use gexps. {check}: Replace smiley with an explanatory comment. {copy-tvnc-xserver}: Adjust default Makefile variables, which simplifies needed bindings in other phases. {build-tigervnc, build, install-tigervnc-aux, install}: Remove let*-bound variables. {build-tigervnc, build}: Honor PARALLEL-BUILD?. Maxim Cournoyer