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
Yury G. Kudryashov
b6648e207d
KDE SC 4.7.1
...
Mostly automatic update. The only manual change caused by some movements on
projects.kde.org. Untested.
svn path=/nixpkgs/trunk/; revision=29179
2011-09-11 12:39:06 +00:00
Peter Simons
8993dabdf4
haskell-yesod: updated to version 0.9.2
...
svn path=/nixpkgs/trunk/; revision=29178
2011-09-11 10:34:26 +00:00
Peter Simons
5557e9dcf2
haskell-yesod-form: updated to version 0.3.2
...
svn path=/nixpkgs/trunk/; revision=29177
2011-09-11 10:34:22 +00:00
Peter Simons
e4f516bda4
haskell-yesod-core: updated to version 0.9.2
...
svn path=/nixpkgs/trunk/; revision=29176
2011-09-11 10:34:17 +00:00
Peter Simons
4be1a78270
haskell-yesod-auth: updated to version 0.7.2
...
svn path=/nixpkgs/trunk/; revision=29175
2011-09-11 10:34:13 +00:00
Peter Simons
e8375ba69c
haskell-warp: updated to version 0.4.5
...
svn path=/nixpkgs/trunk/; revision=29174
2011-09-11 10:34:04 +00:00
Peter Simons
06a51a4a46
haskell-wai: updated to version 0.4.2
...
svn path=/nixpkgs/trunk/; revision=29173
2011-09-11 10:33:56 +00:00
Peter Simons
e85eca5f8d
haskell-shakespeare: updated to version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=29172
2011-09-11 10:33:49 +00:00
Peter Simons
8b42338143
haskell-shakespeare-text: updated to version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=29171
2011-09-11 10:33:43 +00:00
Peter Simons
74d68f2be9
haskell-shakespeare-css: updated to version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=29170
2011-09-11 10:33:36 +00:00
Peter Simons
e75afee27c
haskell-persistent: updated to version 0.6.2
...
svn path=/nixpkgs/trunk/; revision=29169
2011-09-11 10:33:31 +00:00
Peter Simons
eb588afe73
haskell-persistent-template: updated to version 0.6.2
...
svn path=/nixpkgs/trunk/; revision=29168
2011-09-11 10:33:23 +00:00
Peter Simons
af78f75777
haskell-authenticate: updated to version 0.10.2.1
...
svn path=/nixpkgs/trunk/; revision=29167
2011-09-11 10:33:15 +00:00
Peter Simons
e364367ec9
haskell-hamlet: updated to version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=29166
2011-09-11 10:33:08 +00:00
Peter Simons
ee57346eb9
haskell-shakespeare-text: added version 0.10.1
...
svn path=/nixpkgs/trunk/; revision=29165
2011-09-11 10:32:59 +00:00
Andres Löh
829a5e3209
Bump GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=29164
2011-09-11 09:14:22 +00:00
Yury G. Kudryashov
68a3b1395e
wpa_supplicant-0.7.3
...
Add D-Bus interface required by NM-0.9
svn path=/nixpkgs/trunk/; revision=29163
2011-09-11 07:27:01 +00:00
Yury G. Kudryashov
134fb92f73
Drop unused buildInput
...
Mark virtuoso as a runtime dependency of kdebase-runtime.
The propagatedUserEnvPackages is not used by buildEnv, but I'm going to let it
use this property (instead of/in addition to)
$prefix/nix-support/propagated-user-env-packages.
svn path=/nixpkgs/trunk/; revision=29162
2011-09-11 07:25:30 +00:00
Yury G. Kudryashov
e236848406
Disable networkmanager in kdebase-workspace-4.5.5
...
NM-0.8 never worked in NixOS, and KDE-4.5 doesn't support newer NM
svn path=/nixpkgs/trunk/; revision=29161
2011-09-10 20:09:11 +00:00
Yury G. Kudryashov
ae94d87ef4
Trying to fix networkmanager
...
svn path=/nixpkgs/trunk/; revision=29160
2011-09-10 19:23:26 +00:00
Peter Simons
49bf0b50a8
haskell-cabal-ghci: updated to version 0.1.1
...
svn path=/nixpkgs/trunk/; revision=29152
2011-09-10 11:27:13 +00:00