aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.scm
AgeCommit message (Expand)Author
2015-09-14doc: Use the recommended Scheme format....Apply the recommended formatting rules from '.dir-locals.el' to the examples in the manual in order to fulfill it's purpose of being a reference. * doc/package-hello.scm: Indent it. * doc/guix.texi (Defining Packages, Version Numbers): Likewise. * gnu/packages/base.scm (hello): Be consistent with the manual. Mathieu Lirzin
2015-08-19scripts: package: Add --install-from-file option....* guix/scripts/package.scm (show-help): Add help text for --install-from-file option. (%options): Add --install-from-file option. * tests/guix-package.sh: Test it. * doc/guix.texi ("invoking guix package"): Document it. * doc/package-hello.scm: New file. * doc.am (EXTRA_DIST): Add it. David Thompson
ass='msg-avail'>...Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-10gnu: phoronix-test-suite: Use latest version of gcc-toolchain....This is less likely to conflict with a user installed gcc-toolchain, unless they installed a specific version of it. * gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead of gcc-toolchain. Maxim Cournoyer 2022-06-26gnu: python-setuptools-scm: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here. Maxim Cournoyer 2022-06-22gnu: Add phoronix-test-suite....* gnu/packages/patches/phoronix-test-suite-fsdg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/benchmark.scm (phoronix-test-suite): New variable. (gcc-toolchain*): Likewise. Maxim Cournoyer 2022-05-12gnu: python-locust: Update to 2.8.6....* gnu/packages/benchmark.scm (python-locust): Update to 2.8.6. [phases]{relax-requirements}: New phase. {check}: Skip the test_distributed_shape test. [propagated-inputs]: Add python-jinja2. Maxim Cournoyer 2022-05-01gnu: fio: Use G-expressions....* gnu/packages/benchmark.scm (fio)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-05-01gnu: fio: Update to 3.30....* gnu/packages/benchmark.scm (fio): Update to 3.30. Tobias Geerinckx-Rice 2022-03-18gnu: Add sysbench....* gnu/packages/benchmark.scm (sysbench): New variable. Maxim Cournoyer 2022-03-03gnu: Add kdiskmark....* gnu/packages/benchmark.scm (kdiskmark): New variable. Maxim Cournoyer 2022-01-19gnu: python-locust: Update to 2.5.1....* gnu/packages/benchmark.scm (python-locust): Update to 2.5.1. [arguments]: Remove obsolete phase. Respect TESTS? in check phase. [native-inputs]: Add PYTHON-RETRY and PYTHON-SETUPTOOL-SCM. [propagated-inputs]: Add PYTHON-FLASK-CORS, PYTHON-ROUNDROBIN, and PYTHON-TYPING-EXTENSIONS. Marius Bakke