Commit graph

905 commits

Author SHA1 Message Date
Eelco Dolstra cf09d1933d * Revert.
svn path=/nixpkgs/trunk/; revision=3266
2005-06-30 16:03:44 +00:00
Armijn Hemel beaf54c8f9 oops, never ever *ever* forget essential false. I will LART myself now...
svn path=/nixpkgs/trunk/; revision=3265
2005-06-30 16:02:23 +00:00
Armijn Hemel 2bc1da9c9c link $out/bin/lex to $out/bin/flex and $out/lib/libl.a to $out/lib/libfl.a.
This is needed to make iputils build.

svn path=/nixpkgs/trunk/; revision=3264
2005-06-30 15:16:53 +00:00
Eelco Dolstra d33693c438 * Support PNG files.
svn path=/nixpkgs/trunk/; revision=3258
2005-06-27 16:48:00 +00:00
Eelco Dolstra 6ea37d567f * A function for dot animation.
svn path=/nixpkgs/trunk/; revision=3255
2005-06-27 09:44:27 +00:00
Armijn Hemel 9301297f83 add mingetty
svn path=/nixpkgs/trunk/; revision=3252
2005-06-23 14:02:19 +00:00
Armijn Hemel 078e602efc add mingetty
svn path=/nixpkgs/trunk/; revision=3250
2005-06-23 13:54:34 +00:00
Martin Bravenboer 39d6e0a2ed Added some Java libraries to the cache
svn path=/nixpkgs/trunk/; revision=3242
2005-06-22 14:24:12 +00:00
Eelco Dolstra 1751b6481d * Process \includegraphics{filename}.
svn path=/nixpkgs/trunk/; revision=3237
2005-06-21 20:34:15 +00:00
Eelco Dolstra fa6570f716 * Use python 2.4.
svn path=/nixpkgs/trunk/; revision=3235
2005-06-21 11:49:59 +00:00
Eelco Dolstra 3919b35495 * Add a dot2pdf function.
svn path=/nixpkgs/trunk/; revision=3232
2005-06-20 22:43:35 +00:00
Eelco Dolstra a75aef6c7a * Add ghostscript to the channel.
svn path=/nixpkgs/trunk/; revision=3231
2005-06-20 22:14:12 +00:00
Martin Bravenboer 20765eb21b Updated all Java virtual machines: a serious security issue was found
in all 1.4.2 and 1.5.0 releases.


svn path=/nixpkgs/trunk/; revision=3230
2005-06-20 21:07:01 +00:00
Martin Bravenboer 4e5040fa09 Build xpf with python enabled libxml2
svn path=/nixpkgs/trunk/; revision=3229
2005-06-20 20:35:07 +00:00
Eelco Dolstra fe0981babd * Scan for BibTeX files included by \bibliography.
* Automatically run BibTeX when necessary (i.e., when there are
  \citations in the aux file).

svn path=/nixpkgs/trunk/; revision=3222
2005-06-20 15:20:37 +00:00
Eelco Dolstra 6ce80304a5 * Handle subdirectories (e.g., \input{foo/bar.tex}). We don't yet
handle relative paths to parent directories (../foo/bar.tex).  This
  can be handled as was done in
  https://svn.cs.uu.nl:12443/repos/trace/nix/trunk/make/lib/compile-c.sh.
  The `copy-includes.pl' script is generic (not LaTeX specific), so it
  should eventually replace most of compile-c.sh and any future
  builders that have to set up a tree of symlinks to simulate the
  original directory hierarchy of the sources.

svn path=/nixpkgs/trunk/; revision=3220
2005-06-20 15:06:58 +00:00
Eelco Dolstra 5b15f75a13 * mkDerivation: accept an argument `realBuilder' (stupid name) to
override the default builder (i.e., bash).  For example,

    stdenv.mkDerivation {
      realBuilder = perl ~ "bin/perl";
      args = [ "-w" ./builder.pl ];
    }

