aboutsummaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-24 10:50:26 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-02-01 11:53:58 -0500
commit905b1b1081500aaea5050bf602337a7f78b1f01c (patch)
treee644984d9860df9f1f906e1177b84d6e6348d3a1 /tests/syscalls.scm
parentcdbe4a7c704ffe1d4bbdb632709f233aab31f942 (diff)
downloadguix-905b1b1081500aaea5050bf602337a7f78b1f01c.tar.gz
guix-905b1b1081500aaea5050bf602337a7f78b1f01c.zip
gnu: python2-send2trash: Do not set PYTHONPATH.
* gnu/packages/python-xyz.scm (python2-send2trash): Do not override the arguments field.
Diffstat (limited to 'tests/syscalls.scm')
0 files changed, 0 insertions, 0 deletions
820852888a0b370f0ccbce49'>guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich 2017-12-06Update NEWS.Ludovic Courtès 2017-12-06Update NEWS.Ludovic Courtès 2017-12-05Update NEWS.Ludovic Courtès 2017-12-04Update NEWS.Ludovic Courtès