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
Andres Löh
2527df90cd
* added irssi
...
svn path=/nixpkgs/trunk/; revision=9051
2007-08-05 18:22:12 +00:00
Michael Raskin
908786f816
Added ratpoison window manager
...
svn path=/nixpkgs/trunk/; revision=9039
2007-08-03 22:25:15 +00:00
Michael Raskin
c3529a7a73
Changed hash to match updated download on macromedia site.
...
svn path=/nixpkgs/trunk/; revision=9032
2007-08-02 21:37:38 +00:00
Eelco Dolstra
f643c7bcb8
* Another security critical release.
...
svn path=/nixpkgs/trunk/; revision=9028
2007-08-01 15:48:26 +00:00
Eelco Dolstra
259f619d8d
* VLC 0.8.6c.
...
svn path=/nixpkgs/trunk/; revision=9027
2007-07-28 22:23:58 +00:00
Eelco Dolstra
327ceccecb
* Thunderbird 2.0.0.5.
...
svn path=/nixpkgs/trunk/; revision=9026
2007-07-28 20:21:57 +00:00
Eelco Dolstra
7d5152714e
* Some updates.
...
svn path=/nixpkgs/trunk/; revision=9025
2007-07-28 20:19:33 +00:00
Michael Raskin
6b2b602299
Corrected handling of latex errors.
...
svn path=/nixpkgs/trunk/; revision=9000
2007-07-18 20:32:51 +00:00
Wouter den Breejen
860a5d0b70
Worked on openoffice (2)
...
svn path=/nixpkgs/trunk/; revision=8998
2007-07-18 16:45:50 +00:00
Wouter den Breejen
fa88a69936
Worked on openoffice
...
svn path=/nixpkgs/trunk/; revision=8997
2007-07-18 16:45:07 +00:00
Yury G. Kudryashov
4b33c46279
* ion-3 and elinks added, missprint in qt-4 corrected
...
svn path=/nixpkgs/trunk/; revision=8993
2007-07-17 19:29:53 +00:00
Michael Raskin
26ad059fb5
Added cdrkit to burn DVDs.
...
svn path=/nixpkgs/trunk/; revision=8958
2007-07-07 22:31:37 +00:00
Michael Raskin
ee4bc350af
Added pidgin-latex.
...
svn path=/nixpkgs/trunk/; revision=8957
2007-07-07 19:22:28 +00:00
Michael Raskin
1253a722f5
Updated ImageMagick version. Old version seems to be unavailable, and earlier had a checksum change.
...
svn path=/nixpkgs/trunk/; revision=8956
2007-07-07 13:34:39 +00:00
Michael Raskin
9b43958df5
Version bump. Wireshark.org has already pulled old version off site...
...
svn path=/nixpkgs/trunk/; revision=8950
2007-07-06 13:07:14 +00:00
Eelco Dolstra
ebc3234b5e
* Make Thunderbird 2.x the default.
...
svn path=/nixpkgs/trunk/; revision=8949
2007-07-05 20:33:32 +00:00
Michael Raskin
67ae8e3d38
Added ImageMagick
...
svn path=/nixpkgs/trunk/; revision=8939
2007-07-01 22:31:24 +00:00
Michael Raskin
c02cfe4fbe
Added DjVuLibre
...
svn path=/nixpkgs/trunk/; revision=8938
2007-07-01 20:11:32 +00:00
Yury G. Kudryashov
40657fbece
* ncurses: added symlinks for bynary packages linked against libncurses. Tested
...
with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin: Got rid of builder.sh, added ncurses to the dependencies, so it builds
finch.
* xorg: Added glproto and mesaHeaders to xf86videosis dependencies. Now it
compiles.
* pwgen: Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2: Version bump. Added 'static' option for use in initrd.
svn path=/nixpkgs/trunk/; revision=8923
2007-06-28 09:53:12 +00:00
Michael Raskin
d80093f2ff
Added version suffixes.
...
svn path=/nixpkgs/trunk/; revision=8921
2007-06-26 12:13:17 +00:00
Michael Raskin
42f841bcab
Added some descriptions.
...
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Michael Raskin
cc85843116
Added xmove - proxy X server which can move its clients to another one.
...
Useful with Xvfb - so you can save your X session during needed
reload of X.
svn path=/nixpkgs/trunk/; revision=8917
2007-06-25 21:46:18 +00:00
Michael Raskin
02d12c9ff6
Added Dia.
...
svn path=/nixpkgs/trunk/; revision=8903
2007-06-20 12:20:39 +00:00
Eelco Dolstra
4c7104113a
* Thunderbird 2.0.0.4.
...
svn path=/nixpkgs/trunk/; revision=8888
2007-06-18 10:25:17 +00:00
Armijn Hemel
ad0ec5a27c
2.0.0 -> 2.0.1
...
svn path=/nixpkgs/trunk/; revision=8871
2007-06-12 12:33:55 +00:00
Eelco Dolstra
03668c40c5
* Use the PAM service "slim", not "login".
...
svn path=/nixpkgs/trunk/; revision=8860
2007-06-10 20:00:14 +00:00
Eelco Dolstra
fffe4c7900
* /var/state -> /var/run.
...
svn path=/nixpkgs/trunk/; revision=8851
2007-06-09 19:46:27 +00:00
Eelco Dolstra
6d58d51440
* Subversion 1.4.4.
...
svn path=/nixpkgs/trunk/; revision=8849
2007-06-09 19:04:33 +00:00
Eelco Dolstra
263048b23d
* Build SLiM with PAM support.
...
svn path=/nixpkgs/trunk/; revision=8829
2007-06-05 11:25:59 +00:00
Eelco Dolstra
803f369435
* Thunderbird 2.0.0.0.
...
svn path=/nixpkgs/trunk/; revision=8820
2007-06-02 20:32:24 +00:00
Eelco Dolstra
958e4ce394
* Firefox 2.0.0.4.
...
svn path=/nixpkgs/trunk/; revision=8819
2007-06-02 17:16:54 +00:00
Wouter den Breejen
adba260749
removed useless result symlink
...
svn path=/nixpkgs/trunk/; revision=8788
2007-05-28 14:15:25 +00:00
Wouter den Breejen
2b4220fb88
added putty
...
svn path=/nixpkgs/trunk/; revision=8787
2007-05-28 14:14:12 +00:00
Wouter den Breejen
5200276c3b
nixpkgs dir: nvidia and libsrvg
...
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00
Eelco Dolstra
05596b8b51
* Darcs should do an explicit -lz, since it's no longer getting it
...
implicitly through curl (because curl 7.16 has -lz as a private
dependency in its pkgconfig file).
svn path=/nixpkgs/trunk/; revision=8777
2007-05-27 10:29:10 +00:00
Eelco Dolstra
e6779a3701
* Use patchelf 0.3.
...
svn path=/nixpkgs/trunk/; revision=8767
2007-05-24 16:00:05 +00:00
Eelco Dolstra
840e872e9d
* Pan 0.130.
...
svn path=/nixpkgs/trunk/; revision=8734
2007-05-23 09:45:24 +00:00
Eelco Dolstra
62b0dddf0e
* Fix Darwin evaluation errors.
...
svn path=/nixpkgs/trunk/; revision=8709
2007-05-16 14:54:28 +00:00
Eelco Dolstra
ffa7b32970
* Wrapped Firefox: make it evaluate on x86_64-linux.
...
svn path=/nixpkgs/trunk/; revision=8707
2007-05-16 14:34:27 +00:00
Armijn Hemel
ceb097cd01
partial fix for linking problems
...
svn path=/nixpkgs/trunk/; revision=8696
2007-05-14 22:49:45 +00:00
Armijn Hemel
6c64b29d2a
cleanups, problems not fixed yet
...
svn path=/nixpkgs/trunk/; revision=8693
2007-05-14 18:25:18 +00:00
Armijn Hemel
1a879a423a
update to newer version, still has rpath problems
...
svn path=/nixpkgs/trunk/; revision=8692
2007-05-14 16:59:15 +00:00
Armijn Hemel
4c113abb5e
0.128 -> 0.129
...
svn path=/nixpkgs/trunk/; revision=8689
2007-05-14 11:20:18 +00:00
Armijn Hemel
d2086b5e53
lynx 2.8.6
...
svn path=/nixpkgs/trunk/; revision=8687
2007-05-14 01:36:50 +00:00
Armijn Hemel
375526c382
remove gaim, clean up pidgin dependencies a bit
...
svn path=/nixpkgs/trunk/; revision=8683
2007-05-14 00:51:30 +00:00
Armijn Hemel
5a6c931123
7.0 -> 7.1
...
svn path=/nixpkgs/trunk/; revision=8682
2007-05-14 00:33:03 +00:00
Armijn Hemel
2ea67fd385
sylpheed 2.4.1
...
svn path=/nixpkgs/trunk/; revision=8681
2007-05-14 00:29:30 +00:00
Armijn Hemel
7e4289df47
2.6.8 -> 2.6.9
...
svn path=/nixpkgs/trunk/; revision=8680
2007-05-14 00:18:13 +00:00
Armijn Hemel
eb42cad8ce
xchat 2.8.2, cleanups
...
svn path=/nixpkgs/trunk/; revision=8679
2007-05-14 00:13:48 +00:00
Armijn Hemel
6b6a304af8
clean up for gimp and other packages
...
svn path=/nixpkgs/trunk/; revision=8678
2007-05-14 00:05:34 +00:00
Armijn Hemel
c068774f59
cleanups, build graphical frontend too
...
svn path=/nixpkgs/trunk/; revision=8677
2007-05-14 00:04:39 +00:00
Armijn Hemel
48039a1e77
2.4.5 -> 2.4.6, remove some unnecessary deps
...
svn path=/nixpkgs/trunk/; revision=8676
2007-05-13 23:56:45 +00:00
Armijn Hemel
16fc4c0838
ethereal -> wireshark
...
update to 0.99.5
svn path=/nixpkgs/trunk/; revision=8675
2007-05-13 23:24:34 +00:00
Armijn Hemel
2560ded6e2
2.3.16
...
svn path=/nixpkgs/trunk/; revision=8671
2007-05-13 22:34:58 +00:00
Armijn Hemel
0f087ce9a0
2.0.3 -> 2.0.6
...
svn path=/nixpkgs/trunk/; revision=8663
2007-05-13 17:59:15 +00:00
Martin Bravenboer
109a74d558
Pidgin needs libXScrnSaver to make the automatic status changes work
...
(without this library it will always switch to Away after 5 minutes
and never make you Available again)
Build pidgin for release
Don't build Gaim for release
svn path=/nixpkgs/trunk/; revision=8661
2007-05-13 16:19:46 +00:00
Martin Bravenboer
93393a6748
Added aspell
...
Added gtkspell
Added pidgin, builds but does not run yet:
running pidgin fails to find libX11.so.6. ldd on pidgin reports:
libX11.so.6 => not found
....
libX11.so.6 => /nix/store/brsva6rh1p2ymjvk7054a90is5panrhf-libX11-1.1.1/lib/libX11.so.6 (0xb7358000)
which looks a bit weird ... Maybe some problem with patchelf? Or just
a build problem and should the library path be set using an
environment variable?
svn path=/nixpkgs/trunk/; revision=8660
2007-05-13 14:22:24 +00:00