Eelco Dolstra
d56e3d6f5a
* Use string interpolation.
...
svn path=/nixpkgs/trunk/; revision=5243
2006-05-01 14:53:08 +00:00
Armijn Hemel
ba18de03b9
generic unpacker for some firmware which needs to be uploaded
...
svn path=/nixpkgs/trunk/; revision=5166
2006-04-18 11:01:59 +00:00
Armijn Hemel
8292f5c856
add bluetooth utilities (without libusb and openobex support though)
...
svn path=/nixpkgs/trunk/; revision=5165
2006-04-18 10:53:45 +00:00
Eelco Dolstra
321e4da7e8
* Copy more files.
...
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31 16:37:40 +00:00
Armijn Hemel
6d76f21f43
add gphoto2
...
svn path=/nixpkgs/trunk/; revision=4638
2006-01-31 14:22:08 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel
cb27290a7a
add xterm. Untested in NixOS (but will be in 10 minutes)
...
svn path=/nixpkgs/trunk/; revision=4604
2006-01-26 20:45:11 +00:00
Eelco Dolstra
4d905aa2ed
* Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
...
* Added an option to Adobe Reader to make it start faster (by deleting
all the plugins).
svn path=/nixpkgs/trunk/; revision=4406
2005-12-22 10:49:43 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
db8da13e0d
* Added t1lib, a library for Type 1 font support. Enabled it in xpdf.
...
svn path=/nixpkgs/trunk/; revision=4328
2005-12-02 23:21:40 +00:00
Eelco Dolstra
6281842b45
* Added Lesstif (a Motif clone).
...
* Enabled the actual xpdf GUI in xpdf.
svn path=/nixpkgs/trunk/; revision=4327
2005-12-02 22:49:51 +00:00
Armijn Hemel
f880e6e099
add xpdf
...
svn path=/nixpkgs/trunk/; revision=4311
2005-11-27 21:06:08 +00:00
Armijn Hemel
79036a1c87
add pinfo, a viewer for GNU info files for people who are used to sensible navigation in applications
...
svn path=/nixpkgs/trunk/; revision=4278
2005-11-13 15:02:31 +00:00
Eelco Dolstra
e542ee6e4f
* Build Acrobat Reader with Xinerama support. May or may not be useful.
...
svn path=/nixpkgs/trunk/; revision=4181
2005-11-01 11:34:47 +00:00
Eelco Dolstra
33eee5d50d
* wxGTK 2.6.
...
* Also updated chmlib, xchm.
svn path=/nixpkgs/trunk/; revision=4109
2005-10-19 15:15:37 +00:00
Eelco Dolstra
3c1c258aa5
* Use PatchELF 0.1.
...
svn path=/nixpkgs/trunk/; revision=4062
2005-10-11 13:31:33 +00:00
Eelco Dolstra
1dbb681b29
* Acrobat Reader updated to 7.0.1. Also use the new patchelf to
...
remove the need for a wrapper script.
svn path=/nixpkgs/trunk/; revision=3996
2005-10-02 22:24:09 +00:00
Armijn Hemel
6ef2284079
add cdrtools. There are some references to some package in /opt/schily, which I haven't checked out completely yet...
...
svn path=/nixpkgs/trunk/; revision=3755
2005-08-30 19:41:10 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
25584bc99d
* The hash of the Acrobat Reader tarball changed.
...
svn path=/nixpkgs/trunk/; revision=3024
2005-05-10 14:28:36 +00:00
Eelco Dolstra
cb751bd5c0
* Adobe Reader 7.0. The PPKLite module (whatever that is) is disabled
...
because it needs the LDAP libraries, and I'm too lazy to add them
now.
svn path=/nixpkgs/trunk/; revision=2457
2005-03-25 15:13:46 +00:00
Eelco Dolstra
47d7e060a5
* Acrobat Reader upgraded to 5.0.10.
...
* Removed acroread dependency on patchelf (it's in stdenv).
svn path=/nixpkgs/trunk/; revision=2418
2005-03-15 15:16:40 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
a44af44555
* Example 2.
...
svn path=/nixpkgs/trunk/; revision=1703
2004-11-05 20:54:19 +00:00
Eelco Dolstra
90fc1d314c
* Sync example with manual.
...
svn path=/nixpkgs/trunk/; revision=1687
2004-11-04 20:19:42 +00:00
Eelco Dolstra
f8718c601f
* Added Acrobat Reader. Thanks to patchelf this is entirely pure.
...
svn path=/nixpkgs/trunk/; revision=1507
2004-09-25 20:27:40 +00:00
Eelco Dolstra
32e4b9928d
* Added xchm, a Windows help viewer for X.
...
svn path=/nixpkgs/trunk/; revision=923
2004-04-06 17:47:34 +00:00
Eelco Dolstra
12ae5363ea
* Remove trivial builders.
...
* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra
256aec2e56
* Added GNU hello.
...
svn path=/nixpkgs/trunk/; revision=555
2003-11-27 12:09:22 +00:00