Commit Graph

623424 Commits

Author SHA1 Message Date
Marc Weber afed669a5a removed debug trace command
svn path=/nixos/trunk/; revision=12055
2008-06-12 12:19:47 +00:00
Michael Raskin bcc44390eb Added cheetah-template templating engine
svn path=/nixpkgs/trunk/; revision=12054
2008-06-12 10:08:10 +00:00
Michael Raskin b010082605 Added cheetah-template templating engine
svn path=/nixpkgs/trunk/; revision=12053
2008-06-12 10:07:54 +00:00
Michael Raskin 1453f29824 Monotone updated
svn path=/nixpkgs/trunk/; revision=12052
2008-06-12 10:07:35 +00:00
Eelco Dolstra cd60dc0ede * Various updates.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
2008-06-12 09:49:40 +00:00
Eelco Dolstra 62835f4090 * Backported Andres' fix for building emacs-23 on x86_64 to emacs-22.
Also updated to Emacs 22.2.

svn path=/nixpkgs/branches/stdenv-updates/; revision=12050
2008-06-12 09:21:18 +00:00
Michael Raskin 60c2c8eefe Fixed patching shebang to be builder-defs style (startNest will be added on its own)
svn path=/nixpkgs/trunk/; revision=12049
2008-06-12 08:37:07 +00:00
Michael Raskin 7be33e7fd1 Ported fixSheBang from stdenv-updates to builder-defs.nix, tested on Metasploit.
No other rebuilds caused.

svn path=/nixpkgs/trunk/; revision=12047
2008-06-12 07:17:37 +00:00
Michael Raskin e8e0d1665c traceWhatIs works for empty lists
svn path=/nixpkgs/trunk/; revision=12046
2008-06-12 06:58:07 +00:00
Marc Weber 216e3b73f4 added support for unixODBC in configuration.nix writing /etc/odbcinst.ini
svn path=/nixos/trunk/; revision=12045
2008-06-11 23:06:53 +00:00
Marc Weber 9dd45a58cf added unixODBCDrivers expression containing unixODBC Postgres connector driver
integrating prior pkgs/development/libraries/mysql-connector-odbc/default.nix driver
Also provides ini strings for assembling /etc/odbcinst.ini

svn path=/nixpkgs/trunk/; revision=12044
2008-06-11 23:03:30 +00:00
Eelco Dolstra 78d2e3cb30 * Fix on x86_64 (borrowed from emacs-unicode).
svn path=/nixpkgs/branches/stdenv-updates/; revision=12043
2008-06-11 20:04:42 +00:00
Eelco Dolstra 4bc5a10817 svn path=/nixpkgs/branches/stdenv-updates/; revision=12042 2008-06-11 16:15:30 +00:00
Eelco Dolstra 0e72278180 * Docbook 5.
* Docbook XSL 1.74.0.

