summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
Commit message (Collapse)AuthorAge
* gnu: toybox: Update to 0.8.2.Tobias Geerinckx-Rice2019-12-01
| | | | * gnu/packages/busybox.scm (toybox): Update to 0.8.2.
* gnu: busybox: Don't install to usr.Efraim Flashner2019-06-17
| | | | | * gnu/packages/busybox.scm (busybox)[arguments]: Add a custom phase to prevent installing to %PREFIX/usr.
* gnu: toybox: Don't install files to usr.Efraim Flashner2019-06-17
| | | | | * gnu/packages/busybox.scm (toybox)[arguments]: Add custom phase to remove any files installed in $PREFIX/usr.
* gnu: toybox: Update to 0.8.1.Tobias Geerinckx-Rice2019-06-06
| | | | * gnu/packages/busybox.scm (toybox): Update to 0.8.1.
* gnu: toybox: Update to 0.8.0.Tobias Geerinckx-Rice2019-02-17
| | | | * gnu/packages/busybox.scm (toybox): Update to 0.8.0.
* gnu: Add toybox.Efraim Flashner2018-12-12
| | | | * gnu/packages/busybox.com (toybox): New variable.
* gnu: busybox: Update to 1.29.3.Tobias Geerinckx-Rice2018-09-18
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.29.3.
* gnu: busybox: Update to 1.29.1.Efraim Flashner2018-07-19
| | | | | * gnu/packages/busybox.scm (busybox): Update to 1.29.1. [arguments]: Add custom phase to change the default value of TASKSET.
* gnu: busybox: Return #t from all phases.Tobias Geerinckx-Rice2018-06-22
| | | | | * gnu/packages/busybox.scm (busybox)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: busybox: Fix indentation.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
* gnu: busybox: Update to 1.26.2.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.26.2.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: busybox: Update to 1.26.0.Efraim Flashner2016-12-25
| | | | | * gnu/packages/busybox.scm (busybox): Update to 1.26.0. [arguments]: Enable previously broken grep test.
* gnu: busybox: Use 'modify-phases'.Efraim Flashner2016-06-30
| | | | * gnu/packages/busybox.scm (busybox)[arguments]: Use 'modify-phases'.
* gnu: busybox: Update to 1.25.0.Efraim Flashner2016-06-30
| | | | | * gnu/packages/busybox.scm (busybox): Update to 1.25.0. [native-inputs]: Add which.
* gnu: Adjust formatting as recommended by 'guix lint'.宋文武2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aidc.scm (barcode, qrencode), gnu/packages/bash.scm (bash, bash-completion), gnu/packages/busybox.scm (busybox), gnu/packages/cdrom.scm (cdparanoia), gnu/packages/cmake.scm (cmake), gnu/packages/conkeror.scm (conkeror), gnu/packages/cook.scm (cook), gnu/packages/curl.scm (curl), gnu/packages/docbook.scm (docbook-xsl), gnu/packages/enlightenment.scm (enlightenment), gnu/packages/games.scm (abbaye), gnu/packages/geeqie.scm (exiv2), gnu/packages/gimp.scm (gegl), gnu/packages/gl.scm (glu, freeglut, ftgl), gnu/packages/glib.scm (glib), gnu/packages/gnome.scm (orbit2, gconf, geocode-glib), gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base), gnu/packages/linux.scm (util-linux), gnu/packages/lisp.scm (gcl, ecl), gnu/packages/maths.scm (gnuplot, hdf5), gnu/packages/ssh.scm (dropbear), gnu/packages/web.scm (json-c): Remove tabulations and trailing white spaces or reformat to fit within 80 columns. * gnu/packages/audio.scm (aubio), gnu/packages/emacs.scm (emacs-s), gnu/packages/engineering.scm (geda-gaf), gnu/packages/games.scm (dosbox), gnu/packages/gnome.scm (gusb), gnu/packages/gtk.scm (gtk+), gnu/packages/guile.scm (guile-wisp), gnu/packages/hurd.scm (hurd-headers), gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
* gnu: busybox: Parameterize reference to /gnu/store.Taylan Ulrich Bayırlı/Kammer2015-05-15
| | | | | * gnu/packages/busybox.scm (busybox): Call %store-directory instead of referencing "/gnu/store" directly.
* gnu: busybox - whitespace changes only.John Darrington2014-11-19
| | | | * gnu/packages/busybox.scm: Adjust formatting of description field.
* gnu: Add busybox.John Darrington2014-06-13
* gnu/packages/busybox.scm: New file. * gnu-system.am: Add gnu/packages/busybox.scm.