about summary refs log tree commit diff
path: root/pkgs/tools/misc
Commit message (Collapse)AuthorAge
* Merge pull request #19854 from andjscott/mlocateMichael Raskin2016-12-28
|\ | | | | [WIP] mlocate: init at version 0.26
| * mlocate: init at version 0.26Andrew Scott2016-10-25
| |
* | Merge pull request #21363 from nico202/hhpcAlexey Shmalko2016-12-27
|\ \ | | | | | | hhpc: init at 0.3.1
| * | hhpc: init at 0.3.1Nicolò Balzarotti2016-12-26
| | |
* | | unclutter: add missing licence (publicDomain)Nicolò Balzarotti2016-12-26
| | |
* | | os-prober: init at 1.65 (#21409)symphorien2016-12-25
| | | | | | | | | | | | | | | | | | | | | | | | * os-prober: init at 1.65 * os-prober: fix source url * os-prober: use sha256 instead of md5
* | | coreutils: Fix cross buildTuomas Tynkkynen2016-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `make install` was failing presumably due to an upstream cross-compilation bug: Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually). Stop. While at it, remove the old ugly cross buildPhase. It was seemingly trying to work around the fact that the man pages are generated by piping each command's --help output to help2man. That obviously doesn't work while cross-compiling. Instead, set PERL=missing in the environment to make the build system think there's no perl available to run help2man. (This approach was stolen from buildroot.)
* | | Merge branch 'staging'Vladimír Čunát2016-12-24
|\ \ \
| * | | Merge branch 'master' into stagingVladimír Čunát2016-12-22
| |\| |
| * | | Merge remote-tracking branch 'origin/master' into stagingAristid Breitkreuz2016-12-20
| |\ \ \
| * | | | Revert "Revert "Merge pull request #21234 from l2dy/coreutils-up""Vladimír Čunát2016-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ffb90e8c4fc0c8ed2d0fb817e5dafbded1c5a6c8. This moves the coreutils update from master.
* | | | | parallel: 20161122 -> 20161222mimadrid2016-12-23
| |_|/ / |/| | |
* | | | Merge pull request #21348 from dochang/lnavGraham Christensen2016-12-21
|\ \ \ \ | | | | | | | | | | lnav: 0.8.0 -> 0.8.1
| * | | | lnav: 0.8.0 -> 0.8.1Desmond O. Chang2016-12-22
| | | | |
* | | | | yank: 0.7.0 -> 0.7.1Desmond O. Chang2016-12-22
|/ / / /
* | | | youtube-dl: 2016-12-15 -> 2016-12-20 (#21342)Stefan Goetz2016-12-22
| | | |
* | | | parted: re-enable checksAristid Breitkreuz2016-12-20
| |/ / |/| |
* | | goaccess: 1.0 -> 1.1.1zimbatm2016-12-19
| | |
* | | parted: disable checks to fix Hydra build (fixes #21281)Aristid Breitkreuz2016-12-19
| | |
* | | youtube-dl: 2016.12.12 -> 2016.12.15 (#21258)Stefan Goetz2016-12-18
| | |
* | | Merge pull request #21057 from gnidorah/master3Thomas Tuegel2016-12-18
|\ \ \ | |/ / |/| | qtstyleplugins: init at 2016-12-01, kdecoration-viewer: init at 2015-08-20
| * | kdecoration-viewer: init at 2015-08-20Alex Ivanov2016-12-18
| | |
* | | Revert "Merge pull request #21234 from l2dy/coreutils-up"Vladimír Čunát2016-12-17
| | | | | | | | | | | | | | | | | | This reverts commit ee28ea0e919088f953a2202a1e756146d3ab508c, reversing changes made to f281ce8c2905c16ed34d31073024f14c109e9b1d. Moving to staging instead.
* | | profile-cleaner: 2.35 -> 2.36devhell2016-12-17
| | | | | | | | | | | | fixes #21237
* | | coreutils: 8.25 -> 8.26Zero King2016-12-17
| | |
* | | parallel: 20161022 -> 20161122Pascal Wittmann2016-12-15
| | |
* | | fzf: 0.15.1 -> 0.15.9zimbatm2016-12-14
| | |
* | | Merge pull request #20744 from kampka/python-autorandrJörg Thalheim2016-12-14
|\ \ \ | | | | | | | | autorandr: 59f6aec0b -> 53d29f9
| * | | autorandr: 59f6aec0b -> 53d29f9Christian Kampka2016-11-26
| | | |
* | | | youtube-dl: 2016.12.01 -> 2016.12.12 (#21122)Stefan Goetz2016-12-13
| | | |
* | | | Merge pull request #21046 from montag451/aptly-completionJaka Hudoklin2016-12-12
|\ \ \ \ | |_|/ / |/| | | aptly: add bash completion
| * | | aptly: add bash completionmontag4512016-12-11
| | | |
* | | | direnv: 2.9.0 -> 2.10.0zimbatm2016-12-10
|/ / /
* | | diffoscope: 52 -> 63Eelco Dolstra2016-12-08
| | |
* | | gti: 2015-05-21 -> 2016-12-07Joe Hermaszewski2016-12-07
| | | | | | | | | | | | | | | No need to replace gcc with cc thanks to https://github.com/rwos/gti/pull/26
* | | calamares: remove due to being broken and insecure.Graham Christensen2016-12-07
| | |
* | | coreutils-prefixed: Fix build since the single-binary changesTuomas Tynkkynen2016-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the symlinked build it's only renaming 'coreutils' to 'gcoreutils' and leaving all the actual command symlinks alone. Instead of custom renaming scripts, let's use --program-prefix from the autotools kitchen sink. This has the nice(?) bonus that the manpages also get prefixed with 'g' now. The build system refuses to enable both single-binary build and --program-prefix - but the symlink-based single-binary build couldn't possibly work either (as it will be looking at "$0" for which command to execute).
* | | Merge pull request #20837 from goetzst/youtube-dlJoachim F2016-12-01
|\ \ \ | | | | | | | | youtube-dl: 2016.11.27 -> 2016.12.01
| * | | youtube-dl: 2016.11.27 -> 2016.12.01Stefan Götz2016-12-01
| | | |
* | | | Merge pull request #20838 from lsix/update_hdf5Frederik Rietdijk2016-12-01
|\ \ \ \ | | | | | | | | | | hdf5: 1.8.16 -> 1.8.18
| * | | | hdf5: 1.8.16 -> 1.8.18Lancelot SIX2016-12-01
| |/ / / | | | | | | | | | | | | | | | | For release announcement, see https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.18-RELEASE.txt
* / / / pythonPackages.rpm: rpm for specific python versionFrederik Rietdijk2016-12-01
|/ / / | | | | | | | | | | | | rpm provides a Python module that is used by certain packages. We need to override pkgs.rpm to get a correct version.
* | | Merge remote-tracking branch 'upstream/staging' into masterTuomas Tynkkynen2016-11-30
|\ \ \
| * \ \ Merge branch 'master' into stagingVladimír Čunát2016-11-26
| |\ \ \
| * | | | libcpuid: use python2Frederik Rietdijk2016-11-24
| | | | |
| * | | | kargo: use python2Frederik Rietdijk2016-11-24
| | | | |
* | | | | lnav: fix compilationVincent Demeester2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nix-env -i lnav currently result of a failure: command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or directory This fixes by using pcre-cpp instead of pcre. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | | | Merge pull request #20750 from goetzst/youtube-dlJoachim F2016-11-27
|\ \ \ \ \ | | | | | | | | | | | | youtube-dl: 2016-11-22 -> 2016-11-27
| * | | | | youtube-dl: 2016-11-22 -> 2016-11-27Stefan Götz2016-11-27
| | |_|/ / | |/| | |
* / | | | zsh-navigation-tools: 2.1.16 -> 2.2.7Pascal Wittmann2016-11-27
|/ / / /