svn path=/nixpkgs/trunk/; revision=3219
2005-06-20 15:03:52 +00:00
Eelco Dolstra 2cc66184ce * Oops.
svn path=/nixpkgs/trunk/; revision=3218
2005-06-20 14:26:07 +00:00
Eelco Dolstra 6b35cefbf8 * Find LaTeX document dependencies automatically by scanning for
\input and \documentclass.  Copied from Maak
  (https://svn.cs.uu.nl:12443/repos/pkgs/texwrappers/trunk/chase-latex-inputs.pl).

  TODO: support \bibliography, \usepackage, \includegraphics, etc.

svn path=/nixpkgs/trunk/; revision=3217
2005-06-20 14:25:50 +00:00
Eelco Dolstra 6fcee91442 * Macros for building LaTeX documents using Nix.
svn path=/nixpkgs/trunk/; revision=3216
2005-06-20 13:51:48 +00:00
Eelco Dolstra f029091023 * Turn GTK# apps off for now.
svn path=/nixpkgs/trunk/; revision=3205
2005-06-18 10:05:21 +00:00
Eelco Dolstra cdeeb98576 * gtkhtml: add gettext dependency.
svn path=/nixpkgs/trunk/; revision=3204
2005-06-18 09:57:09 +00:00
Eelco Dolstra 0f77007f1a * Disable freetype2 because Thunderbird (like Firefox) doesn't like
Freetype >= 2.1.8.

  https://bugzilla.mozilla.org/show_bug.cgi?id=234035

svn path=/nixpkgs/trunk/; revision=3203
2005-06-18 07:20:10 +00:00
Eelco Dolstra b899b28c73 * Oops, 1.15 was not the most recent version (and a very bad one, too).
svn path=/nixpkgs/trunk/; revision=3202
2005-06-17 22:06:59 +00:00
Eelco Dolstra 4daec2efd0 * gconf -> GConf.
svn path=/nixpkgs/trunk/; revision=3201
2005-06-17 20:21:29 +00:00
Eelco Dolstra a6dd440024 * gconf -> GConf.
svn path=/nixpkgs/trunk/; revision=3200
2005-06-17 20:00:12 +00:00
Eelco Dolstra 91e4d833b7 * Use the bzip2 from stdenv.
svn path=/nixpkgs/trunk/; revision=3199
2005-06-17 17:07:03 +00:00
Eelco Dolstra e2c30f15e4 * Fix zip (INSTALL variable not defined in the makefile!).
svn path=/nixpkgs/trunk/; revision=3198
2005-06-17 17:06:14 +00:00
Eelco Dolstra 1a38af7e14 * Gnome 2.10.1.
* A script to generatie fetchurl calls for Gnome packages from
  directory listings.

svn path=/nixpkgs/trunk/; revision=3197
2005-06-17 13:52:24 +00:00
Eelco Dolstra 8bef2f3f82 * Use the generic builder.
svn path=/nixpkgs/trunk/; revision=3196
2005-06-17 13:51:33 +00:00
Eelco Dolstra 0a2f531aea * Don't patch symlinked shared libraries.
svn path=/nixpkgs/trunk/; revision=3195
2005-06-17 13:46:04 +00:00
Eelco Dolstra 98761b883a * Build bzip2 shared library.
svn path=/nixpkgs/trunk/; revision=3194
2005-06-17 13:39:06 +00:00
Eelco Dolstra b8bae3582b * Lots of updates, especially GTK and X libraries.
svn path=/nixpkgs/trunk/; revision=3193
2005-06-17 11:43:15 +00:00
Eelco Dolstra 32d7a746a2 * Move ensureDir() up, otherwise calls to fail() might fail.
svn path=/nixpkgs/trunk/; revision=3192
2005-06-17 11:42:53 +00:00
Eelco Dolstra aa05801439 * Ant updated to 1.6.5.
svn path=/nixpkgs/trunk/; revision=3191
2005-06-17 11:41:52 +00:00
Eelco Dolstra a450978f26 * Glibc updated to 2.3.5.
* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
2005-06-17 10:30:13 +00:00
Eelco Dolstra b691c30aa7 * Remove FreeBSD gcc wrapper.
svn path=/nixpkgs/trunk/; revision=3187
2005-06-17 09:25:16 +00:00
Eelco Dolstra 9cc0ac9090 * Merge r3019.
svn path=/nixpkgs/trunk/; revision=3186
2005-06-17 09:23:15 +00:00
Armijn Hemel 1e5e23ce5d don't forget to actually install modules
svn path=/nixpkgs/trunk/; revision=3185
2005-06-16 23:33:59 +00:00
Armijn Hemel 14a4963ed6 add support for linux kernel (still not complete)
svn path=/nixpkgs/trunk/; revision=3184
2005-06-16 16:20:19 +00:00
Armijn Hemel 30632d1655 install kernel in the store (whoops, forgot to install modules :S )
svn path=/nixpkgs/trunk/; revision=3183
2005-06-15 14:21:48 +00:00
Armijn Hemel 960fea4002 strip kernel config very heavily
svn path=/nixpkgs/trunk/; revision=3182
2005-06-15 13:03:24 +00:00
Armijn Hemel ef94be2ae1 first stub for kernel compilations. Still a lot missing, doesn't install
everything correctly, the config currently compile quite a bit (too much for
quick tests). This will change.

 --This line, and those below, will be ignored--

A    linux/kernel
A    linux/kernel/builder.sh
A    linux/kernel/default.nix
A    linux/kernel/config

svn path=/nixpkgs/trunk/; revision=3181
2005-06-15 12:30:34 +00:00
Eelco Visser 3385ccd1f7 use tetex
svn path=/nixpkgs/trunk/; revision=3164
2005-05-31 08:11:54 +00:00
Eelco Dolstra fbdbdb7105 * Fix url.
svn path=/nixpkgs/trunk/; revision=3151
2005-05-27 09:05:54 +00:00
Eelco Dolstra 91e3087c6c * MySQL updated to 4.1.12. This should fix a MythTV crash bug.
svn path=/nixpkgs/trunk/; revision=3150
2005-05-26 21:38:24 +00:00
Eelco Dolstra 7e5de2061b * Added Sylpheed 1.9.11 (beta for GTK 2).
svn path=/nixpkgs/trunk/; revision=3149
2005-05-26 20:09:29 +00:00
Eelco Dolstra 7737d06698 * Sylpheed updated to 1.0.4.
svn path=/nixpkgs/trunk/; revision=3148
2005-05-26 19:45:29 +00:00
Martin Bravenboer 286a0aa881 Custom builder not necessary
svn path=/nixpkgs/trunk/; revision=3134
2005-05-25 09:21:36 +00:00
Martin Bravenboer 637fae18a0 Upgrade of jikes. Jikes is now also included in the cache
svn path=/nixpkgs/trunk/; revision=3133
2005-05-25 09:20:30 +00:00
Martin Bravenboer f99d7d50b0 Separate package for postgresql-jdbc driver
svn path=/nixpkgs/trunk/; revision=3124
2005-05-24 15:32:57 +00:00
Martin Bravenboer c76a931faa The postgresql distribution no longer contains the JDBC driver
svn path=/nixpkgs/trunk/; revision=3123
2005-05-24 15:09:04 +00:00
Martin Bravenboer e3a47a07ed Upgrades of postgresql, jetty, and ant to the latest versions.
svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
Eelco Dolstra 977f5183dd * Subversion 1.2.0; this is now the default.
svn path=/nixpkgs/trunk/; revision=3113
2005-05-24 08:42:03 +00:00
Eelco Dolstra 36716a35bd * Subversion updated to 1.2.0rc4.
svn path=/nixpkgs/trunk/; revision=3094
2005-05-19 16:25:40 +00:00
Martin Bravenboer 3aa13ab39a Typo
svn path=/nixpkgs/trunk/; revision=3082
2005-05-19 11:26:23 +00:00
Martin Bravenboer 1c9690ab2f * pkgs/development/tools/parsing/sdf/default.nix: default.nix
now imports Nix expression of specific version.

* pkgs/development/tools/parsing/sdf/sdf2-bundle-2.2.nix: added
previous version of sdf2-bundle.

* pkgs/development/tools/parsing/sdf2: obsolete.

* pkgs/development/compilers/strategoxt/strategoxt-0.12.nix: use
sdf2-bundle instead of attribute set for the individual packages.

* 


svn path=/nixpkgs/trunk/; revision=3081
2005-05-19 11:23:56 +00:00
Eelco Dolstra 2176134a07 * Added help2man and Locale::gettext. Contributed by olivier <bitmap
AT pan.homelinux.com>.

svn path=/nixpkgs/trunk/; revision=3067
2005-05-18 21:15:29 +00:00
Martin Bravenboer b99065a3d9 * Upgraded Stratego/XT to Stratego/XT 0.14
* Clean up of SDF attributes in all-package-generic. There is now a
single attribute, called sdf.


svn path=/nixpkgs/trunk/; revision=3062
2005-05-18 16:50:14 +00:00
Eelco Dolstra a3407f79dd * Alias make to gmake on FreeBSD.
svn path=/nixpkgs/trunk/; revision=3049
2005-05-16 01:21:53 +00:00
Eelco Dolstra 6485d5fc09 * Firefox updated to 1.0.4.
svn path=/nixpkgs/trunk/; revision=3039
2005-05-12 14:42:06 +00:00
Eelco Dolstra 6d8c49b23b * Subversion 1.2.0rc3.
svn path=/nixpkgs/trunk/; revision=3029
2005-05-11 12:40:07 +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 54df9b835f * Add FreeBSD binaries to the cache.
svn path=/nixpkgs/trunk/; revision=3020
2005-05-10 13:00:13 +00:00
Eelco Dolstra 0217d8b204 * Add a simple standard environment for FreeBSD.
* Use the system Perl on all non-i686-linux platforms.
* Don't build Python support in libxml2 on most platforms.

svn path=/nixpkgs/trunk/; revision=3019
2005-05-10 12:59:28 +00:00
Eelco Dolstra edbfa75d01 * Use /bin/bash, not /bin/sh, since we really do need bash.
svn path=/nixpkgs/trunk/; revision=3018
2005-05-10 09:22:14 +00:00
Rob Vermaas f0ee6546db * CIL 1.3.2
svn path=/nixpkgs/trunk/; revision=3016
2005-05-09 15:56:34 +00:00
Eelco Dolstra c845640a64 * Berkeley DB updated to 4.3.28.
svn path=/nixpkgs/trunk/; revision=3015
2005-05-09 15:39:01 +00:00
Eelco Dolstra 8774874b89 * Gnuplot 4.0 (without X support).
svn path=/nixpkgs/trunk/; revision=2993
2005-05-06 08:54:01 +00:00
Martin Bravenboer 24d6f803f0 Ruby
svn path=/nixpkgs/trunk/; revision=2990
2005-05-04 23:36:28 +00:00
Eelco Dolstra ca96422b7d * Don't patch configure.in.
svn path=/nixpkgs/trunk/; revision=2981
2005-05-03 13:28:46 +00:00
Eelco Dolstra 90f7601e2e * MPlayer 1.0pre7.
svn path=/nixpkgs/trunk/; revision=2980
2005-05-02 20:04:07 +00:00
Eelco Dolstra fe6f8b45e6 * A fix to get the higher optimisation levels (-O2, -O3) to work again
for the ATerm library.  I'm adding it to Nixpkgs so we can get some
  testing ;-)

