summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* * Refactoring: move most filesystem utilities / FUSE filesystems toEelco Dolstra2009-12-04
| | | | | | tools/filesystems. Previously they were all over the place. svn path=/nixpkgs/trunk/; revision=18809
* x86_64 darwin related changesRob Vermaas2009-11-27
| | | | svn path=/nixpkgs/trunk/; revision=18665
* Update xlaunch to match NixOS updateMichael Raskin2009-11-26
| | | | svn path=/nixpkgs/trunk/; revision=18655
* * Nix updated to nix-0.14pre18592.Eelco Dolstra2009-11-24
| | | | svn path=/nixpkgs/trunk/; revision=18594
* Fixing the filelight 1.0 expression (kde3), so it builds again.Lluís Batlle i Rossell2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18571
* Fix the cleanup-induced problemsMichael Raskin2009-11-23
| | | | svn path=/nixpkgs/trunk/; revision=18554
* myhasktags: new hashMarc Weber2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18535
* Allow libusb in gnokiiMichael Raskin2009-11-22
| | | | svn path=/nixpkgs/trunk/; revision=18533
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* * Grub 1.97.1.Eelco Dolstra2009-11-12
| | | | svn path=/nixpkgs/trunk/; revision=18332
* rxp requires CFLAG -D_GNU_SOURCEPjotr Prins2009-11-10
| | | | svn path=/nixpkgs/trunk/; revision=18318
* GNU Plotutils: cosmetic changes; adding myself as co-maintainer.Ludovic Courtès2009-11-06
| | | | svn path=/nixpkgs/trunk/; revision=18231
* * Nix 0.13.Eelco Dolstra2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18175
* Update x11vnc argumentsMichael Raskin2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18171
* Update GNokiiMichael Raskin2009-11-05
| | | | svn path=/nixpkgs/trunk/; revision=18167
* pkgs/tools/typesetting/asciidoc: updated to version 8.5.1Peter Simons2009-11-03
| | | | | | | New asciidoc versions do have a proper configure script. Using that simplifies the build instructions a bit. svn path=/nixpkgs/trunk/; revision=18076
* Finally I decided to add High Performance SSH.Lluís Batlle i Rossell2009-11-02
| | | | | | | | | | | | | | http://www.psc.edu/networking/projects/hpn-ssh/ I tried to keep the openssh hash not changing, unless the user sets hpn in getConfig style. I think that does not look as good as a patch changing the hash, but it may annoy less. Let me know if it is not ok. I don't think hpn should be the default, because it may have some insecurity implications I don't know of. But I used to enable it in all my machines, and I hope to do so unless advised otherwise. svn path=/nixpkgs/trunk/; revision=18073
* svn path=/nixpkgs/trunk/; revision=18061Eelco Dolstra2009-11-01
|
* Rename Tahoe to Tahoe-LAFS.Ludovic Courtès2009-10-31
| | | | svn path=/nixpkgs/trunk/; revision=18059
* Adding the bootchart capture script. It worked for me, run standalone, not ↵Lluís Batlle i Rossell2009-10-29
| | | | | | | | | | as init. I tried their website renderer, but it did not work for me. It may be shut down, because their last update is for 2006. Next steps: put it into nixos, and build the renderer (java!). svn path=/nixpkgs/trunk/; revision=18041
* * Improved a bunch of "name" attributes (mostly missing versionEelco Dolstra2009-10-28
| | | | | | numbers). svn path=/nixpkgs/trunk/; revision=17991
* * Add a missing version number.Eelco Dolstra2009-10-28
| | | | svn path=/nixpkgs/trunk/; revision=17988
* amazon ec2 api toolsRob Vermaas2009-10-27
| | | | svn path=/nixpkgs/trunk/; revision=17974
* Fixing cdrdao, getting also mp3 and ogg support in it.Lluís Batlle i Rossell2009-10-26
| | | | svn path=/nixpkgs/trunk/; revision=17972
* GNU GRUB 1.97.Ludovic Courtès2009-10-26
| | | | svn path=/nixpkgs/trunk/; revision=17965
* Adding vbetoolMichael Raskin2009-10-24
| | | | svn path=/nixpkgs/trunk/; revision=17952
* new: openjade, opensp - by Russell O'ConnorMarc Weber2009-10-22
| | | | svn path=/nixpkgs/trunk/; revision=17926
* Docbook2x needs libiconv to build successfully on Darwin.Peter Simons2009-10-19
| | | | svn path=/nixpkgs/trunk/; revision=17871
* adding ps2editMarc Weber2009-10-18
| | | | svn path=/nixpkgs/trunk/; revision=17863
* adding plotutilsMarc Weber2009-10-18
| | | | svn path=/nixpkgs/trunk/; revision=17862
* adding stunMarc Weber2009-10-18
| | | | svn path=/nixpkgs/trunk/; revision=17860
* typoMarc Weber2009-10-18
| | | | svn path=/nixpkgs/trunk/; revision=17857
* GRUB 2: Add GNU Unifont BDF font.Ludovic Courtès2009-10-13
| | | | svn path=/nixpkgs/trunk/; revision=17791
* * Fix broken meta attributes.Eelco Dolstra2009-10-13
| | | | svn path=/nixpkgs/trunk/; revision=17773
* Adding exiftagsLluís Batlle i Rossell2009-10-11
| | | | svn path=/nixpkgs/trunk/; revision=17748
* Adding jheadLluís Batlle i Rossell2009-10-11
| | | | svn path=/nixpkgs/trunk/; revision=17747
* * Fix some packages that broke because libuuid can be null on Darwin.Eelco Dolstra2009-10-08
| | | | | | | | buildDefs doesn't like buildInputs containing nulls. * In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to match the upstream name. svn path=/nixpkgs/trunk/; revision=17726
* debootstrap: missing patchMarc Weber2009-10-08
| | | | svn path=/nixpkgs/trunk/; revision=17722
* added pg_topRob Vermaas2009-10-08
| | | | svn path=/nixpkgs/trunk/; revision=17711
* added eggdrop, iftopRob Vermaas2009-10-08
| | | | svn path=/nixpkgs/trunk/; revision=17710
* adding debootstrap (bootstrap debian in a chroot)Marc Weber2009-10-08
| | | | svn path=/nixpkgs/trunk/; revision=17709
* pigz: an implementation of gzip that can take advantage of multi-core CPUsPeter Simons2009-10-07
| | | | | | Initial version. svn path=/nixpkgs/trunk/; revision=17707
* svn path=/nixpkgs/trunk/; revision=17689Eelco Dolstra2009-10-07
|
* * p7zip updated to 9.04.Eelco Dolstra2009-10-07
| | | | svn path=/nixpkgs/trunk/; revision=17688
* * Unzip 6.0.Eelco Dolstra2009-10-07
| | | | svn path=/nixpkgs/trunk/; revision=17687
* coreutils not needed as input for privoxyRob Vermaas2009-10-05
| | | | svn path=/nixpkgs/trunk/; revision=17647
* added privoxyRob Vermaas2009-10-05
| | | | svn path=/nixpkgs/trunk/; revision=17645
* openssl support or sitecopySander van der Burg2009-10-05
| | | | svn path=/nixpkgs/trunk/; revision=17640
* ssl support for sitecopyRob Vermaas2009-10-05
| | | | svn path=/nixpkgs/trunk/; revision=17639
* added sitecopyRob Vermaas2009-10-05
| | | | svn path=/nixpkgs/trunk/; revision=17638