Commit graph

15737 commits

Author SHA1 Message Date
Peter Simons 60edb6348f python-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=29252
2011-09-13 20:10:37 +00:00
Peter Simons 86683f9c04 pycryptopp: updated to version 0.5.29
svn path=/nixpkgs/trunk/; revision=29251
2011-09-13 20:10:33 +00:00
Peter Simons 6426183c0c python-foolscap: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=29250
2011-09-13 20:10:29 +00:00
Sander van der Burg cdde5132f8 Removed some obsolete restrictions, so that transitive dependencies are also loaded
svn path=/nixpkgs/trunk/; revision=29249
2011-09-13 20:07:14 +00:00
Yury G. Kudryashov 83814bdc41 Changes required by NM-0.9
* Add NL80211 driver
* Install d-bus config files

svn path=/nixpkgs/trunk/; revision=29248
2011-09-13 19:29:13 +00:00
Yury G. Kudryashov 8c6b8753d5 NM: propagate dbus-glib
svn path=/nixpkgs/trunk/; revision=29247
2011-09-13 19:27:41 +00:00
Peter Simons 9f20aa5df6 bash: install extensive completion library in the interactive version
Add the command-line completion library to the "interactive" version of
bash. That code is *not* active by default. To enable it, run

 | . ${bash}/etc/bash_completion

in your ~/.bashrc. If you prefer to build bashInteractive without that
feature, use the following override in ~/.nixpkgs/config.nix to disable it:

 | {
 |   packageOverrides = pkgs:
 |   {
 |     bashInteractive = pkgs.bashInteractive.override {
 |       bashCompletion = null;
 |     };
 |   };
 | }

svn path=/nixpkgs/trunk/; revision=29244
2011-09-13 17:50:03 +00:00
Peter Simons 3c5ff4a118 haskell-hledger-web: added version 0.15.3
svn path=/nixpkgs/trunk/; revision=29243
2011-09-13 17:35:18 +00:00
Peter Simons 6557b25b37 haskell-io-storage: added version 0.3
svn path=/nixpkgs/trunk/; revision=29242
2011-09-13 17:35:12 +00:00
Peter Simons 8c8d88080d haskell-time: updated to version 1.4
svn path=/nixpkgs/trunk/; revision=29241
2011-09-13 17:35:07 +00:00
Sander van der Burg 29cb002977 The string array needs to be comma separated
svn path=/nixpkgs/trunk/; revision=29240
2011-09-13 15:53:26 +00:00
Sander van der Burg 06891d3997 Improved the wrapper: it is now a separate component invoking the executable's main method through the refelection API
svn path=/nixpkgs/trunk/; revision=29239
2011-09-13 15:47:54 +00:00
Russell O'Connor 15293fa398 Upgrading cups to 1.5.0
(this fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634325)


svn path=/nixpkgs/trunk/; revision=29237
2011-09-13 13:57:46 +00:00
Sander van der Burg 89cf1d4b9b Oops: forgot to include the wrapper class
svn path=/nixpkgs/trunk/; revision=29236
2011-09-13 12:17:28 +00:00
Sander van der Burg 610d109f75 Initial implementation of a main class wrapper which resolves runtime dependencies automatically
svn path=/nixpkgs/trunk/; revision=29235
2011-09-13 12:17:04 +00:00
Michael Raskin f75f1871d7 all-packages.nix entry for disser
svn path=/nixpkgs/trunk/; revision=29231
2011-09-12 20:50:32 +00:00
Michael Raskin f00f3ef88d Fix disser build
svn path=/nixpkgs/trunk/; revision=29230
2011-09-12 20:50:07 +00:00
Karn Kallio 37651d0e68 Fix kremotecontrol build.
svn path=/nixpkgs/trunk/; revision=29229
2011-09-12 18:46:21 +00:00
Peter Simons 93955eabc5 haskell-cabal2nix: updated to version 1.15
svn path=/nixpkgs/trunk/; revision=29227
2011-09-12 17:31:15 +00:00
Peter Simons 7bc8c122bd bash-completion: fixed hard-coded reference to /etc
svn path=/nixpkgs/trunk/; revision=29226
2011-09-12 17:31:11 +00:00
Eelco Dolstra 17925a9d3c * OpenSSL: Allow the location of the X509 certificate file (the CA
bundle) to be set through the environment variable
  ‘OPENSSL_X509_CERT_FILE’.  This is necessary because the default
  location ($out/ssl/cert.pem) doesn't exist, and hardcoding something
  like /etc/ssl/cert.pem is impure and cannot be overriden
  per-process.  For security, the environment variable is ignored for
  setuid binaries.

svn path=/nixpkgs/trunk/; revision=29224
2011-09-12 16:57:34 +00:00
Peter Simons c88d870123 Haskell packages that require access to libc (for <time.h>, etc.)
consistently depend on the (non-existent) attribute 'libc'. That
dependency is then fulfilled by defining

  libc = pkgs.stdenv.gcc.libc;

in haskell-packages.nix where appropriate. On platforms impure platforms,
such as Darwin, that attribute evaluates to 'null'.

