Peter Simons
5856dbaa53
haskell-control-monad-attempt: updated to version 0.3.0.1
...
svn path=/nixpkgs/trunk/; revision=31686
2012-01-19 14:45:14 +00:00
Peter Simons
40a684701a
haskell-blaze-textual-native: updated to version 0.2.1.1
...
svn path=/nixpkgs/trunk/; revision=31685
2012-01-19 14:45:10 +00:00
Peter Simons
62e31a562f
haskell-aeson-native: updated to version 0.3.3.2
...
svn path=/nixpkgs/trunk/; revision=31684
2012-01-19 14:44:55 +00:00
Peter Simons
13e5cf2efb
haskell-vault: added version 0.1.0.0
...
svn path=/nixpkgs/trunk/; revision=31683
2012-01-19 14:44:33 +00:00
Ludovic Courtès
652712b77a
udisks: Autoreconf properly.
...
svn path=/nixpkgs/trunk/; revision=31679
2012-01-19 09:23:24 +00:00
Ludovic Courtès
ed221cf4cc
GNUnet 0.9.1.
...
svn path=/nixpkgs/trunk/; revision=31677
2012-01-18 20:53:00 +00:00
Ludovic Courtès
94a0bbcef3
GNU Source-Highlight 3.1.6.
...
svn path=/nixpkgs/trunk/; revision=31676
2012-01-18 20:52:55 +00:00
Ludovic Courtès
9975a56711
GNU xnee 3.11.
...
svn path=/nixpkgs/trunk/; revision=31675
2012-01-18 20:52:50 +00:00
Ludovic Courtès
7ce8cc9f2c
GNU Parallel 20111222.
...
svn path=/nixpkgs/trunk/; revision=31674
2012-01-18 20:52:45 +00:00
Ludovic Courtès
d9433c2167
GNU ddrescue 1.15.
...
svn path=/nixpkgs/trunk/; revision=31673
2012-01-18 20:52:40 +00:00
Ludovic Courtès
ffdd332cf7
libassuan 2.0.3.
...
svn path=/nixpkgs/trunk/; revision=31672
2012-01-18 20:52:36 +00:00
Ludovic Courtès
16753086a3
GNU Libidn 1.24.
...
svn path=/nixpkgs/trunk/; revision=31671
2012-01-18 20:52:31 +00:00
Ludovic Courtès
c295b6638e
GNU SIP Witch 1.2.1.
...
svn path=/nixpkgs/trunk/; revision=31670
2012-01-18 20:52:26 +00:00
Ludovic Courtès
8aaa52d532
GNU Common C++ 5.1.2.
...
svn path=/nixpkgs/trunk/; revision=31669
2012-01-18 20:52:22 +00:00
Ludovic Courtès
649168b846
GNU FreeIPMI 1.1.1.
...
svn path=/nixpkgs/trunk/; revision=31668
2012-01-18 20:52:17 +00:00
Ludovic Courtès
300372af20
GNU Automake 1.11.2.
...
svn path=/nixpkgs/trunk/; revision=31667
2012-01-18 20:52:12 +00:00
Ludovic Courtès
3d7597fdb9
GNU recutils 1.5.
...
svn path=/nixpkgs/trunk/; revision=31666
2012-01-18 20:52:07 +00:00
Ludovic Courtès
9d5df9699b
GnuTLS 3.0.11.
...
svn path=/nixpkgs/trunk/; revision=31665
2012-01-18 20:52:02 +00:00
Ludovic Courtès
449c5b537d
GNU Zile 2.4.3.
...
svn path=/nixpkgs/trunk/; revision=31664
2012-01-18 20:51:58 +00:00
Ludovic Courtès
2a6f139c5d
expect: Remove unneeded dependency on Autoconf.
...
svn path=/nixpkgs/trunk/; revision=31663
2012-01-18 20:51:52 +00:00
Peter Simons
0f3fa64430
wicd: integrate with upstart events
...
quite some services need to be started/restarted when a connection is
established/teared down. Also, some services are optional depending on
the connected access point. For example: use a vpn on an untrusted
network.
these small trigger scripts don't change any behaviour by themselves,
but allow you to hook in to them if you need.
example use:
jobs.gw6c.startOn = pkgs.lib.mkForce "started openvpn-dcsOffice";
jobs.gw6c.stopOn = pkgs.lib.mkForce "stopping openvpn-dcsOffice";
jobs."openvpn-dcsOffice".startOn = pkgs.lib.mkForce "wicd-postconnect";
jobs."openvpn-dcsOffice".stopOn = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect";
In the example, I use 3 layers. When a physical connection is
available (wifi connect), I setup a vpn connection, and setup an ipv6
tunnel on top of that. When disconnecting, they are automatically shut
down in the right order as well.
svn path=/nixpkgs/trunk/; revision=31662
2012-01-18 20:38:34 +00:00
Peter Simons
5ebdf058cc
intel X driver: upgraded to fix display glitches on newer chips
...
at least 2 nixos users were affected by a graphics bug that got fixed
in 2.15.
Officially 2.15 was meant for a newer xorg server, libdrm, mesa and all, but
I've been running with this for over a month with no issues (used
compositing desktop, opengl and hd video).
I know 2.17 is in the repo, but it doesn't builde (missing deps I
think).
svn path=/nixpkgs/trunk/; revision=31661
2012-01-18 20:38:30 +00:00
Peter Simons
8b3dd70553
openvpn: use iproute2 instead of net-tools
...
for setting up tunnel/routes.
I had some issues with ipv6, iproute2 fixed those.
Both are equally well supported by upstream.
svn path=/nixpkgs/trunk/; revision=31660
2012-01-18 20:38:27 +00:00
Peter Simons
1e4a7842d2
rsync: optional feature (disabled by default) to sync devices
...
I use this feature for doing snapshot backups, which is way faster
than copying a huge files tree.
The patch is semi-official, rsync-patches is maintained by rsync
upstream itself.
The patch doesn't affect any behaviour, it only adds 1 option
so it shouldn't affect you if you don't use it.
svn path=/nixpkgs/trunk/; revision=31659
2012-01-18 20:38:24 +00:00
Peter Simons
7b1be8e27d
btrfs-progs: small fix for Makefile
...
line was split so we cannot append anymore because that appends after \
svn path=/nixpkgs/trunk/; revision=31656
2012-01-18 20:32:45 +00:00
Peter Simons
8985708131
mongodb: new package (nosql database) - nixos integration available
...
svn path=/nixpkgs/trunk/; revision=31655
2012-01-18 20:32:41 +00:00
Peter Simons
e58052514b
youtube-dl: new package (download clips from youtube)
...
svn path=/nixpkgs/trunk/; revision=31654
2012-01-18 20:32:37 +00:00
Peter Simons
02392785c5
ghc-mod: new package (emacs haskell-mode extension)
...
svn path=/nixpkgs/trunk/; revision=31653
2012-01-18 20:32:34 +00:00
Peter Simons
cd22d76a8e
maintainers: added myself for upcoming packages
...
svn path=/nixpkgs/trunk/; revision=31652
2012-01-18 20:32:31 +00:00
Peter Simons
1646bc36da
wpa_supplicant: fixed crashing bug
...
on some hardware, wpa_supplicant would crash when controlled via dbus
(wicd/networkmanager), this patch fixes it.
svn path=/nixpkgs/trunk/; revision=31651
2012-01-18 20:32:29 +00:00
Peter Simons
f94f871b67
node.js: use shared v8 instead of bundled one
...
svn path=/nixpkgs/trunk/; revision=31650
2012-01-18 20:32:26 +00:00
Peter Simons
7abb4986a2
v8: upgraded to latest stable 3.6 version (which node.js uses)
...
svn path=/nixpkgs/trunk/; revision=31649
2012-01-18 20:32:23 +00:00
Peter Simons
3eca1b395f
jruby: upgraded to latest version, fixed java dependency
...
svn path=/nixpkgs/trunk/; revision=31648
2012-01-18 20:32:20 +00:00
Peter Simons
3dd02a75ef
openvpn: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31647
2012-01-18 20:32:17 +00:00
Peter Simons
3ea9f68e75
uhc: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31646
2012-01-18 20:32:14 +00:00
Peter Simons
db009e0eb8
emacs org-mode: upgraded to latest version
...
svn path=/nixpkgs/trunk/; revision=31645
2012-01-18 20:32:10 +00:00
Eelco Dolstra
f6db0ed1e0
* Mesa only builds on Linux.
...
svn path=/nixpkgs/trunk/; revision=31640
2012-01-18 18:45:00 +00:00
Michael Raskin
faedda84ef
A more correct condition for adding scripts to install
...
svn path=/nixpkgs/trunk/; revision=31638
2012-01-18 17:23:41 +00:00
Sander van der Burg
45add982ae
Bumped JSON to 2.53 and JSON-XS to 2.32. The older versions doesn't seem to be located on these sites anymore
...
svn path=/nixpkgs/trunk/; revision=31634
2012-01-18 16:19:25 +00:00
Alexander Tsamutali
87441a72be
perl-packages.nix: Added Sort-Versions.
...
svn path=/nixpkgs/trunk/; revision=31631
2012-01-18 15:14:42 +00:00
Peter Simons
a0672a86dc
haskell-yaml: updated to version 0.5.1.2
...
svn path=/nixpkgs/trunk/; revision=31630
2012-01-18 15:09:47 +00:00
Peter Simons
a0e44836a4
haskell-xml-conduit: updated to version 0.5.1.1
...
svn path=/nixpkgs/trunk/; revision=31629
2012-01-18 15:09:45 +00:00
Peter Simons
6094053539
haskell-zlib-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31628
2012-01-18 15:04:24 +00:00
Peter Simons
45bd1f2365
haskell-xml: updated to version 1.3.12
...
svn path=/nixpkgs/trunk/; revision=31627
2012-01-18 15:04:21 +00:00
Peter Simons
4401790252
haskell-tls: updated to version 0.8.5
...
svn path=/nixpkgs/trunk/; revision=31626
2012-01-18 15:04:19 +00:00
Peter Simons
2448541afc
haskell-data-accessor-template: updated to version 0.2.1.9
...
svn path=/nixpkgs/trunk/; revision=31625
2012-01-18 15:04:16 +00:00
Peter Simons
8cc90001d9
haskell-blaze-builder-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31624
2012-01-18 15:04:14 +00:00
Peter Simons
494083fbf6
haskell-attoparsec-conduit: updated to version 0.0.1
...
svn path=/nixpkgs/trunk/; revision=31623
2012-01-18 15:04:11 +00:00
Peter Simons
09dee8994f
haskell-idris: updated to version 0.9.0
...
svn path=/nixpkgs/trunk/; revision=31622
2012-01-18 15:04:09 +00:00
Alexander Tsamutali
6b174cfb82
applications/networking/remote/freerdp: Updated to 1.0.0.
...
svn path=/nixpkgs/trunk/; revision=31620
2012-01-18 13:45:46 +00:00
Eelco Dolstra
bbe40d00f4
* Bump nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=31619
2012-01-18 12:23:42 +00:00
Michael Raskin
6fd326a636
Remove obsolete phase
...
svn path=/nixpkgs/trunk/; revision=31618
2012-01-18 10:27:48 +00:00
Michael Raskin
a975a35254
Update Vacuum-IM
...
svn path=/nixpkgs/trunk/; revision=31617
2012-01-18 10:26:38 +00:00
Arie Middelkoop
ef07990836
Update of the 'thunderbird' package to 9.0.1.
...
Note: this update simplified the nix expression, as some of the problems mentioned in
the original expression do not seem present anymore.
Also note: the original expression did not compile in combination with the 3.1 kernel.
svn path=/nixpkgs/trunk/; revision=31615
2012-01-17 22:43:26 +00:00
Arie Middelkoop
b02bc1ef59
Update of the 'jedit' package.
...
svn path=/nixpkgs/trunk/; revision=31614
2012-01-17 22:40:05 +00:00
Eelco Dolstra
be1805b4fb
* Make Xfce 4.8 the default. Will remove 4.6 later.
...
svn path=/nixpkgs/trunk/; revision=31613
2012-01-17 19:15:50 +00:00
Eelco Dolstra
2f1edcc1eb
* Added Xfce's appfinder application.
...
svn path=/nixpkgs/trunk/; revision=31611
2012-01-17 18:08:09 +00:00
Peter Simons
39204c8649
haskell-http-enumerator: updated to version 0.7.2.4
...
svn path=/nixpkgs/trunk/; revision=31610
2012-01-17 17:44:42 +00:00
Peter Simons
47aaa3a4c0
haskell-http-conduit: updated to version 1.1.2.2
...
svn path=/nixpkgs/trunk/; revision=31609
2012-01-17 17:44:39 +00:00
Peter Simons
7b6b4212b9
haskell-colour: updated to version 2.3.3
...
svn path=/nixpkgs/trunk/; revision=31608
2012-01-17 17:44:35 +00:00
Eelco Dolstra
24431bd0f6
* Update various Xfce packages.
...
svn path=/nixpkgs/trunk/; revision=31607
2012-01-17 17:43:48 +00:00
Ludovic Courtès
eb1360bd66
hwloc: Make it easy to disable optional dependencies; fix cross-builds.
...
svn path=/nixpkgs/trunk/; revision=31606
2012-01-17 16:34:10 +00:00
Yury G. Kudryashov
3aa99d803e
Remove PATHS from find-svn.patch
...
svn path=/nixpkgs/trunk/; revision=31605
2012-01-17 16:27:57 +00:00
Eelco Dolstra
dc9830111b
* Added wkhtmltopdf.
...
svn path=/nixpkgs/trunk/; revision=31604
2012-01-17 11:04:14 +00:00
Peter Simons
729aea56b5
haskell-xml: updated to version 1.3.11
...
svn path=/nixpkgs/trunk/; revision=31603
2012-01-17 10:24:53 +00:00
Peter Simons
683d60e419
haskell-iteratee: updated to version 0.8.8.1
...
svn path=/nixpkgs/trunk/; revision=31602
2012-01-17 10:24:47 +00:00
Ludovic Courtès
4cbd319ce3
libffi: Revert to 3.0.9.
...
Version 3.0.10 fails to build on x86_64-freebsd8.2. Reported on
libffi-discuss@sourceware.org .
svn path=/nixpkgs/trunk/; revision=31601
2012-01-16 23:36:05 +00:00
Ludovic Courtès
92703a6d9e
libffi 3.0.10.
...
svn path=/nixpkgs/trunk/; revision=31600
2012-01-16 21:59:33 +00:00
Yury G. Kudryashov
6957240078
Fix typo
...
svn path=/nixpkgs/trunk/; revision=31599
2012-01-16 17:50:54 +00:00
Yury G. Kudryashov
ee0822153a
Upgrade libdrm and mesa to the latest versions
...
svn path=/nixpkgs/trunk/; revision=31598
2012-01-16 17:48:33 +00:00
Yury G. Kudryashov
81b4eef864
jasper: propagate libjpeg, kopete: remove 'fix'
...
svn path=/nixpkgs/trunk/; revision=31595
2012-01-16 17:36:59 +00:00
Eelco Dolstra
67f921896e
* nodejs 0.6.7 breaks npm, so go back to 0.6.6.
...
svn path=/nixpkgs/trunk/; revision=31594
2012-01-16 16:56:57 +00:00
Eelco Dolstra
fd6238d2c8
* NodeJS updated to 0.6.7.
...
svn path=/nixpkgs/trunk/; revision=31593
2012-01-16 16:34:13 +00:00
Peter Simons
5bcd4dd4dd
haskell-threadscope: updated to version 0.2.1
...
svn path=/nixpkgs/trunk/; revision=31592
2012-01-16 11:47:59 +00:00
Peter Simons
5d03943ec7
haskell-ghc-events: updated to version 0.4.0.0
...
svn path=/nixpkgs/trunk/; revision=31591
2012-01-16 11:47:57 +00:00
Peter Simons
0e224241bf
logstalgica: added version 1.0.3
...
svn path=/nixpkgs/trunk/; revision=31590
2012-01-16 11:34:00 +00:00
Peter Simons
01bea39bad
gource: cosmetic, no functional change
...
svn path=/nixpkgs/trunk/; revision=31589
2012-01-16 11:33:57 +00:00
Peter Simons
4cc9c46240
haskell-xml-types: updated to version 0.3.1
...
svn path=/nixpkgs/trunk/; revision=31588
2012-01-16 11:33:55 +00:00
Peter Simons
a4d0d699ea
haskell-xml-conduit: updated to version 0.5.1
...
svn path=/nixpkgs/trunk/; revision=31587
2012-01-16 11:33:52 +00:00
Peter Simons
bae87bb714
haskell-random-shuffle: updated to version 0.0.3
...
svn path=/nixpkgs/trunk/; revision=31586
2012-01-16 11:33:50 +00:00
Peter Simons
bfb2f12099
haskell-http-conduit: updated to version 1.1.1
...
svn path=/nixpkgs/trunk/; revision=31585
2012-01-16 11:33:48 +00:00
Peter Simons
c74f588e8d
haskell-enumerator: updated to version 0.4.18
...
svn path=/nixpkgs/trunk/; revision=31584
2012-01-16 11:33:45 +00:00
Peter Simons
a9f5e79a1b
haskell-conduit: updated to version 0.0.4
...
svn path=/nixpkgs/trunk/; revision=31583
2012-01-16 11:33:42 +00:00
Peter Simons
89f9d84c5f
haskell-cereal: updated to version 0.3.5.1
...
svn path=/nixpkgs/trunk/; revision=31582
2012-01-16 11:33:40 +00:00
Peter Simons
4b229a7291
haskell-base64-bytestring: updated to version 0.1.1.0
...
svn path=/nixpkgs/trunk/; revision=31581
2012-01-16 11:33:38 +00:00
Peter Simons
4907bb6cf5
haskell-math-functions: added version 0.1.1.0
...
svn path=/nixpkgs/trunk/; revision=31580
2012-01-16 11:33:34 +00:00
Arie Middelkoop
c87285c255
Updated the coccinelle package to the latest release (1.0.0-RC9).
...
Added additional ocaml modules which are needed for coccinelle.
svn path=/nixpkgs/trunk/; revision=31579
2012-01-16 10:20:13 +00:00
Arie Middelkoop
3b833cc93b
Minor-version bump of ocaml-batteries.
...
The previous version did not compile with ocaml>=3.12, and this version is also backwards compatible with 3.11.
svn path=/nixpkgs/trunk/; revision=31578
2012-01-16 10:17:02 +00:00
Andres Löh
57d26cdd8e
Adding recurseIntoAttrs for ghc-HEAD (for the ghc-7.4.1 rc phase).
...
svn path=/nixpkgs/trunk/; revision=31577
2012-01-16 09:55:03 +00:00
Shea Levy
5c64d68344
Update ruby gems
...
svn path=/nixpkgs/trunk/; revision=31576
2012-01-16 02:05:41 +00:00
Peter Simons
b7c53fcc4c
ftgl: added meta information
...
svn path=/nixpkgs/trunk/; revision=31573
2012-01-15 11:44:11 +00:00
Peter Simons
7ccde05271
git-annex: cosmetic change for the meta.license attribute
...
svn path=/nixpkgs/trunk/; revision=31572
2012-01-15 11:44:08 +00:00
Peter Simons
116a7c4ac2
ftgl: fixed download URL
...
svn path=/nixpkgs/trunk/; revision=31571
2012-01-15 11:44:05 +00:00
Peter Simons
3c8a798411
gource: added meta information and moved the package into version-management category
...
svn path=/nixpkgs/trunk/; revision=31570
2012-01-15 11:44:02 +00:00
Peter Simons
97e815a9af
git-annex: bumped to version 3.20120113
...
svn path=/nixpkgs/trunk/; revision=31569
2012-01-15 11:43:57 +00:00
Yury G. Kudryashov
5fe8b64cea
SDO: add meta.homepage
...
svn path=/nixpkgs/trunk/; revision=31566
2012-01-14 18:04:34 +00:00
Yury G. Kudryashov
6232b9129d
cairo: propagate more dependencies
...
svn path=/nixpkgs/trunk/; revision=31565
2012-01-14 18:04:28 +00:00
Yury G. Kudryashov
d5b73eadeb
Fix kalzium build
...
svn path=/nixpkgs/trunk/; revision=31564
2012-01-14 18:04:25 +00:00
Yury G. Kudryashov
810ab36e24
kde48.krdc depends on libjpeg
...
svn path=/nixpkgs/trunk/; revision=31563
2012-01-14 18:04:21 +00:00
Yury G. Kudryashov
cd62169a20
kopete: depend on sqlite, fix FindJasper
...
svn path=/nixpkgs/trunk/; revision=31562
2012-01-14 18:04:18 +00:00
Yury G. Kudryashov
abcc1e56db
Fix gwenview build
...
svn path=/nixpkgs/trunk/; revision=31561
2012-01-14 18:04:14 +00:00
Yury G. Kudryashov
3d8668b713
Fix ksecrets build
...
svn path=/nixpkgs/trunk/; revision=31560
2012-01-14 18:04:10 +00:00
Yury G. Kudryashov
84d691d520
kget depends on sqlite
...
svn path=/nixpkgs/trunk/; revision=31559
2012-01-14 18:04:07 +00:00
Yury G. Kudryashov
50e898b904
kscreensaver depends on libXt and needs pkg-config at build time
...
svn path=/nixpkgs/trunk/; revision=31558
2012-01-14 18:04:03 +00:00
Yury G. Kudryashov
547827b73b
kmousetool depends on libXt
...
svn path=/nixpkgs/trunk/; revision=31557
2012-01-14 18:04:00 +00:00
Yury G. Kudryashov
269b696112
libkdcraw: depend o libjpeg and lcms1
...
svn path=/nixpkgs/trunk/; revision=31556
2012-01-14 18:03:56 +00:00
Yury G. Kudryashov
893994372f
Depend on libjpeg
...
svn path=/nixpkgs/trunk/; revision=31555
2012-01-14 18:03:53 +00:00
Yury G. Kudryashov
e36b7005cc
Pass sqlite and pkgconfig to kdegames
...
svn path=/nixpkgs/trunk/; revision=31554
2012-01-14 18:03:48 +00:00
Yury G. Kudryashov
4dfdbed318
Fix kde48.kde_workspace FTBFS
...
svn path=/nixpkgs/trunk/; revision=31553
2012-01-14 18:03:45 +00:00
Yury G. Kudryashov
cced3d2b86
Fix compilation with qt-4.8
...
- Explicitly depend on libX11 and mesa
- Include GL/glu.h
svn path=/nixpkgs/trunk/; revision=31552
2012-01-14 18:03:41 +00:00
Yury G. Kudryashov
77c6648535
Propagate zlib
...
svn path=/nixpkgs/trunk/; revision=31551
2012-01-14 18:03:38 +00:00
Yury G. Kudryashov
51956f085d
ntrack-016, add meta
...
svn path=/nixpkgs/trunk/; revision=31550
2012-01-14 18:03:34 +00:00
Yury G. Kudryashov
bbee586d14
kde48.kalgebra: depend on kde48.analitza
...
svn path=/nixpkgs/trunk/; revision=31549
2012-01-14 18:03:31 +00:00
Yury G. Kudryashov
4675c738e6
PyKDE4: one part of purity patch fixed upstream
...
svn path=/nixpkgs/trunk/; revision=31548
2012-01-14 18:03:27 +00:00
Yury G. Kudryashov
dab22380e0
KDE4.8.kdemultimedia: depend on pulseaudio
...
svn path=/nixpkgs/trunk/; revision=31547
2012-01-14 18:03:24 +00:00
Yury G. Kudryashov
4024d33469
kde48.kdepim: depend on prison
...
svn path=/nixpkgs/trunk/; revision=31546
2012-01-14 18:03:20 +00:00
Yury G. Kudryashov
5df14ab40f
konsole: depend on kde-baseapps for libkonq
...
svn path=/nixpkgs/trunk/; revision=31545
2012-01-14 18:03:17 +00:00
Yury G. Kudryashov
8133e47172
Fix output hash
...
svn path=/nixpkgs/trunk/; revision=31544
2012-01-14 18:03:12 +00:00
Yury G. Kudryashov
94af5f0664
kde48.kactivities: depend on SDO
...
svn path=/nixpkgs/trunk/; revision=31543
2012-01-14 18:03:08 +00:00
Yury G. Kudryashov
b891f159b5
grantlee-0.2.0
...
svn path=/nixpkgs/trunk/; revision=31542
2012-01-14 18:03:05 +00:00
Yury G. Kudryashov
c2e38f32c0
avogadro: explicitly depend on pkg-config
...
svn path=/nixpkgs/trunk/; revision=31541
2012-01-14 18:03:01 +00:00
Yury G. Kudryashov
e7dccbfcb8
openbabel-2.3.1, depend on cairo
...
svn path=/nixpkgs/trunk/; revision=31540
2012-01-14 18:02:54 +00:00
Yury G. Kudryashov
cf207c3e83
libical-0.48
...
svn path=/nixpkgs/trunk/; revision=31539
2012-01-14 18:02:46 +00:00
Peter Simons
4e5092d0c6
Revert "libdrm: updated to version 2.4.29"
...
This reverts commit ebe85f30fa075507313fc9dfa6ceb96501c6e332.
svn path=/nixpkgs/trunk/; revision=31537
2012-01-14 12:13:53 +00:00
Peter Simons
729162873e
Revert "mesa: updated to version 7.11.2"
...
This reverts commit b18ddb0ac8bc232df2cfd2980bd22ee9beae7b12.
svn path=/nixpkgs/trunk/; revision=31536
2012-01-14 12:13:51 +00:00
Peter Simons
61ad4a1b2b
haskell-streamproc: updated to version 1.6
...
svn path=/nixpkgs/trunk/; revision=31535
2012-01-14 12:09:20 +00:00
Peter Simons
736b039b3f
libdrm: updated to version 2.4.29
...
svn path=/nixpkgs/trunk/; revision=31534
2012-01-14 12:09:15 +00:00
Peter Simons
0819c85d91
mesa: updated to version 7.11.2
...
svn path=/nixpkgs/trunk/; revision=31533
2012-01-14 12:09:09 +00:00
Peter Simons
9ddd085129
subversion: instantiate SASL only when it's actually enabled
...
svn path=/nixpkgs/trunk/; revision=31532
2012-01-14 12:05:18 +00:00
Shea Levy
a11fda4b4b
mysql51: enable building on darwin
...
svn path=/nixpkgs/trunk/; revision=31531
2012-01-14 11:58:29 +00:00
Peter Simons
ef343ed3ab
subversion: add sasl support
...
svn path=/nixpkgs/trunk/; revision=31530
2012-01-14 11:41:06 +00:00
Arie Middelkoop
32327df918
Removed the now obsolete firmware-linux-free package.
...
svn path=/nixpkgs/trunk/; revision=31528
2012-01-14 09:31:12 +00:00
Arie Middelkoop
edc1c525ba
Removed some debugging info that I forgot to remove *oops*.
...
svn path=/nixpkgs/trunk/; revision=31525
2012-01-13 22:31:42 +00:00
Arie Middelkoop
0368987722
Desktopitem for the Skype package.
...
svn path=/nixpkgs/trunk/; revision=31522
2012-01-13 22:21:48 +00:00
Eelco Dolstra
e3796d59a6
* Mark chrome as low priority so that the chrome wrapper gets
...
installed.
svn path=/nixpkgs/trunk/; revision=31521
2012-01-13 13:43:15 +00:00
Peter Simons
5331d4e98b
haskell-wxdirect: updated to version 0.13.1.1
...
svn path=/nixpkgs/trunk/; revision=31519
2012-01-13 10:32:11 +00:00
Peter Simons
c334c8b547
haskell-wxcore: updated to version 0.13.2
...
svn path=/nixpkgs/trunk/; revision=31518
2012-01-13 10:32:08 +00:00
Peter Simons
e495d3345f
haskell-wx: updated to version 0.13.2
...
svn path=/nixpkgs/trunk/; revision=31517
2012-01-13 10:32:06 +00:00
Peter Simons
dd90ec0d92
wxGTK-2.x: enable support for media control
...
svn path=/nixpkgs/trunk/; revision=31516
2012-01-13 10:32:02 +00:00
Peter Simons
6284c83b15
wxGTK-2.x: enable parallel building
...
svn path=/nixpkgs/trunk/; revision=31515
2012-01-13 10:31:58 +00:00
Peter Simons
1585c62857
pkgs/development/libraries/wxGTK-2.8: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=31514
2012-01-13 10:31:56 +00:00
Peter Simons
d7985d419f
pkgs/development/libraries/wxGTK-2.9: renamed Nix files for consistency
...
svn path=/nixpkgs/trunk/; revision=31513
2012-01-13 10:31:52 +00:00
Peter Simons
4ae7c66bc0
haskell-xml-conduit: updated to version 0.5.0.1
...
svn path=/nixpkgs/trunk/; revision=31512
2012-01-13 09:27:15 +00:00
Peter Simons
9b408f567d
haskell-vty: updated to version 4.7.0.8
...
svn path=/nixpkgs/trunk/; revision=31511
2012-01-13 09:27:13 +00:00
Peter Simons
9f4723abd5
haskell-attoparsec-conduit: updated to version 0.0.0.1
...
svn path=/nixpkgs/trunk/; revision=31510
2012-01-13 09:27:10 +00:00
Peter Simons
bae5b8dabb
git-annex: updated to version 3.20120106
...
svn path=/nixpkgs/trunk/; revision=31509
2012-01-13 09:27:08 +00:00
Peter Simons
6f5294ec94
ikiwiki: updated to version 3.20120109
...
svn path=/nixpkgs/trunk/; revision=31508
2012-01-13 09:27:05 +00:00
Arie Middelkoop
37fe977ad8
Fixed the hash of the multitouch package.
...
Note: the specified rev is still the latest in the master branch,
so it's actually odd that the computed hash is not correct.
svn path=/nixpkgs/trunk/; revision=31506
2012-01-13 08:26:45 +00:00
Lluís Batlle i Rossell
4238637b40
Adding GNU archimedes.
...
svn path=/nixpkgs/trunk/; revision=31505
2012-01-12 19:23:47 +00:00
Lluís Batlle i Rossell
1c186a3207
Making 'withGpg' optional in centerim.
...
svn path=/nixpkgs/trunk/; revision=31504
2012-01-12 19:00:35 +00:00