svn path=/nixpkgs/trunk/; revision=2979
2005-05-02 16:57:13 +00:00
Eelco Dolstra 9594c8eb5b * Apache httpd 2.0.54.
svn path=/nixpkgs/trunk/; revision=2963
2005-04-30 13:59:27 +00:00
Eelco Dolstra 62e3ffab1e * Subversion 1.2.0-rc2.
svn path=/nixpkgs/trunk/; revision=2949
2005-04-29 14:32:31 +00:00
Eelco Dolstra 01cc75d092 * Added GPL Ghostscript 8.15.
svn path=/nixpkgs/trunk/; revision=2941
2005-04-29 13:23:15 +00:00
Eelco Dolstra 7d876cc771 * In `all-packages.nix': use the current system as default for the
`system' argument.  This is so that importers of Nixpkgs don't have
  to specify a system explicitly anymore.

svn path=/nixpkgs/trunk/; revision=2938
2005-04-29 12:13:16 +00:00
Eelco Dolstra 78b11908d4 * And let's add teTeX to the channel. Disk space is cheap, after all ;-)
svn path=/nixpkgs/trunk/; revision=2932
2005-04-28 21:11:39 +00:00
Eelco Dolstra d6a1bfe1dc * Added teTeX 3.0. Sure, it may take up 267M of disk space, but it
contains everything you could possibly need, including beamer ;-)

  This teTeX has been built without X11 support, meaning that xdvi is
  not included.