svn path=/nixpkgs/trunk/; revision=29223
2011-09-12 16:46:14 +00:00
Peter Simons 631772e028 haskell-svgcairo: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29222
2011-09-12 16:46:10 +00:00
Peter Simons 7c6aa89222 haskell-pango: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29221
2011-09-12 16:46:06 +00:00
Peter Simons a69572d3a5 haskell-gtksourceview2: updated to version 0.12.3
svn path=/nixpkgs/trunk/; revision=29220
2011-09-12 16:46:02 +00:00
Peter Simons dc0a01018e haskell-gtk2hs-buildtools: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29219
2011-09-12 16:45:57 +00:00
Peter Simons 676a2a355e haskell-gtk: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29218
2011-09-12 16:45:51 +00:00
Peter Simons 2f28f47997 haskell-glib: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29217
2011-09-12 16:45:47 +00:00
Peter Simons c59d360c6a haskell-glade: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29216
2011-09-12 16:45:39 +00:00
Peter Simons f0e8a10ff4 haskell-cairo: updated to version 0.12.1
svn path=/nixpkgs/trunk/; revision=29215
2011-09-12 16:45:35 +00:00
Peter Simons 744450f9c4 haskell-yesod: updated to version 0.9.2.1
svn path=/nixpkgs/trunk/; revision=29214
2011-09-12 16:45:31 +00:00
Peter Simons 775896c15f haskell-epic: updated to version 0.1.13
svn path=/nixpkgs/trunk/; revision=29213
2011-09-12 16:45:27 +00:00
Peter Simons 20c7526891 haskell-vector-algorithms: dropped obsolete version 0.4
svn path=/nixpkgs/trunk/; revision=29212
2011-09-12 16:45:23 +00:00
Peter Simons 107201f99f haskell-case-insensitive: dropped obsolete version 0.3
svn path=/nixpkgs/trunk/; revision=29211
2011-09-12 16:45:18 +00:00
Peter Simons d1219f3e3a haskell-snap-server: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29210
2011-09-12 16:45:13 +00:00
Peter Simons 3ac8f8c892 haskell-snap-core: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=29209
2011-09-12 16:45:08 +00:00
Eelco Dolstra 3e54387efd * Added OpenSSL 1.0.0e (not updating the default yet because a lot
depends on it).  Also, install the manpages in $out/share/man rather
  than $out/ssl/man.

svn path=/nixpkgs/trunk/; revision=29208
2011-09-12 16:09:00 +00:00
Eelco Dolstra 41d9959ed3 * Better description.
svn path=/nixpkgs/trunk/; revision=29207
2011-09-12 13:02:54 +00:00
Eelco Dolstra 74e4d96e7e * Remove the kde_baseapps wrapper because
1) It broke the Gwenview build (it ended up depending on the
     wrapper).
  2) It's confusing to have two identically named packages.
  3) If upstream's kde_baseapps doesn't include Konsole and Kate, then
     why should ours?

svn path=/nixpkgs/trunk/; revision=29206
2011-09-12 12:45:59 +00:00
Eelco Dolstra f16c8d72db * Remove obsolete file.
svn path=/nixpkgs/trunk/; revision=29205
2011-09-12 12:40:58 +00:00
Eelco Dolstra 3e3613c75a * Update the oxygen-icons output hash.
svn path=/nixpkgs/trunk/; revision=29204
2011-09-12 12:34:06 +00:00
Eelco Dolstra bc1298e651 * Updated nixUnstable.
svn path=/nixpkgs/trunk/; revision=29203
2011-09-12 10:02:03 +00:00
Shea Levy 4a47336cb5 linux-3.1.nix: Bump to rc5
I wanted to wait for kernel.org to get back up, but there doesn't seem to be any information about when that will be. If you don't trust that this is Torvalds' github, see https://lkml.org/lkml/2011/9/4/92 for how to verify

svn path=/nixpkgs/trunk/; revision=29198
2011-09-12 03:38:12 +00:00
Eelco Dolstra 6a73467eac * Chromium updated to the latest version. Because Chromium now used
Gold, this requires a new patchelf.
* Changed the package name from ‘chrome’ to ‘chromium’.

svn path=/nixpkgs/trunk/; revision=29197
2011-09-11 20:48:02 +00:00
Shea Levy d1808a89d3 haskellPackages.{cairo,pango,glib,gtk}: Depend on the stdenv libc instead of glibc
svn path=/nixpkgs/trunk/; revision=29190
2011-09-11 18:48:46 +00:00
Shea Levy 2155a9b00f Fix evaluation errors for haskellPackages.gtk on darwin. Note that the build is currently not successful.
svn path=/nixpkgs/trunk/; revision=29189
2011-09-11 18:28:14 +00:00
Michael Raskin 7bb4bf3fe0 Adding LOVE Lua-based game framework/interpreter
svn path=/nixpkgs/trunk/; revision=29188
2011-09-11 17:05:48 +00:00
Michael Raskin 90d89bfe68 Fixing some of Veracity tests
svn path=/nixpkgs/trunk/; revision=29187
2011-09-11 16:46:17 +00:00
Michael Raskin 8351a946d2 Adding libmodplug
svn path=/nixpkgs/trunk/; revision=29186
2011-09-11 16:45:42 +00:00
Andres Löh 23737894ec Updating comments: latest ghc-7.3 snapshot succeeds on more packages.
svn path=/nixpkgs/trunk/; revision=29183
2011-09-11 15:18:53 +00:00