Peter Simons
3aa17de5eb
haskell-cookie: updated to version 0.3.0.1
...
svn path=/nixpkgs/trunk/; revision=28675
2011-08-19 11:22:17 +00:00
Yury G. Kudryashov
d67ed200d2
Upgrade kipi-plugins to 1.9.0
...
svn path=/nixpkgs/trunk/; revision=28674
2011-08-19 09:27:44 +00:00
Rob Vermaas
e6e11e4b04
added concatImapStrings function
...
svn path=/nixpkgs/trunk/; revision=28673
2011-08-19 02:42:34 +00:00
Rob Vermaas
25fd505136
update ec2-ami-tools hash
...
svn path=/nixpkgs/trunk/; revision=28672
2011-08-19 02:41:23 +00:00
Rob Vermaas
ddd5cb7d29
update ec2-api-tools hash
...
svn path=/nixpkgs/trunk/; revision=28671
2011-08-19 02:40:51 +00:00
Yury G. Kudryashov
131e982556
Pull from pkgs, not rec
...
svn path=/nixpkgs/trunk/; revision=28669
2011-08-18 22:41:57 +00:00
Michael Raskin
ed43dce21c
Reverting update: strange things refuse to build with new util-linux
...
svn path=/nixpkgs/trunk/; revision=28668
2011-08-18 19:50:18 +00:00
Michael Raskin
e0c0d79a4d
Update util-linux-ng
...
svn path=/nixpkgs/trunk/; revision=28667
2011-08-18 19:35:24 +00:00
Michael Raskin
87e5c7e6fb
Enable options useful for lxc - linux containers. Changing only 3.0/3.1
...
svn path=/nixpkgs/trunk/; revision=28666
2011-08-18 16:10:50 +00:00
Michael Raskin
eb92b14435
Update Linux Containers userspace tools
...
svn path=/nixpkgs/trunk/; revision=28665
2011-08-18 15:01:53 +00:00
Michael Raskin
d518c0e630
OK, OK, --prefix for evince
...
svn path=/nixpkgs/trunk/; revision=28662
2011-08-18 13:05:24 +00:00
Yury G. Kudryashov
f7a51ce2ac
Fix udisks udev rules
...
svn path=/nixpkgs/trunk/; revision=28658
2011-08-18 12:53:07 +00:00
Yury G. Kudryashov
3df650fa23
xf86-input-wacom-0.11.1, fix name
...
Also remove broken 10-wacom.rules
svn path=/nixpkgs/trunk/; revision=28657
2011-08-18 12:52:57 +00:00
Yury G. Kudryashov
0466e94091
Add polkit-kde-agent
...
Move pinentry and polkit-gnome to tools/security.
svn path=/nixpkgs/trunk/; revision=28656
2011-08-18 12:52:50 +00:00
Yury G. Kudryashov
0b669505c2
linphone-3.4.3
...
svn path=/nixpkgs/trunk/; revision=28655
2011-08-18 12:52:41 +00:00
Yury G. Kudryashov
25461a3939
kde-runtime-4.7: don't use ntrack as it causes kded4 to consume 100% CPU
...
svn path=/nixpkgs/trunk/; revision=28654
2011-08-18 12:52:35 +00:00
Yury G. Kudryashov
c6458b5269
Do not pass kdebase to kget as buildInput
...
svn path=/nixpkgs/trunk/; revision=28653
2011-08-18 12:52:29 +00:00
Yury G. Kudryashov
385ae7d2c4
Let cups-pdf-filter use cups.src
...
svn path=/nixpkgs/trunk/; revision=28652
2011-08-18 12:52:22 +00:00
Michael Raskin
e33a0c0a85
fix evince
...
svn path=/nixpkgs/trunk/; revision=28651
2011-08-18 09:07:31 +00:00
Shea Levy
739b5aae63
linux-3.0.nix: Bump to 3.0.3. Not sure what happened to 3.0.2...
...
svn path=/nixpkgs/trunk/; revision=28650
2011-08-17 22:48:14 +00:00
Michael Raskin
4dc86642ef
Update Redstore
...
svn path=/nixpkgs/trunk/; revision=28649
2011-08-17 22:22:06 +00:00
Shea Levy
7593d8fdb8
blcr: Use the modDirVersion attribute to access the module dir
...
svn path=/nixpkgs/trunk/; revision=28648
2011-08-17 22:06:59 +00:00
Marco Maggesi
8db5491040
Ooops, over-simplified
...
svn path=/nixpkgs/trunk/; revision=28647
2011-08-17 16:52:38 +00:00
Marco Maggesi
6c7f80ad83
Simplify expression for BLCR (again)
...
svn path=/nixpkgs/trunk/; revision=28646
2011-08-17 16:32:20 +00:00
Marco Maggesi
b7b6d4e480
Symplify expression for BLCR
...
svn path=/nixpkgs/trunk/; revision=28645
2011-08-17 16:22:20 +00:00
Marco Maggesi
93829bfe47
Update BLCR to version 0.8.3
...
svn path=/nixpkgs/trunk/; revision=28642
2011-08-17 14:25:56 +00:00
Michael Raskin
4234447eac
Making Firefox 6.0 low-priority until it is fixed
...
svn path=/nixpkgs/trunk/; revision=28640
2011-08-17 12:46:20 +00:00
Peter Simons
9faf54888d
haskell-graphviz: updated to version 2999.12.0.3
...
svn path=/nixpkgs/trunk/; revision=28639
2011-08-17 10:39:37 +00:00
Peter Simons
01d9831f4b
pkgs/misc/misc.nix: removed the warning I added earlier
...
What I did was to add two versions of the same package into the same
collection, i.e. ghc-7.0.4 and ghc-7.2.1. I was surprised to see the
build succeed, because there are file collisions between these two. So I
(wrongly) assumed that the collection function was to blame, but in fact
this is a "feature" of nix-env. Apparently, file collision detection
doesn't take place when the user installs two versions of the same
package simultaneously. File collisions are detected only between
different packages!
For example, the command
nix-env -i ghc-7.0.4 ghc-7.2.1-wrapper
is going to fail, but
nix-env -i ghc-7.0.4-wrapper ghc-7.2.1-wrapper
is going to succeed. Maybe I just didn't read the documentation
thoroughly enough, but this behavior sure is unexpected to me.
svn path=/nixpkgs/trunk/; revision=28638
2011-08-16 23:42:29 +00:00
Peter Simons
1cff2d41aa
Fixed build of haskell-CouchDB. This change obsoletes the requirement
...
for json 0.3.6, which has subsequently been removed from the database.
svn path=/nixpkgs/trunk/; revision=28637
2011-08-16 23:32:16 +00:00
Peter Simons
f167461d97
haskell-uniplate: updated to version 1.6.2
...
svn path=/nixpkgs/trunk/; revision=28636
2011-08-16 23:24:12 +00:00
Peter Simons
88f17c3144
haskell-tagged: updated to version 0.2.3
...
svn path=/nixpkgs/trunk/; revision=28635
2011-08-16 23:24:09 +00:00
Peter Simons
7bbdb15d85
haskell-semigroups: updated to version 0.8
...
svn path=/nixpkgs/trunk/; revision=28634
2011-08-16 23:24:05 +00:00
Peter Simons
ce7e8f9781
haskell-flexible-defaults: updated to version 0.0.0.2
...
svn path=/nixpkgs/trunk/; revision=28633
2011-08-16 23:24:01 +00:00
Peter Simons
2e6a02e093
haskell-cryptohash: updated to version 0.7.1
...
svn path=/nixpkgs/trunk/; revision=28632
2011-08-16 23:23:57 +00:00
Peter Simons
882ce52a81
haskell-converge: updated to version 0.1.0.1
...
svn path=/nixpkgs/trunk/; revision=28631
2011-08-16 23:23:53 +00:00
Peter Simons
7f9f3672a4
haskell-Graphalyze: updated to version 0.12.0.0
...
This update obsoletes the requirement on Pandoc 1.6, which has
subsequently been removed from the repository.
svn path=/nixpkgs/trunk/; revision=28630
2011-08-16 23:23:49 +00:00
Peter Simons
8d20464e27
haskell-graphviz: updated to version 2999.12.0.2
...
This update obsoletes the requirement for polyparse 1.4, which has
subsequently been removed from the repository.
svn path=/nixpkgs/trunk/; revision=28629
2011-08-16 23:23:45 +00:00
Peter Simons
f01d5ea8f6
Dropped the obsolete haskell-CS173Tourney package (which was based on WebServer).
...
svn path=/nixpkgs/trunk/; revision=28628
2011-08-16 23:23:40 +00:00
Peter Simons
960e8c11e5
haskell-wl-pprint-text: added version 1.0.0.0
...
svn path=/nixpkgs/trunk/; revision=28627
2011-08-16 23:23:35 +00:00
Peter Simons
33d6fa4edc
Dropped the obsolete haskell-WebServer package. According to upstream, it is no
...
longer maintained and has been replaced by HappStack.
svn path=/nixpkgs/trunk/; revision=28626
2011-08-16 23:23:29 +00:00
Michael Raskin
a3a46ada24
Adding Firefox 6.0. Mozilla says it is seamless upgrade from 5.0, so I am trying not to change anything...
...
svn path=/nixpkgs/trunk/; revision=28625
2011-08-16 21:53:43 +00:00
Eelco Dolstra
822dd05d1d
* Update 32-bit Flash Player.
...
svn path=/nixpkgs/trunk/; revision=28624
2011-08-16 21:32:48 +00:00
David Guibert
f4b2ec4b58
fix nixpkgs tarball.
...
Not all systems have glibc into stdenv but mpich needs to propagate
it (because when linking pthread and rt librairies are required).
svn path=/nixpkgs/trunk/; revision=28623
2011-08-16 21:13:20 +00:00
David Guibert
f893414286
mpich2: 1.4
...
svn path=/nixpkgs/trunk/; revision=28620
2011-08-16 18:17:36 +00:00
David Guibert
11e9d58bcf
eclipse 3.7 (java and cpp)
...
svn path=/nixpkgs/trunk/; revision=28619
2011-08-16 18:17:31 +00:00
David Guibert
364a74843a
update paraview to 3.10.1
...
<patch description>
Signed-off-by: David Guibert <david.guibert@gmail.com>
svn path=/nixpkgs/trunk/; revision=28618
2011-08-16 18:17:26 +00:00
Karn Kallio
323f4a3464
Advance Racket to version 5.1.3
...
svn path=/nixpkgs/trunk/; revision=28617
2011-08-16 15:43:46 +00:00
Peter Simons
ed46e56842
all-packages.nix: make 'boost' refer to version 1.46.0 on Darwin
...
The 1.47.0 version doesn't compile for reasons I cannot debug since I
don't have access to that platform.
svn path=/nixpkgs/trunk/; revision=28616
2011-08-16 15:20:48 +00:00
Peter Simons
ea5a0a00a0
Renamed boost's default.nix to 1.47.0.nix for sake of consistency.
...
svn path=/nixpkgs/trunk/; revision=28615
2011-08-16 15:20:44 +00:00