Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
d6705992aa
* Enable CUPS (printing) support in OpenOffice.
...
* Add OpenOffice to the channel.
svn path=/nixpkgs/trunk/; revision=9285
2007-09-10 14:03:01 +00:00
Wouter den Breejen
37baf87b57
svn path=/nixpkgs/trunk/; revision=9277
2007-09-07 11:05:02 +00:00
Eelco Dolstra
366743f163
* Woohoo, OpenOffice finally builds. And it even runs :-) Saving
...
now works as well.
Small detail: you have to set LD_LIBRARY_PATH to libjpeg at
runtime. Will fix.
svn path=/nixpkgs/trunk/; revision=9276
2007-09-07 07:08:20 +00:00
Wouter den Breejen
7855b93dab
Forgot one.
...
svn path=/nixpkgs/trunk/; revision=9272
2007-09-06 18:52:39 +00:00
Wouter den Breejen
82994290e6
Added 3 more missing xlibs which have to be put in LD_LIBRARY_PATH to openoffice.
...
svn path=/nixpkgs/trunk/; revision=9271
2007-09-06 18:51:10 +00:00
Wouter den Breejen
9dbaeb8794
Awesome! another hour wasted by a missing dependecy libXext
...
svn path=/nixpkgs/trunk/; revision=9268
2007-09-06 17:04:57 +00:00
Wouter den Breejen
964aee2850
Forgot --with-system-hsqldb flag
...
svn path=/nixpkgs/trunk/; revision=9267
2007-09-06 16:51:14 +00:00
Wouter den Breejen
1a29c7d715
Added local hsqldb config line --with-hsqldb-jar=/lib/hsqldb.jar
...
svn path=/nixpkgs/trunk/; revision=9266
2007-09-06 15:57:34 +00:00
Eelco Dolstra
028900eb1b
* Try to build with Java support (not yet tested).
...
svn path=/nixpkgs/trunk/; revision=9262
2007-09-06 15:31:41 +00:00
Eelco Dolstra
8746f18f0d
* More OpenOffice hackery. Added the magic incantations to get it to
...
install (of course there's no "make install", that would be too
easy). Also create some wrapper scripts "oowriter", "oodraw" etc.
(I haven't done a full build of this yet, I've hacked on a tmpdir
left behind by nix-build -K.)
svn path=/nixpkgs/trunk/; revision=9260
2007-09-06 15:00:33 +00:00
Eelco Dolstra
5b220fb397
* Some more attempts at getting OpenOffice (2.2.1) to build.
...
It compiles now, but I haven't figure out how to do the
equivalent of a "make install". But you can build with -K
and then do
$ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util
$ dmake openoffice_en-US PKGFORMAT=archive
and you get a big tarball in
/tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US
that you can unpack anywhere to get a more-or-less working OpenOffice.
svn path=/nixpkgs/trunk/; revision=9257
2007-09-05 13:56:12 +00:00
Marc Weber
3c596b4e2c
rxvt added
...
svn path=/nixpkgs/trunk/; revision=9256
2007-09-05 08:25:23 +00:00
Marc Weber
121ab831d7
mrxvt terminal emulator supporting bg images added
...
svn path=/nixpkgs/trunk/; revision=9255
2007-09-04 20:06:18 +00:00
Marc Weber
9b6d60f961
svn path=/nixpkgs/trunk/; revision=9250
2007-09-04 13:26:33 +00:00
Marc Weber
8544d7313f
additionally copying the lib/opera/plugin/libnpp.so into the executable
...
directory to make plugins work and get rid of the missing library warning
svn path=/nixpkgs/trunk/; revision=9244
2007-09-03 15:07:19 +00:00
Marc Weber
088a6817db
added:
...
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul
changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added
svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Eelco Dolstra
1adacdf150
* Make screenshots work in the Gimp, add it to the channel.
...
svn path=/nixpkgs/trunk/; revision=9229
2007-08-31 13:14:20 +00:00
Andres Löh
6399d000a2
* upgrade darcs to 1.0.9
...
svn path=/nixpkgs/trunk/; revision=9214
2007-08-28 19:50:55 +00:00
Eelco Dolstra
867e7e2847
* Subversion 1.4.5.
...
svn path=/nixpkgs/trunk/; revision=9205
2007-08-28 08:33:30 +00:00
Eelco Dolstra
d39fd2a578
* Rewrite all the kernel.org URLs to mirror://kernel/.
...
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00
Eelco Dolstra
544cb9cb83
* Rewrite all URLs to GNU mirrors to mirror://gnu/.
...
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
45a2c87402
* Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of
...
fetchurl {
url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2 ;
md5 = "8306775c6a11de4d72345b5eee970ea6";
};
you can write
fetchurl {
url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2;
md5 = "8306775c6a11de4d72345b5eee970ea6";
};
which causes fetchurl to try the SourceForge mirrors listed in the
`sourceforge' attribute in build-support/fetchurl/mirrors.nix.
(They're currently tried in sequence, and the lists of mirrors are
not configurable yet.)
The syntax for mirror URLs is mirror://site/path/to/file, where
`site' is currently one of `sourceforge', `gnu' (mirrors of
ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of
http://www.all.kernel.org/pub/ ).
svn path=/nixpkgs/trunk/; revision=9197
2007-08-27 12:44:01 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Armijn Hemel
ec9d5c9471
update to 2.1.1
...
svn path=/nixpkgs/trunk/; revision=9187
2007-08-22 12:29:26 +00:00
Eelco Dolstra
16c6da0129
* Emacs 22.1. This is the default now, but 21.4 is still around
...
(as is the 23.0.0.1 alpha).
svn path=/nixpkgs/trunk/; revision=9175
2007-08-20 13:48:56 +00:00
Eelco Dolstra
b5db5e6e61
* Fix /bin/pwd and /bin/ls so that `firefox <filename>' works on
...
NixOS.
svn path=/nixpkgs/trunk/; revision=9173
2007-08-20 13:04:14 +00:00
Armijn Hemel
cf9bc5c79c
update to 2.4.0-rc1. Does not fix NIXPKGS-54
...
svn path=/nixpkgs/trunk/; revision=9151
2007-08-18 01:20:34 +00:00
Michael Raskin
282c064669
Moved pidgin-latex to pidgin-plugins, added aggregatable link for pidgin-otr.
...
svn path=/nixpkgs/trunk/; revision=9147
2007-08-17 09:31:09 +00:00
Armijn Hemel
c8c3eb7c18
add Off The Record, encryption plugin for pidgin. Needs a pidgin wrapper to work nicely.
...
svn path=/nixpkgs/trunk/; revision=9146
2007-08-16 23:16:42 +00:00
Armijn Hemel
813f26af95
move some buildInputs to propagatedBuildInputs, since these are also used by some external Pidgin plugins
...
svn path=/nixpkgs/trunk/; revision=9145
2007-08-16 23:14:52 +00:00
Armijn Hemel
63aa0fbb30
update to 2.1.0
...
svn path=/nixpkgs/trunk/; revision=9141
2007-08-16 21:07:45 +00:00
Michael Raskin
54a1f25c4c
Added conditional concatenation and used it for name and configureFlags generation.
...
svn path=/nixpkgs/trunk/; revision=9136
2007-08-15 21:17:11 +00:00
Andres Löh
e00feaaad1
* added gv (ghostscript-with-X is a dependency)
...
svn path=/nixpkgs/trunk/; revision=9122
2007-08-14 14:09:58 +00:00
Eelco Dolstra
06a60d35d5
* xine-ui now needs pkgconfig.
...
svn path=/nixpkgs/trunk/; revision=9119
2007-08-14 12:58:09 +00:00
Eelco Dolstra
fbfed1e2d8
* xine-lib 1.1.7, xine-ui 0.99.5.
...
svn path=/nixpkgs/trunk/; revision=9118
2007-08-14 12:10:11 +00:00
Eelco Dolstra
5ede228a68
* Thunderbird 2.0.0.6.
...
svn path=/nixpkgs/trunk/; revision=9115
2007-08-14 10:15:49 +00:00
Andres Löh
86874956a5
* be more fault tolerant in the unison wrapper
...
svn path=/nixpkgs/trunk/; revision=9114
2007-08-13 17:08:14 +00:00
Michael Raskin
118e9d6ebf
Corrected a flaw that made automated package silently accept any extra arguments
...
svn path=/nixpkgs/trunk/; revision=9101
2007-08-11 11:14:36 +00:00
Michael Raskin
efbabdb598
Converted Vim package to a template-based form with only lists filled in manually. Added library functions to support it. Added two proposed package templates to top-level, so that every discussion about package format can result in just editing templates or adding new ones.
...
svn path=/nixpkgs/trunk/; revision=9100
2007-08-11 10:34:07 +00:00
Michael Raskin
2d6a65b666
Included some configuration for Vim.
...
svn path=/nixpkgs/trunk/; revision=9099
2007-08-10 19:53:30 +00:00
Andres Löh
3d519c2bed
* add unison
...
- unison uses a wrapper script to add font-schumacher-misc to the local X font path
if the font isn't already present; this is necessary for it to work, but not terribly
nice ...
* lablgtk is a dependency of unison
- handling of library dirs with ocaml is a hack so far; in principle, ocaml needs
a general setup for library dirs like ghc
svn path=/nixpkgs/trunk/; revision=9094
2007-08-10 08:21:31 +00:00
Eelco Dolstra
e9aa891e4a
* Pan 0.132.
...
svn path=/nixpkgs/trunk/; revision=9079
2007-08-09 13:38:19 +00:00
Armijn Hemel
fcd736f20b
add PythonMagick 0.7
...
svn path=/nixpkgs/trunk/; revision=9078
2007-08-09 01:11:51 +00:00
Armijn Hemel
9ca1e31d3e
6.3.5-0 -> 6.3.5-5
...
svn path=/nixpkgs/trunk/; revision=9076
2007-08-09 00:14:14 +00:00
Eelco Dolstra
081b456a17
* Revert to a version that works.
...
svn path=/nixpkgs/trunk/; revision=9073
2007-08-08 22:34:50 +00:00
Andres Löh
681551d96c
* add mercurial
...
svn path=/nixpkgs/trunk/; revision=9069
2007-08-08 13:36:58 +00:00
Andres Löh
e539c80d47
* add SSL and IMAP support to mutt
...
svn path=/nixpkgs/trunk/; revision=9056
2007-08-06 12:18:55 +00:00
Andres Löh
d1f24e346f
* added mutt (almost unusable so far, since no extra stuff is compiled in)
...
svn path=/nixpkgs/trunk/; revision=9052
2007-08-05 18:23:53 +00:00