summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
...
* | | | duply: platforms.unix -> platforms.linuxBjørn Forsman2013-08-22
| | | | | | | | | | | | | | | | Dependency ncftp fails to build on freebsd and darwin.
* | | | jing-trang: update to version 20091111Bjørn Forsman2013-08-22
| |_|/ |/| | | | | | | | | | | | | | Also add meta attributes and a wrapper for jing so that it can be invoked directly from the shell as "jing" (similar to Debian/Ubuntu). Trang already has such a wrapper.
* | | OpenSSH: add Kerberos supportChristophe Raffalli2013-08-22
| | |
* | | duply: new packageBjørn Forsman2013-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Duply is a shell front end for the duplicity backup tool http://duplicity.nongnu.org/. It greatly simplifies it's usage by implementing backup job profiles, batch commands and more. Who says secure backups on non-trusted spaces are no child's play? Homepage: http://duply.net/
* | | duplicity: add dependency on ncftp (makes ftp:// work)Bjørn Forsman2013-08-21
| | | | | | | | | | | | ncftp increases the closure size with 5 MiB. Now it is at 310 MiB.
* | | duplicity: 0.6.20 -> 0.6.21Bjørn Forsman2013-08-21
| | | | | | | | | | | | | | | | | | Update to latest stable release. See changelog: http://duplicity.nongnu.org/CHANGELOG
* | | ncftp: 3.2.4 -> 3.2.5Bjørn Forsman2013-08-21
| | | | | | | | | | | | | | | Also, add missing ncurses buildInput and add/update meta attributes. The homepage is back up!
* | | gnupg: update to version 2.0.21Peter Simons2013-08-21
| | |
* | | parcellite: update to 1.1.6Song Wenwu2013-08-19
| | | | | | | | | | | | Set platforms and add myself as a maintainer.
* | | Cleaned up ponysay build, and added maintainer metadata.Bodil Stokke2013-08-18
| | |
* | | mpack: add version 1.6Peter Simons2013-08-17
| | |
* | | haskell-lhs2tex: re-generate expression with recent version of cabal2nixPeter Simons2013-08-17
| | |
* | | unmaintain several packagesLudovic Courtès2013-08-16
| | |
* | | networking: Add bwm-ng expression.Vladimir Still2013-08-16
| | |
* | | p7zip: fix build on darwinJason "Don" O'Conal2013-08-15
|/ /
* | acoustid-fingerprinter: Add new package, v0.6.aszlig2013-08-14
| | | | | | | | | | | | | | | | This is the commandline tool for interacting with the chromaprint library and it's needed for Picard version 1.2 (as it no longer has support for AmpliFIND/PUIDs). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | python: fix alot by having magic and python_magic packagesDomen Kožar2013-08-13
| |
* | add python application substanced and it's dependenciesDomen Kožar2013-08-13
| |
* | curl: Add support for c-ares, asynchronous dns resolverJaka Hudoklin2013-08-12
| |
* | openssh: Update to 6.2p2Eelco Dolstra2013-08-12
| |
* | nixUnstable: Update to 1.6pre3187_3fb7ae0Eelco Dolstra2013-08-12
| |
* | unclutter: add to channelDomen Kožar2013-08-10
| |
* | torbutton: package version 1.6.1Evgeny Egorochkin2013-08-10
| |
* | btrfsprogs: upgrade to current git masterMathijs Kwik2013-08-10
| |
* | Adding ponysay.Bodil Stokke2013-08-10
| |
* | Merge pull request #793 from lovek323/grcatDomen Kožar2013-08-07
|\ \ | | | | | | grc: add expression
| * | grc: add expressionJason "Don" O'Conal2013-08-06
| | |
* | | Merge pull request #805 from lovek323/passDomen Kožar2013-08-07
|\ \ \ | | | | | | | | password-store: add expression
| * | | password-store: add expressionJason "Don" O'Conal2013-08-06
| | |/ | |/|
* | | xrestop: package 0.4Evgeny Egorochkin2013-08-06
| | |
* | | iodined: Fix iptables and route path to bin instead of sbinJaka Hudoklin2013-08-05
|/ /
* | Merge pull request #800 from edanaher/masterPeter Simons2013-08-02
|\ \ | | | | | | Add simple hsetroot package.
| * | Add simple hsetroot package.Evan Danaher2013-08-01
| | |
* | | nixpart: Update to bugfix version 0.4.1.aszlig2013-08-02
|/ / | | | | | | | | | | | | | | | | | | | | Contains the following fix: - Fix mounting btrfs when mount_only (-m) is used. I would like to update blivet as well, but at the moment it breaks for nixpart, so let's retry later when we're at 0.5.x or even 1.x :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | wicd: wrapper env vars prefix -> postfixBjørn Forsman2013-07-31
| | | | | | | | | | | | | | | | Change PATH=$PATH:deps to PATH=deps:$PATH in the wicd wrappers, because the latter is more deterministic; it prevents possibly wrong versions of dependencies to sneak in from the environment. Do the same for PYTHONPATH.
* | adding description to networkmanager pluginsRok Garbas2013-07-31
| |
* | openconnect and vpnc NetworkManager plugins addedRok Garbas2013-07-31
| | | | | | | | also openvpn plugin updated to the same version as NetworkManager
* | Move namePrefix="" python packages out of python-packges.nixDomen Kožar2013-07-31
|/ | | | | | | It doesn't make sense to build tools/applications with three different python interpreter versions, so move them out of python modules list. Also reverts 53ffc6e0ef395a2bd7651423d9783ad8184be1d0.
* offlineimap: remove python prefix from package nameBjørn Forsman2013-07-30
| | | | | | | | | OfflineIMAP is primarily a program/tool, not a python module (although it installs a python module too, for those who want to poke at its internals). Now we can install it with "nix-env -i offlineimap" instead of "nix-env -i python2.7-offlineimap".
* Fix unneeded inheritMichael Raskin2013-07-30
|
* Adding x-cape keyboard mapping helperMichael Raskin2013-07-30
|
* Bump disnix,disnixos and dysnomia to latest development versionsSander van der Burg2013-07-30
|
* gmvault: use logbook 0.4.2Domen Kozar2013-07-29
|
* iftop: improve meta attributesBjørn Forsman2013-07-28
| | | | | | | - The description attribute is very long, so rename it to longDescription and add a short text in the description attribute. - Use licenses.gpl2Plus instead of free form text "GPLv2+". - Add platforms attribute so that hydra will build the package.
* php53: fix build on darwin (close #748)Jason \"Don\" O'Conal2013-07-28
| | | | | | * add empty unix.h header * build with kerberos * ensure the binary has no extension
* wmctrl: add command-line window-manipulation tool (close #781)Sergey Mironov2013-07-27
|
* wmctrl: command-line window-manipulation toolSergey Mironov2013-07-27
|
* smartmontools: update to version 6.2Peter Simons2013-07-27
|
* Revert "networkmanager: we dont need networkmanager group anymore, just use ↵Domen Kozar2013-07-26
| | | | | | at_console policy" This reverts commit 52fe6943603ee39e41a0af9b7ff85c50953a87a6.
* hetzner-nixops-installer: Remove package.aszlig2013-07-26
| | | | | | | This package now is in NixOps directly, so we don't need it here anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>