svn path=/nixpkgs/trunk/; revision=12040
2008-06-11 15:39:04 +00:00
Eelco Dolstra 8f9baa2e5a * Darwin compatibility.
svn path=/nixpkgs/branches/stdenv-updates/; revision=12038
2008-06-11 14:08:01 +00:00
Eelco Dolstra 68c6b5f2fc * git: make the TCL/TK GUI optional (git.guiSupport).
* git: always install the Emacs mode but don't depend on Emacs to do
  it (just don't build the .elc files).

svn path=/nixpkgs/trunk/; revision=12037
2008-06-11 12:31:44 +00:00
Eelco Dolstra 1000662377 * Automatically patch shebang paths ("#! /interpreter") to store
paths.  E.g. /usr/bin/perl is rewritten to /nix/store/<whatever Perl
  is in $PATH>.  Paths in the Nix store are left unchanged.
  Contributed by Nicolas Pierron.

svn path=/nixpkgs/branches/stdenv-updates/; revision=12036
2008-06-11 11:22:54 +00:00
Michael Raskin d139e5244c Added Monotone-Viz, viewer for monotone histories.
svn path=/nixpkgs/trunk/; revision=12034
2008-06-11 06:12:18 +00:00
Nicolas Pierron 18099d1ad5 Fix the url of libcaca.
svn path=/nixpkgs/trunk/; revision=12033
2008-06-10 18:15:10 +00:00
Eelco Dolstra aadfab6fff * Linux 2.6.25.6.
svn path=/nixpkgs/trunk/; revision=12032
2008-06-10 16:37:38 +00:00
Eelco Dolstra d28ecc593f * hal: less verbosity.
svn path=/nixos/trunk/; revision=12031
2008-06-10 16:15:37 +00:00
Eelco Dolstra a20f4aff60 * Updated the splash screen support for Linux >= 2.6.25.
svn path=/nixos/trunk/; revision=12030
2008-06-10 16:10:23 +00:00
Eelco Dolstra 0283118633 * splashutils 1.5.4.1, needed for kernels that have the new
fbcondecor patch.  splashutils 1.3 is retained for kernels
  with the fbsplash patch.

svn path=/nixpkgs/trunk/; revision=12029
2008-06-10 16:09:53 +00:00
Eelco Dolstra a49eb4d1f9 * extraSubservices: renamed `serviceName' to `serviceType' which is more
correct.

svn path=/nixos/trunk/; revision=12026
2008-06-09 16:41:41 +00:00
Eelco Dolstra 5235acb1d7 * extraSubservices: the subservice config no longer needs to be
in a `config' attribute.  So instead of

    extraSubservices = [
      { serviceName = "foo";
        config = {
          bla = ...;
        };
      }
    ];

  you can write

    extraSubservices = [
      { serviceName = "foo";
        bla = ...;
      }
    ];

svn path=/nixos/trunk/; revision=12024
2008-06-09 16:35:24 +00:00
Eelco Dolstra f17f9e301f svn path=/nixos/trunk/; revision=12023 2008-06-09 16:02:38 +00:00
Eelco Dolstra deaf99ca92 * Added a subservices for the Zabbix PHP frontend.
* Apache subservices: missing declarations are filled in with defaults.

svn path=/nixos/trunk/; revision=12022
2008-06-09 15:52:02 +00:00
Andres Löh 2813fb46ad more pervasive crt-patching in emacs snapshot to make it work on my machine
svn path=/nixpkgs/trunk/; revision=12021
2008-06-09 14:21:36 +00:00
Eelco Dolstra 0b068f504c * Less verbosity.
svn path=/nixos/trunk/; revision=12017
2008-06-09 11:14:43 +00:00
Eelco Dolstra 8cad20e1c9 * Doh!
svn path=/nixos/trunk/; revision=12016
2008-06-09 11:14:28 +00:00
Michael Raskin cd82856fb7 Updated FF3
svn path=/nixpkgs/trunk/; revision=12014
2008-06-09 03:51:28 +00:00
Eelco Dolstra 6d380a8ce8 * Option to set the Zabbix server IP.
svn path=/nixos/trunk/; revision=12012
2008-06-08 22:21:56 +00:00
Marc Weber 620138ad0c removed libixp-0.3 (wmiimenu does also build with 0.4)
wmii updated

svn path=/nixpkgs/trunk/; revision=12011
2008-06-08 21:41:07 +00:00
Michael Raskin 2430f8e562 SF pidgin-latex version works somehow (very small formulae)
svn path=/nixpkgs/trunk/; revision=12010
2008-06-08 20:06:46 +00:00
Marc Weber 60a651413a added freestyle (non photorealistic renderer) and dependencies libQGLViewer, lib3ds
svn path=/nixpkgs/trunk/; revision=12009
2008-06-08 03:56:32 +00:00
Ludovic Courtès ff704a0102 Add Sysprof, a system-wide profiler for Linux.
svn path=/nixpkgs/trunk/; revision=12008
2008-06-07 14:02:17 +00:00
Eelco Dolstra 7478e316b7 * hdparm 8.7.
svn path=/nixpkgs/trunk/; revision=12007
2008-06-07 12:20:19 +00:00
Michael Raskin ae4ead1a33 Added install-test.sh - automatic verification of rescue-cd-configurable.nix (currently it passes)
svn path=/nixos/trunk/; revision=12006
2008-06-07 10:52:44 +00:00
Pjotr Prins 0e751ebadc Long description
svn path=/nixpkgs/trunk/; revision=12005
2008-06-07 06:41:18 +00:00
Pjotr Prins 289da88ccc Moved NCBI-tools to applications
svn path=/nixpkgs/trunk/; revision=12004
2008-06-07 06:34:02 +00:00
Pjotr Prins d78d018ad8 Added ncbi-tools
svn path=/nixpkgs/trunk/; revision=12003
2008-06-06 19:42:00 +00:00
Eelco Dolstra bb2a310c5c * Cleaned up the PHP expression. Added support for GD. Also
turned on PostgreSQL support by default (maybe I shouldn't,
  since it makes PHP rather dependency-heavy...).

svn path=/nixpkgs/trunk/; revision=12002
2008-06-06 13:03:55 +00:00
Eelco Dolstra b8aa6c6f31 svn path=/nixos/trunk/; revision=12001 2008-06-06 12:38:40 +00:00
Ludovic Courtès 32588e53ef Add pmccabe, a tool that computes the cyclomatic complexity of C/C++ source.
svn path=/nixpkgs/trunk/; revision=12000
2008-06-06 12:26:01 +00:00
Michael Raskin 120ee1d150 Fixed rescue-cd-configurable.nix
svn path=/nixos/trunk/; revision=11999
2008-06-06 10:04:27 +00:00
Eelco Dolstra 96a8dbfd58 * Upstart jobs for the Zabbix agent and server daemons.
svn path=/nixos/trunk/; revision=11998
2008-06-06 09:13:16 +00:00
Pjotr Prins f9e018c80d biology/paml added
svn path=/nixpkgs/trunk/; revision=11997
2008-06-06 08:23:49 +00:00
Eelco Dolstra dfb4b8d51c * dietlibc / static stdenvs: use original fetchurl.
svn path=/nixpkgs/trunk/; revision=11996
2008-06-06 08:01:26 +00:00
Michael Raskin 7ed0f3983d Not using dependencies when building statically..
svn path=/nixpkgs/trunk/; revision=11995
2008-06-06 07:50:52 +00:00
Pjotr Prins efa2ae30bd Control for biology packages
svn path=/nixpkgs/trunk/; revision=11994
2008-06-05 17:15:27 +00:00