svn path=/nixpkgs/trunk/; revision=2931
2005-04-28 21:10:33 +00:00
Martin Bravenboer b381db3399 Added pkg-config 0.17.2 as pkgconfig017x
svn path=/nixpkgs/trunk/; revision=2913
2005-04-27 16:22:43 +00:00
Martin Bravenboer 8600c9013f Reverted to 0.15 and 0.17.2 in separate file.
svn path=/nixpkgs/trunk/; revision=2909
2005-04-27 07:29:34 +00:00
Martin Bravenboer 85795c5018 Update to latest pkgconfig
svn path=/nixpkgs/trunk/; revision=2907
2005-04-26 20:55:46 +00:00
Eelco Dolstra 4e4ad61aee * Added pygtk.
* Updated bittorrent to 4.0.1.

svn path=/nixpkgs/trunk/; revision=2879
2005-04-22 18:26:04 +00:00
Eelco Dolstra 2ed47f7522 * GCC 4.0.0 added (though it's not used for anything yet).
svn path=/nixpkgs/trunk/; revision=2878
2005-04-22 12:14:55 +00:00
Eelco Dolstra 09cea66748 * Nix updated to 0.8.1.
svn path=/nixpkgs/trunk/; revision=2558
2005-04-16 11:37:56 +00:00
Eelco Dolstra ba127513df * Firefox updated to 1.0.3.
svn path=/nixpkgs/trunk/; revision=2557
2005-04-16 11:37:43 +00:00
Eelco Dolstra 3edb5db85d * Doh!
svn path=/nixpkgs/trunk/; revision=2548
2005-04-12 13:51:20 +00:00
Eelco Dolstra 23c1cac94d * Nix updated to 0.8.
svn path=/nixpkgs/trunk/; revision=2547
2005-04-12 13:49:34 +00:00
Eelco Dolstra 71ea4dbb8c * Fix for *non*-suid installations.
svn path=/nixpkgs/trunk/; revision=2546
2005-04-12 13:48:36 +00:00
Eelco Dolstra 7775caaa35 * Evacuate tarballs.
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Eelco Dolstra 5c72ac8252 * Valgrind updated to 2.4.0.
svn path=/nixpkgs/trunk/; revision=2520
2005-04-11 08:55:05 +00:00
Eelco Dolstra 013300cb0e * Libtiff updated to 3.7.2.
svn path=/nixpkgs/trunk/; revision=2519
2005-04-11 08:54:32 +00:00
Eelco Dolstra c4ca7db276 * OpenSSL updated to 0.9.7f.
svn path=/nixpkgs/trunk/; revision=2518
2005-04-11 08:54:10 +00:00
Eelco Dolstra 67140c410f * Zlib updated to 1.2.2.
svn path=/nixpkgs/trunk/; revision=2517
2005-04-11 08:53:48 +00:00
Eelco Dolstra fc20bd6518 * GTK updates.
svn path=/nixpkgs/trunk/; revision=2516
2005-04-11 08:27:14 +00:00
Eelco Dolstra 1af17b9d7f * Rename new unzip.
svn path=/nixpkgs/trunk/; revision=2515
2005-04-11 08:26:36 +00:00
Eelco Dolstra d8a0bdebf2 * Get rid of the old unzip.
svn path=/nixpkgs/trunk/; revision=2514
2005-04-11 08:22:23 +00:00
Eelco Dolstra 42fa9be439 * Apache Httpd 2.0.53.
svn path=/nixpkgs/trunk/; revision=2492
2005-04-05 14:19:25 +00:00
Eelco Dolstra 94ba0a0995 * Fix Berkeley DB Perl bindings.
svn path=/nixpkgs/trunk/; revision=2491
2005-04-05 14:10:16 +00:00
Eelco Dolstra 3269efcb28 * Subversion 1.1.4.
svn path=/nixpkgs/trunk/; revision=2490
2005-04-05 12:12:18 +00:00