Eelco Dolstra
deb889e5f2
* OpenSSH 4.7p1. Also pass --with-mantype=man to prevent an impurity
...
where "make install" installs the manpages under either "man" or
"cat" depending on whether it can run /usr/bin/groff (or something
like that).
svn path=/nixpkgs/trunk/; revision=9503
2007-10-22 11:41:30 +00:00
Andres Löh
b46d7a86f6
* fix syntax error due to nested comment
...
svn path=/nixpkgs/trunk/; revision=9502
2007-10-22 08:51:48 +00:00
Marc Weber
e87c6a6793
sox, ffmpeg_svn expressions added
...
ghcPkgUtil defines a function to create setup-hook
- creating a packagedatabase (nix-support/package.conf)
- adding it to GHC_PACKAGE_PATH
see comments for details
svn path=/nixpkgs/trunk/; revision=9500
2007-10-22 00:51:40 +00:00
Armijn Hemel
614a3b47c6
update to 2.17
...
svn path=/nixpkgs/trunk/; revision=9499
2007-10-20 17:39:28 +00:00
Yury G. Kudryashov
2a79431f99
add_to_var renamed to addToSearchPath
...
svn path=/nixpkgs/trunk/; revision=9498
2007-10-19 20:26:06 +00:00
Yury G. Kudryashov
c4c17a7843
Fixed typo, added function add_to_var
...
The function for use in setup hooks. The syntax is very simple:
add_to_var varName needDir addDir prefix
If the directory $prefix$needDir exists, directory $prefix$addDir is added to
variable named varName (using PATH_DELIMITER as delimiter). If addDir is "", it
defaults to needDir (this is a most common case).
svn path=/nixpkgs/trunk/; revision=9496
2007-10-19 19:29:36 +00:00
Yury G. Kudryashov
4152053259
boost upgraded to 1.34.1
...
svn path=/nixpkgs/trunk/; revision=9495
2007-10-19 19:17:06 +00:00
Eelco Dolstra
cdc7562c63
* Firefox 2.0.0.8
...
svn path=/nixpkgs/trunk/; revision=9489
2007-10-19 15:15:28 +00:00
Eelco Dolstra
fa274c6171
* Doh.
...
svn path=/nixpkgs/trunk/; revision=9486
2007-10-19 14:26:57 +00:00
Eelco Dolstra
f154e79040
svn path=/nixpkgs/trunk/; revision=9485
2007-10-19 14:19:39 +00:00
Eelco Dolstra
17dccfe4f4
* Add cdrkit instead of cdrtools to the channel.
...
svn path=/nixpkgs/trunk/; revision=9484
2007-10-19 14:16:43 +00:00
Andres Löh
23d6fce80d
* adding ghc-6.8 even though it still segfaults on my machine
...
(it's marked lowPrio for now, so it shouldn't break anything)
svn path=/nixpkgs/trunk/; revision=9482
2007-10-19 13:24:29 +00:00
Eelco Dolstra
dc49f13eef
* Latest version.
...
svn path=/nixpkgs/trunk/; revision=9479
2007-10-19 11:38:58 +00:00
Eelco Dolstra
54111f87ba
* Standards compliance.
...
svn path=/nixpkgs/trunk/; revision=9476
2007-10-19 09:07:01 +00:00
Michael Raskin
dcb59e3541
Worked around fresh ImageMagick misfeature with dvi.
...
svn path=/nixpkgs/trunk/; revision=9475
2007-10-19 08:00:38 +00:00
Michael Raskin
2a59b66914
Corrected fpc configuration generation after update.
...
svn path=/nixpkgs/trunk/; revision=9474
2007-10-19 07:59:48 +00:00
Eelco Dolstra
e6d3ff75ae
* Hack no longer needed.
...
svn path=/nixpkgs/trunk/; revision=9472
2007-10-18 21:09:42 +00:00
Eelco Dolstra
eaa4db148d
* libxml2 / libxslt: provide a setup hook that prevents xmllint and
...
xsltproc from downloading DTDs from the network, which is impure.
This caused a lot of problems with Gnome builds in the build farm,
because those downloads are slow and would sometimes fail.
The setup hook also sets up $XML_CATALOG_FILES.
svn path=/nixpkgs/trunk/; revision=9471
2007-10-18 21:08:47 +00:00
Eelco Dolstra
f6073d7f34
* Added the old DocBook XML 4.1.2 (Gnome needs it).
...
svn path=/nixpkgs/trunk/; revision=9469
2007-10-18 15:12:49 +00:00
Eelco Dolstra
2fedd61d38
* Refactoring the old DocBook DTDs (step 1).
...
svn path=/nixpkgs/trunk/; revision=9468
2007-10-18 14:32:06 +00:00
Eelco Dolstra
8d4986e2e8
* Added smartmontools.
...
svn path=/nixpkgs/trunk/; revision=9466
2007-10-18 13:05:43 +00:00
Yury G. Kudryashov
0be5d907b8
New samba package.
...
Previous samba package is buggy: for example, builder.sh tries to install
something to /var.
I've written new package. Currently it builds, and I have no Windows network to
check whether it works.
* There is no upstart job yet because I don't need server, only client.
svn path=/nixpkgs/trunk/; revision=9459
2007-10-12 21:08:45 +00:00
Yury G. Kudryashov
51e3a34bdb
Added kde-team version for qt4.
...
KDE4 needs their own version of qt4 (with KDE patches). I've added this version.
You could choose Trolltech version for specific package by
qt4 = qt4_alts.trolltech
or change default in configuration.nix
svn path=/nixpkgs/trunk/; revision=9458
2007-10-12 20:38:39 +00:00
Yury G. Kudryashov
8a0194b4e5
Added OpenEXR and ilmbase. Actually, ilmbase is a part of OpenEXR
...
svn path=/nixpkgs/trunk/; revision=9457
2007-10-12 20:33:03 +00:00
Yury G. Kudryashov
203c236135
Added slapd to openldap
...
svn path=/nixpkgs/trunk/; revision=9456
2007-10-12 20:30:19 +00:00
Yury G. Kudryashov
b167a71f29
enchant library added
...
svn path=/nixpkgs/trunk/; revision=9455
2007-10-12 20:27:15 +00:00
Eelco Dolstra
2243a1f496
* Backward compatibility with Nix 0.10.
...
svn path=/nixpkgs/trunk/; revision=9449
2007-10-12 09:20:36 +00:00
Michael Raskin
77a46300fa
Added patch from Gentoo for glibc 2.6 compatibility. It just randomly renames an inner function, so glibc 2.5-safe.
...
svn path=/nixpkgs/trunk/; revision=9441
2007-10-11 03:41:29 +00:00
Eelco Dolstra
deca7d257f
* Nix expression for installing some fonts from Vista.
...
svn path=/nixpkgs/trunk/; revision=9432
2007-10-09 12:05:38 +00:00
Eelco Dolstra
08f647a5e6
* Added a telnet client.
...
svn path=/nixpkgs/trunk/; revision=9431
2007-10-09 09:56:39 +00:00
Michael Raskin
c86efaec81
Added E authomated theorem prover and script eproof-tptp for TPTP syntax.
...
svn path=/nixpkgs/trunk/; revision=9418
2007-10-07 13:37:08 +00:00
Eelco Dolstra
5794f85ed8
* Added XML::DOM, updated some other Perl modules.
...
svn path=/nixpkgs/trunk/; revision=9417
2007-10-06 18:56:23 +00:00
Michael Raskin
8c7f215381
Uncommented mkDerivationByName. Now it doesn't break everything
...
svn path=/nixpkgs/trunk/; revision=9415
2007-10-06 18:17:47 +00:00
Michael Raskin
7aec010f6a
Added aMule
...
svn path=/nixpkgs/trunk/; revision=9413
2007-10-06 15:59:35 +00:00
Michael Raskin
3b8b925153
Commented someadditions out and corrected spelling - mkDerivationByConfiguration ruins all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=9408
2007-10-05 07:26:23 +00:00
Michael Raskin
0de5cbedef
Corrected vncserver
...
svn path=/nixpkgs/trunk/; revision=9406
2007-10-05 05:55:44 +00:00
Michael Raskin
187c737e3c
FPC version bump
...
svn path=/nixpkgs/trunk/; revision=9405
2007-10-04 19:18:31 +00:00
Michael Raskin
3ea21c3fdc
Added Xvnc build to tightvnc
...
svn path=/nixpkgs/trunk/; revision=9404
2007-10-04 18:49:04 +00:00
Marc Weber
a6f18fb565
jack added - compiles - haven't done any testing yet
...
svn path=/nixpkgs/trunk/; revision=9403
2007-10-03 22:38:09 +00:00
Eelco Dolstra
046a7c735a
* bakoma-ttf: TrueType versions of the Computer Modern and AMS TeX Fonts.
...
svn path=/nixpkgs/trunk/; revision=9402
2007-10-03 16:10:22 +00:00
Armijn Hemel
7841a05eb1
bump to 2.2.1
...
svn path=/nixpkgs/trunk/; revision=9400
2007-10-03 15:38:19 +00:00
Eelco Dolstra
33238a2bbf
* findSingle: return a caller-specified value if there are multiple
...
matching elements in the list.
svn path=/nixpkgs/trunk/; revision=9397
2007-10-03 13:26:24 +00:00
Eelco Dolstra
459b386ff9
* xpdf updated to 3.02pl1. Also patch its configuration file so that
...
it uses the Base-14 fonts from Ghostscript.
svn path=/nixpkgs/trunk/; revision=9396
2007-10-03 12:16:48 +00:00
Michael Raskin
2d9f1f42b6
Now Guile works
...
svn path=/nixpkgs/trunk/; revision=9394
2007-10-02 20:48:39 +00:00
Michael Raskin
1bfaf17b14
Bumped Wine version
...
svn path=/nixpkgs/trunk/; revision=9393
2007-10-02 20:06:24 +00:00
Michael Raskin
d2c1953e8d
Updated keynav; new features; do not forget to copy keynavrc from share/keynav/doc to ~/.keynavrc
...
svn path=/nixpkgs/trunk/; revision=9391
2007-10-01 19:47:53 +00:00
Yury G. Kudryashov
7d9d5b1484
Added redland library (also known as librdf)
...
svn path=/nixpkgs/trunk/; revision=9390
2007-10-01 15:14:50 +00:00
Yury G. Kudryashov
889baf5551
Added exiv2-0.15 library
...
svn path=/nixpkgs/trunk/; revision=9389
2007-10-01 15:12:41 +00:00
Yury G. Kudryashov
ce6aef6574
Added cyrus-sasl-2.1.22 with openssl
...
svn path=/nixpkgs/trunk/; revision=9388
2007-10-01 15:11:38 +00:00
Yury G. Kudryashov
b11756b9e4
Added cppunit (kde4 needs it)
...
svn path=/nixpkgs/trunk/; revision=9387
2007-10-01 15:09:29 +00:00
Yury G. Kudryashov
82b608d93f
Added optional unicode support to pcre. Building old (non-unicode) package by
...
default.
svn path=/nixpkgs/trunk/; revision=9386
2007-10-01 15:07:55 +00:00
Michael Raskin
1994bd5b6a
Some corrections to 2.6.23-rc8; builds now
...
svn path=/nixpkgs/trunk/; revision=9383
2007-09-28 20:34:48 +00:00
Michael Raskin
0274e5e95a
Added something like linux_2_6_23. Really -rc8. Rationale:
...
1. Not to forget all the systemKernel choices.
2. To learn new problems, so that adding actual 2.6.23 will be easily done.
svn path=/nixpkgs/trunk/; revision=9381
2007-09-28 09:56:47 +00:00
Michael Raskin
2c2a03a2b8
Finally added sane way to add mutiple kernel options without hacking all-packages.nix..
...
svn path=/nixpkgs/trunk/; revision=9378
2007-09-27 19:12:52 +00:00
Eelco Dolstra
aae986fcf9
* Linux 2.6.22.9.
...
svn path=/nixpkgs/trunk/; revision=9377
2007-09-27 15:57:01 +00:00
Michael Raskin
3dc3021d01
Renamed replace executable to replace-literal (Yurii Kudryashov noticed conflict with MySQL)
...
svn path=/nixpkgs/trunk/; revision=9376
2007-09-27 14:48:09 +00:00
Eelco Dolstra
d4d6b5424d
* Chatzilla 0.9.78.1.
...
svn path=/nixpkgs/trunk/; revision=9374
2007-09-26 18:46:43 +00:00
Michael Raskin
dd9777e091
Added some more kernel options advised by PowerTOP.
...
svn path=/nixpkgs/trunk/; revision=9373
2007-09-26 03:13:37 +00:00
Michael Raskin
8036507a29
Added maxima
...
svn path=/nixpkgs/trunk/; revision=9372
2007-09-26 00:19:26 +00:00
Michael Raskin
dd5daab9d1
Options for kernel and checker for configuration.nix
...
svn path=/nixpkgs/trunk/; revision=9371
2007-09-25 19:03:07 +00:00
Wouter den Breejen
218ec9ae8b
Updated nvidia drivers. (maybe this fixes occasional blackscreens and freezes)
...
svn path=/nixpkgs/trunk/; revision=9368
2007-09-24 14:28:52 +00:00
Michael Raskin
13551216b3
Corrected synaptics.
...
svn path=/nixpkgs/trunk/; revision=9365
2007-09-24 08:59:29 +00:00
Michael Raskin
43e0727f04
corrected /dev/null patch
...
svn path=/nixpkgs/trunk/; revision=9363
2007-09-23 18:05:11 +00:00
Michael Raskin
2c25696b76
Returned timidity and its expression with a last-minute-fix..
...
svn path=/nixpkgs/trunk/; revision=9362
2007-09-23 16:28:56 +00:00
Armijn Hemel
8edbf115d0
outcomment timidity, since the expressions for it seem to be missing
...
svn path=/nixpkgs/trunk/; revision=9361
2007-09-23 16:03:07 +00:00
Marc Weber
aec8aa6ed1
sorry for the typo
...
svn path=/nixpkgs/trunk/; revision=9360
2007-09-23 15:17:30 +00:00
Michael Raskin
e163ec6ebe
Added TiMidity MIDI renderer
...
svn path=/nixpkgs/trunk/; revision=9359
2007-09-23 14:47:11 +00:00
Armijn Hemel
e0d357058b
add powertop (www.linuxpowertop.org)
...
svn path=/nixpkgs/trunk/; revision=9358
2007-09-23 10:59:54 +00:00
Eelco Dolstra
3595fc845d
* Fixed gnuplotX.
...
svn path=/nixpkgs/trunk/; revision=9357
2007-09-22 23:18:55 +00:00
Yury G. Kudryashov
53bd841c1b
mirrors: sf: alias for sourceforge
...
svn path=/nixpkgs/trunk/; revision=9356
2007-09-22 19:59:31 +00:00
Marc Weber
fff189ae08
xclip added
...
svn path=/nixpkgs/trunk/; revision=9355
2007-09-21 21:40:23 +00:00
Eelco Dolstra
ebacd32b71
* Added libgd.
...
* gnuplot 4.2.2.
svn path=/nixpkgs/trunk/; revision=9354
2007-09-21 20:43:43 +00:00
Eelco Dolstra
23f2a18677
* KDE 3.5.7.
...
* Mirror scheme "mirror://kde/".
svn path=/nixpkgs/trunk/; revision=9353
2007-09-21 13:07:25 +00:00
Marc Weber
ec3c6e932a
Thanks urkud for pointing me to the wrong implementation of PATH_DELIMITER - fixed
...
svn path=/nixpkgs/trunk/; revision=9352
2007-09-20 21:06:26 +00:00
Yury G. Kudryashov
b840189493
Added prefixKey to stdenv/generic/setup-new-2.sh
...
Now you can write prefixKey="-prefix " and "-prefix ${out}" will be inserted in
configureFlags (instead of "--prefix ${out}").
svn path=/nixpkgs/trunk/; revision=9351
2007-09-20 19:52:38 +00:00
Yury G. Kudryashov
ffeb95502d
Added dbus variant with X support
...
Default is the old variant (without X).
svn path=/nixpkgs/trunk/; revision=9350
2007-09-20 19:40:22 +00:00
Yury G. Kudryashov
b6b6888765
cmake hooks changed
...
svn path=/nixpkgs/trunk/; revision=9349
2007-09-20 19:27:55 +00:00
Yury G. Kudryashov
ad5847f250
shared-mime-info: URL corrected & upgrade to 0.22
...
svn path=/nixpkgs/trunk/; revision=9348
2007-09-20 19:18:55 +00:00
Michael Raskin
de45e0e929
svn path=/nixpkgs/trunk/; revision=9347
2007-09-20 18:25:43 +00:00
Wouter den Breejen
b67ce21440
Added auctex from mailing list
...
svn path=/nixpkgs/trunk/; revision=9345
2007-09-20 11:32:20 +00:00
Wouter den Breejen
be56c058e4
svn path=/nixpkgs/trunk/; revision=9344
2007-09-20 11:31:31 +00:00
Armijn Hemel
f7ea6ce8ab
pass libXinerama parameter
...
svn path=/nixpkgs/trunk/; revision=9340
2007-09-19 08:31:23 +00:00
Armijn Hemel
1e11727f67
update to 2.3.0
...
svn path=/nixpkgs/trunk/; revision=9339
2007-09-19 03:15:37 +00:00
Armijn Hemel
7c1741a1ae
update to 1.8.0.8
...
svn path=/nixpkgs/trunk/; revision=9338
2007-09-18 20:11:27 +00:00
Eelco Dolstra
639faa0233
* Use latest Nix-unstable.
...
svn path=/nixpkgs/trunk/; revision=9333
2007-09-18 14:57:47 +00:00
Armijn Hemel
73e8c01f5c
2.1.1 -> 2.2.0
...
svn path=/nixpkgs/trunk/; revision=9331
2007-09-18 13:44:40 +00:00
Marc Weber
8942d938de
flite added and added mplayer derivation with esound and new configuration style support (still a mess but works)
...
svn path=/nixpkgs/trunk/; revision=9326
2007-09-17 23:24:58 +00:00
Armijn Hemel
ef783b3c88
update to 4.11
...
svn path=/nixpkgs/trunk/; revision=9322
2007-09-15 23:54:01 +00:00
Marc Weber
98e33c38df
removing by accident added -x
...
svn path=/nixpkgs/trunk/; revision=9321
2007-09-13 10:25:56 +00:00
Marc Weber
78587bf74b
PATH_DELIMITER added and some trailing whitespaces removed
...
svn path=/nixpkgs/trunk/; revision=9320
2007-09-13 09:34:21 +00:00
Eelco Dolstra
511519f031
* Latest ntfs-3g.
...
svn path=/nixpkgs/trunk/; revision=9319
2007-09-12 21:32:16 +00:00
Eelco Dolstra
b1dbdd9903
* Added TestDisk, a program for fixing unbootable disks.
...
svn path=/nixpkgs/trunk/; revision=9318
2007-09-12 15:49:28 +00:00
Marc Weber
3907405619
sbagen (binaural sound generator) added
...
svn path=/nixpkgs/trunk/; revision=9317
2007-09-12 10:56:56 +00:00
Marc Weber
8945b535d3
I didn't commit the first line..
...
svn path=/nixpkgs/trunk/; revision=9313
2007-09-12 07:35:11 +00:00
Marc Weber
d27d22d32f
skype (speech p2p program for non commercial use only) added
...
svn path=/nixpkgs/trunk/; revision=9312
2007-09-12 07:26:37 +00:00
Eelco Dolstra
bd0e895bad
* Release notes.
...
* Linux 2.6.22.6.
* w3m 0.5.2.
svn path=/nixpkgs/trunk/; revision=9305
2007-09-11 20:05:54 +00:00
Marc Weber
8907d0ba89
d4x (gui downloader for X) added
...
svn path=/nixpkgs/trunk/; revision=9304
2007-09-11 19:27:25 +00:00
Eelco Dolstra
76a8d120a4
* Allow the user to override the list of mirrors for specific
...
mirror:// sites through environment variables, e.g.
NIX_MIRRORS_gnu="ftp://ftp.nluug.nl/pub/gnu/ ftp://ftp.gnu.org/pub/gnu/"
or
NIX_MIRRORS_sourceforge="http://surfnet.dl.sourceforge.net/sourceforge/ "
svn path=/nixpkgs/trunk/; revision=9302
2007-09-11 15:00:49 +00:00
Eelco Dolstra
6c4fd2e3df
* Allow the user to override the list of content-addressable mirrors
...
from the command-line by setting the NIX_HASHED_MIRRORS environment
variable.
svn path=/nixpkgs/trunk/; revision=9301
2007-09-11 13:48:53 +00:00
Eelco Dolstra
fac97c4e8d
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=9300
2007-09-11 13:41:41 +00:00
Eelco Dolstra
7588231bca
* Purity problem: try to prevent php from looking for expat.
...
svn path=/nixpkgs/trunk/; revision=9298
2007-09-11 12:55:09 +00:00
Wouter den Breejen
9c5f420b00
Added superkaramba
...
svn path=/nixpkgs/trunk/; revision=9297
2007-09-11 11:39:06 +00:00
Wouter den Breejen
898eda2398
svn path=/nixpkgs/trunk/; revision=9296
2007-09-11 11:38:48 +00:00
Wouter den Breejen
51c5ee05ba
Added superkaramba for KDE (can also work with KDE4). SuperKaramba is, in simple terms, a tool that allows you to install/create interactive eye-candy on your KDE desktop. Look here for a screenshot: http://www.biodesign.com.ar/image/real/talv-superkaramba.jpg (It sort of runs, but not everything works)
...
svn path=/nixpkgs/trunk/; revision=9295
2007-09-11 11:35:40 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
105344a44e
* Moved hsqldb.
...
svn path=/nixpkgs/trunk/; revision=9293
2007-09-11 11:06:31 +00:00
Eelco Dolstra
8f4d8573c0
* Fix a bunch of URLs.
...
svn path=/nixpkgs/trunk/; revision=9292
2007-09-11 10:15:07 +00:00
Eelco Dolstra
62934c1dee
* Disable MythTV.
...
svn path=/nixpkgs/trunk/; revision=9291
2007-09-11 09:56:15 +00:00
Eelco Dolstra
9cffc3fc52
* sysstat 8.0.0 (with a real URL).
...
svn path=/nixpkgs/trunk/; revision=9290
2007-09-11 09:35:35 +00:00
Eelco Dolstra
f45f9a71e1
* librsync is missing.
...
* mkDerivationByConfigruation wasn't commented out correctly (no
nested comments, unfortunately).
svn path=/nixpkgs/trunk/; revision=9287
2007-09-10 14:29:45 +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
Eelco Dolstra
b850108d32
* Apache 2.2.6.
...
svn path=/nixpkgs/trunk/; revision=9284
2007-09-10 09:52:29 +00:00
Marc Weber
ddb31307de
fix: adding defaults
...
svn path=/nixpkgs/trunk/; revision=9283
2007-09-10 06:05:38 +00:00
Marc Weber
a38eb565b7
configuration examples / tests added which demonstrate all features.
...
svn path=/nixpkgs/trunk/; revision=9282
2007-09-09 18:14:19 +00:00
Marc Weber
4c44560d95
new patch. now specifying settings if flags are not set is also possible.
...
svn path=/nixpkgs/trunk/; revision=9281
2007-09-09 00:15:17 +00:00
Marc Weber
bc92b20f9a
rdiff-backup added
...
svn path=/nixpkgs/trunk/; revision=9280
2007-09-08 20:45:23 +00:00
Marc Weber
de2c320294
hash check removed because the nix system does it..
...
svn path=/nixpkgs/trunk/; revision=9279
2007-09-07 18:59:30 +00:00
Wouter den Breejen
40b90b4ccd
svn path=/nixpkgs/trunk/; revision=9278
2007-09-07 11:05:32 +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
Eelco Dolstra
a1022416c5
* Latest unstable Nix.
...
svn path=/nixpkgs/trunk/; revision=9274
2007-09-06 20:45:36 +00:00
Eelco Dolstra
6081a072f3
* Get the Nixpkgs release to build again.
...
svn path=/nixpkgs/trunk/; revision=9273
2007-09-06 20:39:31 +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
4db66d7ce6
svn path=/nixpkgs/trunk/; revision=9270
2007-09-06 18:49:32 +00:00
Wouter den Breejen
f029827cf8
svn path=/nixpkgs/trunk/; revision=9269
2007-09-06 17:05:12 +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
Wouter den Breejen
ea57921250
Added hsqldb to all-packages
...
svn path=/nixpkgs/trunk/; revision=9265
2007-09-06 15:56:39 +00:00
Wouter den Breejen
606a46e6b5
hsqldb: Forgot these 2
...
svn path=/nixpkgs/trunk/; revision=9264
2007-09-06 15:38:32 +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
e68cfbe1b4
* Symlink to the lib/ and etc/ directories of the real Ant,
...
OpenOffice needs that.
svn path=/nixpkgs/trunk/; revision=9261
2007-09-06 15:30:38 +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
Wouter den Breejen
4b04ed1b84
Fixed some samba issue
...
svn path=/nixpkgs/trunk/; revision=9259
2007-09-05 16:45:51 +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
9d12c48767
avrdude commented out because using unstable lib functions
...
comment added
svn path=/nixpkgs/trunk/; revision=9251
2007-09-04 13:35:02 +00:00
Marc Weber
9b6d60f961
svn path=/nixpkgs/trunk/; revision=9250
2007-09-04 13:26:33 +00:00
Marc Weber
04bd6b0607
commented out avrdude which is using unstable lib functions,
...
missing fetchhg expression added
svn path=/nixpkgs/trunk/; revision=9249
2007-09-04 12:45:00 +00:00
Eelco Dolstra
af7da7f19d
* Added p7zip for decompressing 7-zip archives.
...
svn path=/nixpkgs/trunk/; revision=9248
2007-09-04 11:55:19 +00:00
Yury G. Kudryashov
7a3b9fc2f8
Just another simple template
...
svn path=/nixpkgs/trunk/; revision=9247
2007-09-04 09:52:29 +00:00
Marc Weber
8ce1d160ab
gdal library added
...
svn path=/nixpkgs/trunk/; revision=9246
2007-09-04 09:38:52 +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
Yury G. Kudryashov
c597a26631
htop added
...
svn path=/nixpkgs/trunk/; revision=9241
2007-09-02 16:54:08 +00:00
Marc Weber
19b7d76f81
svn path=/nixpkgs/trunk/; revision=9239
2007-09-02 08:06:54 +00:00
Yury G. Kudryashov
6fc617391d
setup-new-2.sh: rewritten stripping code in more configurable way.
...
svn path=/nixpkgs/trunk/; revision=9237
2007-09-01 18:40:06 +00:00
Yury G. Kudryashov
d215554ba4
Removed duplicated code for moving doc, man and info into share/ subdir.
...
svn path=/nixpkgs/trunk/; revision=9236
2007-09-01 18:34:16 +00:00
Yury G. Kudryashov
245655b7a1
Added support for overridable variants of package.
...
For details read comments near getVersion function, gettext is the current
example.
svn path=/nixpkgs/trunk/; revision=9235
2007-09-01 18:26:13 +00:00
Yury G. Kudryashov
045764d028
ntfs-3g added
...
svn path=/nixpkgs/trunk/; revision=9234
2007-09-01 18:15:19 +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
Eelco Dolstra
44690411ef
* Add fontconfig to Wine's RPATH.
...
svn path=/nixpkgs/trunk/; revision=9228
2007-08-31 12:14:36 +00:00
Eelco Dolstra
d8046322a9
* Added netselect.
...
svn path=/nixpkgs/trunk/; revision=9225
2007-08-31 11:14:05 +00:00
Marc Weber
c383f04b8f
I don't like cluttering up scripts using many ifs.. Do you like an assertEnvExists function ? I think we might want to use it more than twice in the future.
...
svn path=/nixpkgs/trunk/; revision=9224
2007-08-31 03:58:40 +00:00
Marc Weber
b3d955ae2e
installBin proposal
...
svn path=/nixpkgs/trunk/; revision=9220
2007-08-30 15:50:30 +00:00
Eelco Dolstra
bbe4550e66
* Add nss_ldap, pam_ldap, sudo to the channel.
...
svn path=/nixpkgs/trunk/; revision=9219
2007-08-30 15:29:06 +00:00
Marc Weber
606dba5d0a
update nix version to latest nix-0.11pre9217
...
svn path=/nixpkgs/trunk/; revision=9218
2007-08-30 14:44:02 +00:00
Michael Raskin
28784956a0
Added function for defining just a bundle of dependencies.
...
svn path=/nixpkgs/trunk/; revision=9216
2007-08-28 23:29:23 +00:00
Michael Raskin
c263b309e1
Added setup-sh-defs, a draft for composing builder from predefined strings, so that substitution change doesn't ruin every package. Not cleaned..
...
svn path=/nixpkgs/trunk/; revision=9215
2007-08-28 23:28:21 +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
3ef0b80bdd
* Added jwhois, the GNU whois client.
...
svn path=/nixpkgs/trunk/; revision=9211
2007-08-28 14:45:00 +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
d897fc5501
* Some prototype code to make dealing with options in Nixpkgs/NixOS
...
easier. Instead of writing
config.get ["foo" "bar"]
it would be much cleaner to just write
config.foo.bar
only this doesn't handle the case where option foo.bar is not
supplied in the configuration; in that case we need to take the
default value from some set of option definitions
(system/options.nix in NixOS).
Following a suggestion from Martin, the function `combine' (need
better name) takes a set of option definitions (which follow the
attribute set structure of the options) and a set of options and
fills in missing values in the latter with default values from the
former. This only works with very recent versions of Nix (it needs
Marc Weber's listToAttrs primop).
svn path=/nixpkgs/trunk/; revision=9203
2007-08-27 15:10:48 +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
Michael Raskin
6d4fa01f1e
Added strings-with-deps, a set of functions that are intended to
...
build a minimal text which includes given strings and satisfies
'dependencies' of type A requires B to go before it. Just like
global variable intialization must occur before using them. Supposed
to be used for constructing builder.sh .
svn path=/nixpkgs/trunk/; revision=9196
2007-08-26 21:59:31 +00:00
Andres Löh
1cb9fc74b7
* added propagated-user-env-packages for lhs2tex and polytable
...
svn path=/nixpkgs/trunk/; revision=9195
2007-08-24 20:15:00 +00:00
Eelco Dolstra
c5ac83d138
* Docbook 5 XSL updated to 1.73.1 (1.73.0 was broken).
...
svn path=/nixpkgs/trunk/; revision=9193
2007-08-24 13:06:07 +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
Eelco Dolstra
c9bd5b7397
* Add Wine to the channel.
...
svn path=/nixpkgs/trunk/; revision=9191
2007-08-24 11:37:07 +00:00
Eelco Dolstra
50321b735b
* Basic transparent mirror support in fetchurl (NIXPKGS-70). When
...
fetching a file with hash HASH of type TYPE, we first try to
download <base-url>/<type>/<hash>, where <base-url> is one of a list
of mirrors. For instance, given
src = fetchurl {
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.6/source/firefox-2.0.0.6-source.tar.bz2 ;
sha1 = "eb72f55e4a8bf08e8c6ef227c0ade3d068ba1082";
};
and the mirror list [http://nix.cs.uu.nl/dist/tarballs ], we first
try to download
eb72f55e4a
and if that fails, we use the original URL.
The list of mirrors is not yet user-configurable.
* `fetchurl' now also accepts an argument `urls' instead of `url' for
a list of alternative download locations, which fetchurl will try in
sequence.
svn path=/nixpkgs/trunk/; revision=9190
2007-08-23 15:22:30 +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
d0d721b0da
* Latest libxml2, libxslt.
...
svn path=/nixpkgs/trunk/; revision=9186
2007-08-22 10:51:14 +00:00
Armijn Hemel
04fc7a2c92
bumpetybump for dovecot. This is untested. However, it is a nice and clean server to add upstart scripts for
...
svn path=/nixpkgs/trunk/; revision=9183
2007-08-21 21:30:16 +00:00
Armijn Hemel
5021eefe40
0.6 -> 0.8
...
svn path=/nixpkgs/trunk/; revision=9182
2007-08-21 20:51:34 +00:00
Eelco Dolstra
2f21c59a3f
* Use FontForge to give Wine better fonts.
...
svn path=/nixpkgs/trunk/; revision=9181
2007-08-21 12:31:33 +00:00
Wouter den Breejen
1a6cd0ce1a
ln -sf isn't strong enough sometimes..
...
svn path=/nixpkgs/trunk/; revision=9180
2007-08-21 12:29:46 +00:00
Eelco Dolstra
0481f172f6
* Assert Linux.
...
svn path=/nixpkgs/trunk/; revision=9179
2007-08-21 10:16:34 +00:00
Eelco Dolstra
3a3a9183a1
* Patch to fix Baldur's Gate 2 and other programs. See
...
http://bugs.winehq.org/show_bug.cgi?id=6975 and
http://bugs.winehq.org/show_bug.cgi?id=2398 .
Based on http://bugs.winehq.org/attachment.cgi?id=5708 .
svn path=/nixpkgs/trunk/; revision=9178
2007-08-21 09:10:20 +00:00
Eelco Dolstra
38ace454e9
* Wine locates a lot of libraries dynamically through dlopen(). Add
...
them to the RPATH so that the user doesn't have to set them in
LD_LIBRARY_PATH.
svn path=/nixpkgs/trunk/; revision=9177
2007-08-21 00:00:23 +00:00
Eelco Dolstra
aa983025d6
* Linux 2.6.21.7.
...
svn path=/nixpkgs/trunk/; revision=9176
2007-08-20 14:26:32 +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
Marc Weber
f1cf8d1d7a
adding purityPhase hasen't been such a good idea - untested and if a small thing changes everything has to be rebuilt..
...
svn path=/nixpkgs/trunk/; revision=9174
2007-08-20 13:39:59 +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
Eelco Dolstra
a6407349b1
* Updated Email::Simple, Email::Address.
...
svn path=/nixpkgs/trunk/; revision=9172
2007-08-20 12:11:07 +00:00
Marc Weber
3e6eebc6e5
fltk-2.0
...
svn path=/nixpkgs/trunk/; revision=9171
2007-08-20 10:42:09 +00:00
Marc Weber
0c9f5dc6a4
fltk-2.0
...
svn path=/nixpkgs/trunk/; revision=9170
2007-08-20 10:40:48 +00:00
Marc Weber
911556d127
hugs98
...
svn path=/nixpkgs/trunk/; revision=9169
2007-08-20 10:34:49 +00:00
Marc Weber
88640db58e
hugs98 expression
...
svn path=/nixpkgs/trunk/; revision=9168
2007-08-20 10:33:42 +00:00
Marc Weber
8f3a8b5006
renamed chosenOptions to chooseOptionsByFlags and added support for optionals
...
(thus you don't need to write flag definitions, passing a dependency or not is enough)
svn path=/nixpkgs/trunk/; revision=9167
2007-08-19 17:24:05 +00:00
Marc Weber
ee347e49c1
renamened assert to assertion because assert is a resnerved word,
...
fix of blocks errors ( blocking does work in all cases now )
svn path=/nixpkgs/trunk/; revision=9166
2007-08-19 04:32:02 +00:00
Eelco Dolstra
a8bd020fe0
* Get Wine to work (basically) by linking it against Glibc 2.6 with
...
NPTL. Apparently Wine doesn't work with Glibc 2.5 + LinuxThreads.
svn path=/nixpkgs/trunk/; revision=9165
2007-08-18 23:58:30 +00:00
Marc Weber
a3a9d407da
fix: listToAttrs added (which I had forgotten) when evaluating flags
...
svn path=/nixpkgs/trunk/; revision=9164
2007-08-18 22:29:00 +00:00
Marc Weber
6af4bd3ca6
primop functions listToAttrs (+test), __isAttrs, __trace added
...
new configuration style proposal in lib/default-unstable.nix
svn path=/nixpkgs/trunk/; revision=9163
2007-08-18 22:12:00 +00:00
Michael Raskin
cfab5a8cf9
Now glibc-NPTL builds...
...
svn path=/nixpkgs/trunk/; revision=9162
2007-08-18 19:04:19 +00:00
Marc Weber
a9f676e098
unpackSource is to be included in phases .. So you can set phases after calling unpackSource manually
...
cd $rootSource is called at end of unpackPhase
svn path=/nixpkgs/trunk/; revision=9161
2007-08-18 18:42:18 +00:00