summary refs log tree commit diff
path: root/pkgs/tools/misc
Commit message (Collapse)AuthorAge
* riemann-c-client: Update from 1.1.1 to 1.2.0Rickard Nilsson2014-08-06
|
* youtube-dl: update to 2014.08.02.1Mateusz Kowalczyk2014-08-02
|
* Merge branch 'i3-tests'.aszlig2014-08-01
|\ | | | | | | | | | | | | | | | | The reason I went through this whole journey of gathering dependencies and debugging just in order to get i3 tests working was because I wanted to supply test cases to a small patch I wrote for the upstream project. This adds/updates quite a few Perl packages and a X dummy helper, which are all needed in order to successfully run the test suite.
| * Add new package xdummy, a dummy X server.aszlig2014-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is actually a small script which just starts an X server without any real display. Right now only needed for running the test suite of the i3 window manager within the Nix chroot, but might be useful for running other tests needing a DISPLAY. Usage is just like a regular X server, so in order to start an instance for display :666, you just run it like this: xdummy :666 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
|/ | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Remove obsolete jackaudio version 1.Peter Simons2014-07-28
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Merge pull request #3367 from FlashKorten/emvlethalman2014-07-25
|\ | | | | Emv
| * emv: perl isn't needed after allSebastian Korten2014-07-25
| |
| * emv: Initial install scriptSebastian Korten2014-07-25
| |
* | tmux 1.9aJoel Taylor2014-07-23
| |
* | kalibrate-rtl: new packageBjørn Forsman2014-07-23
| | | | | | | | | | | | | | | | | | | | | | kalibrate-rtl calculates the local oscillator frequency offset in RTL-SDR devices. kalibrate-rtl has no tags/releases, so I'm using the latest commit from git master (dated 2013-12-14). I made an upstream issue about making a release back in May[1], but I've gotten no response yet. [1] https://github.com/steve-m/kalibrate-rtl/issues/7
* | picocom: Add dependency on lrzsz so that we can transfer filesWilliam A. Kennington III2014-07-23
| |
* | lrzsz: Add derivationWilliam A. Kennington III2014-07-23
| | | | | | | | | | [Bjørn Forsman: remove "a unix" from beginning of meta.description and capitalize first word]
* | jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
|/ | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Merge pull request #3323 from wjlroe/logstash-1.4.2Pascal Wittmann2014-07-21
|\ | | | | Logstash 1.4.2
| * License, platforms and maintainer for LogstashWilliam Roe2014-07-20
| |
| * Install all dirs for logstashWilliam Roe2014-07-14
| | | | | | | | Also only patch shebangs in bin/ directory
| * Bump Logstash to 1.4.2William Roe2014-07-11
| |
* | Merge pull request #3260 from linquize/gbdfedPascal Wittmann2014-07-21
|\ \ | | | | | | gbdfed: add package 1.6
| * | gbdfed: add package 1.6Linquize2014-07-13
| |/
* | openopc: new packageBjørn Forsman2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "OPC (OLE for Process Control) toolkit designed for use with Python" This package contains a python module (OpenOPC) and a command line client (opc). The OpenOPC Gateway Service for Windows is also copied to $out, for reference. It only works with python2.7 (not python3.x), so I'm not adding it to python-packages.nix. Also add needed dependency, python-pyro3, a distributed object middleware for Python (IPC/RPC). http://openopc.sourceforge.net/
* | added cv: Tool that shows the progress of coreutils programsPascal Wittmann2014-07-20
| |
* | cpuminer: update from 2.3.3 to 2.4 and build with -O3 as described in the ↵Pascal Wittmann2014-07-17
| | | | | | | | installation instructions
* | jdiskreport: Update to 1.4.1Eelco Dolstra2014-07-15
| |
* | dvtm: update from 0.11 to 0.12Pascal Wittmann2014-07-14
|/
* Update direnv to v2.4.0zimbatm2014-07-08
|
* New pkg: riemann-c-client version 1.1.1Rickard Nilsson2014-07-07
| | | | A C client library for the Riemann monitoring system
* Update gummiboot to the latestMichael Raskin2014-06-30
|
* fetchbzr, fetchdarcs, fetchhg: use `rev` attrBenno Fünfstück2014-06-28
| | | | | This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
* Merge pull request #3056 from aherrmann/pr_tablesFlorian Friesdorf2014-06-23
|\ | | | | Python module tables
| * hdf5: Update to 1.8.13Andreas Herrmann2014-06-22
| |
| * hdf5: Add szip as an optional dependencyAndreas Herrmann2014-06-22
| | | | | | | | | | | | | | This adds additional compression modes to hdf5. Note: The szip license may not be compatible with everyone's use case. Hence, it is an optional dependency.
| * hdf5: Add zlib as optional dependencyAndreas Herrmann2014-06-22
| | | | | | | | | | | | This adds addition compression modes to the hdf5 library. I am adding this, because pytables depends on it.
* | convmv: add meta.descriptionBjørn Forsman2014-06-22
|/
* Merge pull request #3004 from offlinehacker/pkgs/logstash/update_1_3_3Austin Seipp2014-06-18
|\ | | | | logstash: update to 1.3.3
| * logstash: update to 1.3.3Jaka Hudoklin2014-06-18
| |
* | Merge recent masterVladimír Čunát2014-06-15
|\ \
| * | fix licenCe typosVladimír Čunát2014-06-12
| | |
* | | Merge recent masterVladimír Čunát2014-06-12
|\| |
| * | t1utils: new packageBjørn Forsman2014-06-11
| |/ | | | | | | t1utils is a collection of simple Type 1 font manipulation programs.
* | Merge recent master into p/stdenvVladimír Čunát2014-06-09
|\| | | | | | | Merged just before the pypi update, as it seems to cause problems on Hydra.
| * debootstrap: update from 1.0.42 to 1.0.60Rob Vermaas2014-05-27
| |
| * ethtool: update from 3.13 to 3.14Rob Vermaas2014-05-27
| |
| * Merge pull request #2773 from ederoyd46/masterMichael Raskin2014-05-27
| |\ | | | | | | Added goaccess package
| | * Added goaccess packageMatthew Brown2014-05-27
| | |
| * | add screenfetchRicky Elrod2014-05-27
| |/ | | | | | | Signed-off-by: Ricky Elrod <ricky@elrod.me>
* | Merge #1187 into p/stdenvVladimír Čunát2014-05-29
|\ \ | |/ |/| | | Tested building firefox, kdelibs, evince on x86_64-linux.
| * grub: Add support for grsecurityRicardo M. Correia2014-05-15
| |
* | pv: update from 1.5.2 to 1.5.3Rob Vermaas2014-05-22
| |