Peter Simons
592c7f453b
haskell-aeson: updated to version 0.6.0.0
...
svn path=/nixpkgs/trunk/; revision=31809
2012-01-24 15:06:06 +00:00
Peter Simons
f99bad4225
haskell-HStringTemplate: updated to version 0.6.8
...
svn path=/nixpkgs/trunk/; revision=31808
2012-01-24 15:06:03 +00:00
Peter Simons
ea9708ca01
haskell-mwc-random: added version 0.11.0.0
...
svn path=/nixpkgs/trunk/; revision=31807
2012-01-24 15:06:00 +00:00
Peter Simons
5f7e961d15
haskell-HsOpenSSL: added version 0.10.1.2
...
svn path=/nixpkgs/trunk/; revision=31806
2012-01-24 15:05:57 +00:00
Peter Simons
9e5c06adc9
haskell-language-javascript: updated to version 0.4.6
...
svn path=/nixpkgs/trunk/; revision=31805
2012-01-24 15:05:54 +00:00
Peter Simons
76cbc8ade8
haskell-text: added version 0.11.1.13
...
svn path=/nixpkgs/trunk/; revision=31804
2012-01-24 15:05:51 +00:00
Ludovic Courtès
b479c4b172
GCC 4.5.1: Add `gcc45_debug'.
...
svn path=/nixpkgs/trunk/; revision=31803
2012-01-24 14:56:41 +00:00
Karn Kallio
47ae4a01bd
kdenlive builds for kde48 release candidate (and kde47).
...
svn path=/nixpkgs/trunk/; revision=31802
2012-01-24 04:50:55 +00:00
Karn Kallio
151fcc6133
Get kdelibs from kde48 release candidate to build.
...
svn path=/nixpkgs/trunk/; revision=31801
2012-01-24 01:54:49 +00:00
Karn Kallio
8e00bbb06b
Get kadu to compile with kde48 (as well as kde47).
...
svn path=/nixpkgs/trunk/; revision=31800
2012-01-24 00:00:41 +00:00
Karn Kallio
39206f5b44
Get psi to compile with kde47 and kde48.
...
svn path=/nixpkgs/trunk/; revision=31799
2012-01-24 00:00:34 +00:00
Karn Kallio
90563b958f
kde 4.8 release candidate uses unstable directory for download.
...
svn path=/nixpkgs/trunk/; revision=31798
2012-01-23 21:56:33 +00:00
Karn Kallio
05bbc5edd5
ProofGeneral documentation does not build without cm-super fonts.
...
svn path=/nixpkgs/trunk/; revision=31797
2012-01-23 19:03:41 +00:00
Andres Löh
bbc726c86a
Adding haskell-DSH and dependencies.
...
svn path=/nixpkgs/trunk/; revision=31794
2012-01-23 16:22:34 +00:00
Florian Friesdorf
5c05e3f866
emacs-24 alsaLib and imagemagickBig
...
svn path=/nixpkgs/trunk/; revision=31788
2012-01-23 00:55:48 +00:00
Ludovic Courtès
44e38c020a
libgc 7.2alpha6 (June 2011).
...
svn path=/nixpkgs/trunk/; revision=31787
2012-01-22 10:52:09 +00:00
Arie Middelkoop
c298a5ba25
Version bumb of libmsn to 4.2.1.
...
This fixes the problem that with the previous version a connection with microsoft services could not be established anymore.
svn path=/nixpkgs/trunk/; revision=31786
2012-01-21 23:59:36 +00:00
Peter Simons
9b740035a4
mplayer: renamed the expression from "mplayer-r${version}" to "mplayer-${version}"
...
The additional 'r' after the hyphen prevented nix-env from recognizing the SVN
revision number as a version'ish kind of thing; thus nix-env would never update
an installed mplayer in any user profile.
In other words, to get this particular update, you must remove the old
expression by running
nix-env -e mplayer-r33472
..., and then install the new one:
nix-env -i mplayer
svn path=/nixpkgs/trunk/; revision=31785
2012-01-21 21:25:45 +00:00
Peter Simons
c9d11ba56a
mplayer: update mplayer and ffmpeg to current HEAD versions
...
svn path=/nixpkgs/trunk/; revision=31784
2012-01-21 21:25:41 +00:00
Peter Simons
70895ed45c
haskell-lifted-base: updated to version 0.1.0.3
...
svn path=/nixpkgs/trunk/; revision=31783
2012-01-21 20:39:44 +00:00
Peter Simons
7f062680e4
ledger3: updated to current HEAD
...
svn path=/nixpkgs/trunk/; revision=31782
2012-01-21 19:25:50 +00:00
Peter Simons
83fef2d3fa
ledger3: added some kind of date-based fake version number to help nix-env decide when to update
...
svn path=/nixpkgs/trunk/; revision=31781
2012-01-21 19:25:45 +00:00
Peter Simons
cf287936ac
ledger: renamed 2.6.3 version's nix file for consistency
...
svn path=/nixpkgs/trunk/; revision=31780
2012-01-21 19:25:41 +00:00
Peter Simons
40656ea5d1
mercurial: remove obsolete 'getConfig' mechanism to enable/disable GUI in favor of override
...
svn path=/nixpkgs/trunk/; revision=31778
2012-01-21 19:08:58 +00:00
Peter Simons
3c733ba49f
all-packages.nix: provide mercurialFull package that comes with GUI front-end
...
This version preferred in user profiles, but not by packages that refer
to mercurial by attribute name.
svn path=/nixpkgs/trunk/; revision=31777
2012-01-21 19:08:56 +00:00
Peter Simons
a118bc809e
all-packages.nix: removed comment which I believe to be obsolete
...
svn path=/nixpkgs/trunk/; revision=31776
2012-01-21 19:08:52 +00:00
Peter Simons
680787f13e
mercurial: updated to version 2.0.2
...
svn path=/nixpkgs/trunk/; revision=31775
2012-01-21 19:08:48 +00:00
Peter Simons
58b19bd365
all-packages.nix: removed notmuchGit attribute to fix "nix-env -u \*"
...
The corresponding expression is missing.
svn path=/nixpkgs/trunk/; revision=31774
2012-01-21 18:55:22 +00:00
Peter Simons
8045c6ebe2
dri-proto: upgraded to version 2.6 so that we can use intel 2.17 driver
...
svn path=/nixpkgs/trunk/; revision=31773
2012-01-21 18:47:40 +00:00
Peter Simons
87f1f70070
mesa: disabled unmaintained i965 gallium driver
...
svn path=/nixpkgs/trunk/; revision=31772
2012-01-21 18:47:37 +00:00
Peter Simons
e926d8d9f2
emacs: updated 23.3 to 23.3b
...
svn path=/nixpkgs/trunk/; revision=31771
2012-01-21 18:46:37 +00:00
Peter Simons
e86daecce9
emacs: strip trailing whitespace from expression for 23.x
...
svn path=/nixpkgs/trunk/; revision=31770
2012-01-21 18:46:28 +00:00
Peter Simons
33cfa26445
cups: don't build with dbus support on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=31769
2012-01-21 18:46:09 +00:00
Florian Friesdorf
364f1ce3f7
notmuch as emacsPackage and top-level without emacs support
...
svn path=/nixpkgs/trunk/; revision=31768
2012-01-21 18:29:14 +00:00
Florian Friesdorf
a8a8f5df23
notmuch-0.11
...
svn path=/nixpkgs/trunk/; revision=31767
2012-01-21 18:29:11 +00:00
Florian Friesdorf
89afc87de6
xapian-1.2.8
...
svn path=/nixpkgs/trunk/; revision=31766
2012-01-21 18:29:08 +00:00
Florian Friesdorf
c554168536
org-7.8.03
...
svn path=/nixpkgs/trunk/; revision=31765
2012-01-21 18:29:06 +00:00
Florian Friesdorf
57733bae5d
remove emacsSnapshot in favour of emacs24
...
svn path=/nixpkgs/trunk/; revision=31764
2012-01-21 18:29:02 +00:00
Florian Friesdorf
0d2d1dd139
emacs-24.0.92
...
svn path=/nixpkgs/trunk/; revision=31763
2012-01-21 18:28:57 +00:00
Florian Friesdorf
aa277f7d06
emacs-23 as base for emacs-24
...
svn path=/nixpkgs/trunk/; revision=31762
2012-01-21 18:28:54 +00:00
Florian Friesdorf
2d0a86d057
conkeror-1.0pre-20120105
...
svn path=/nixpkgs/trunk/; revision=31761
2012-01-21 18:28:51 +00:00
Florian Friesdorf
c9a2081809
conkeror, added myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=31760
2012-01-21 18:28:48 +00:00
Florian Friesdorf
0c01cddb03
chromium 18.0.975.0-pre114925
...
svn path=/nixpkgs/trunk/; revision=31759
2012-01-21 18:28:44 +00:00
Florian Friesdorf
98613aa43d
chromium, added myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=31758
2012-01-21 18:28:39 +00:00
Peter Simons
f8eee42a66
git-annex: updated to version 3.20120116
...
svn path=/nixpkgs/trunk/; revision=31757
2012-01-21 14:32:42 +00:00
Lluís Batlle i Rossell
a4c35d0393
I made the use of ccacheWrapper somewhat easier.
...
svn path=/nixpkgs/trunk/; revision=31756
2012-01-21 11:22:13 +00:00
Lluís Batlle i Rossell
9ed137c45b
Picking in pkgconfig the latest config.guess, as it does not know
...
mips64el-linux 3.2.0.
svn path=/nixpkgs/trunk/; revision=31754
2012-01-21 01:29:17 +00:00
Lluís Batlle i Rossell
8ea631310b
Making the ccacheWrapper a bit nicer. More flexible, specifically.
...
svn path=/nixpkgs/trunk/; revision=31753
2012-01-21 01:29:06 +00:00
Lluís Batlle i Rossell
4a1c721c01
Changing every reference from mips64-linux to mips64el-linux. That's
...
what the new nix thinks the fuloong is.
Anyone having the old nix should use a nixpkgs previous to this change to build
the new nix. And then, with the new nix, he can use any newer nixpkgs revision.
svn path=/nixpkgs/trunk/; revision=31751
2012-01-21 00:34:51 +00:00
Lluís Batlle i Rossell
e6c1aa2005
Fixing the kernel configuration for Fuloong2F. Specially with VGA_CONSOLE enabled,
...
it will not boot.
svn path=/nixpkgs/trunk/; revision=31750
2012-01-21 00:34:38 +00:00