Commit graph

15647 commits

Author SHA1 Message Date
Eelco Dolstra f887ecef57 * Latest CA certificate bundle, now without DigiNotar certificate.
svn path=/nixpkgs/trunk/; revision=29269
2011-09-14 11:59:18 +00:00
Yury G. Kudryashov 1d91e3ac45 Add pptp client
svn path=/nixpkgs/trunk/; revision=29267
2011-09-14 08:39:51 +00:00
Yury G. Kudryashov 4f8880a3e3 pmutils: PATH+=${dbus_tools}/bin, fix /sbin/hwclock
sleep.d/55NetworkManager needs dbus-send

svn path=/nixpkgs/trunk/; revision=29264
2011-09-14 04:06:43 +00:00
Sander van der Burg 30872fb8cc Transitive library dependencies are now propagated
svn path=/nixpkgs/trunk/; revision=29260
2011-09-13 21:07:08 +00:00
Piotr Pietraszkiewicz 44a7252405 made myself a maintainer of kadu
svn path=/nixpkgs/trunk/; revision=29259
2011-09-13 20:54:02 +00:00
Piotr Pietraszkiewicz 4d611bf817 bibletime-2.8.1 + made myself a maintainer
svn path=/nixpkgs/trunk/; revision=29258
2011-09-13 20:52:25 +00:00
Piotr Pietraszkiewicz 28ab7935b7 made myself a maintainer of sword
svn path=/nixpkgs/trunk/; revision=29257
2011-09-13 20:50:39 +00:00
Piotr Pietraszkiewicz 97efcfd4a4 made myself a maintainer of crack-attack + cosmetics (removed trailing whitespaces from the file)
svn path=/nixpkgs/trunk/; revision=29256
2011-09-13 20:49:45 +00:00
Piotr Pietraszkiewicz 45014dce17 added myself to the maintainers list
svn path=/nixpkgs/trunk/; revision=29255
2011-09-13 20:46:41 +00:00
Peter Simons a4239c7e14 tahoe-lafs: updated to version 1.8.3, which fixes an important security bug
Note that we currently cannot run the test suite!

svn path=/nixpkgs/trunk/; revision=29253
2011-09-13 20:10:41 +00:00
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