Peter Simons
41020224ad
nvidia-x11: use the brand-new 'unfree-redistributable' license for this package
2013-03-24 22:47:12 +01:00
Peter Simons
3388c3433e
pkgs/lib/licenses.nix: strip trailing whitespace
2013-03-24 22:45:48 +01:00
Peter Simons
a06ec6bb62
pkgs/lib/licenses.nix: add 'unfree' and 'unfree-redistributable' licenses
2013-03-24 22:45:21 +01:00
Peter Simons
6f85323164
haskell-circle-packing: add version 0.1.0.2
2013-03-24 18:08:35 +01:00
Peter Simons
8de45f4da4
haskell-arithmoi: add version 0.4.0.3
2013-03-24 17:44:05 +01:00
Peter Simons
194673f1f5
haskell-wai-extra: update to version 1.3.3.2
2013-03-24 17:33:53 +01:00
Peter Simons
62480ce404
haskell-hamlet: update to version 1.1.7
2013-03-24 17:33:53 +01:00
Peter Simons
40b194caf9
haskell-diagrams-contrib: update to version 0.6.1
2013-03-24 17:33:53 +01:00
Peter Simons
9497164f61
haskell-conduit: update to version 1.0.4.1
2013-03-24 17:33:53 +01:00
Peter Simons
17a4e0f13c
haskell-blaze-builder: update to version 0.3.1.1
2013-03-24 17:33:53 +01:00
Peter Simons
b6aaccc816
haskell-attoparsec-conduit: update to version 1.0.1
2013-03-24 17:33:52 +01:00
Peter Simons
1670613203
haskell-editline: add myself as maintainer
2013-03-24 17:33:26 +01:00
Florian Friesdorf
c93aebb87e
get iptraf to compile
2013-03-24 14:44:10 +01:00
Shea Levy
98860f429d
Add the addPassthru library function
...
With multiple outputs, adding attributes to a derivation without
changing the {drv,out}Path is no longer as trivial as simply using the
`//' operator, as we usually want to add the attribute to _each_ output,
and even if we only care about one that one output can be reached via
multiple paths.
For stdenv.mkDerivation, we already had code in place to add passthru
and meta attributes to derivations. This commit simply factors part of
that code out into a lib function addPassthru, which takes a derivation
and an attribute set and appends the attribute set to each output of the
derivation.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-24 08:29:10 -04:00
Shea Levy
4fa4ab3a6e
Partially revert my recent kernelPackages changes
...
First, pass in `self' again so that overriding works properly (thanks
for pointing that out, @edolstra)
Second, instead of having linuxPackages*.kernel mean something different
inside the set and out, add a new attribute linuxPackages*.kernelDev,
which for the generic kernel is simply linuxPackages*.kernel but for the
manual-config kernel is the `dev' output (which has the build tree,
source tree, etc.)
The second change required trivial modifications in a bunch of
expressions, I verified that all of the linuxPackages* sets defined in
all-packages.nix have the same drv paths before and after the change.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-24 07:45:00 -04:00
Vladimír Čunát
f8fb55b4cc
gparted: update
2013-03-23 20:25:35 +01:00
Peter Simons
35c86a3d99
release-haskell.nix: configure package set for ghc 6.10.4, 6.12.3 and 7.0.4
2013-03-23 18:44:44 +01:00
Peter Simons
439809b6c6
Fix build of haskell-platform 2009.2.0.2.
2013-03-23 18:44:44 +01:00
Peter Simons
f684ed19ba
haskell-editline: add old version 0.2.1.0
2013-03-23 18:44:44 +01:00
Peter Simons
32fb6ed5e3
pkgs/build-support/cabal: disable doCheck by default on GHC 7.0.x platforms
...
Trying to run the unit tests with GHC 7.0.4 causes so many builds to
fail that it's probably not worth-while.
2013-03-23 18:44:44 +01:00
Florian Friesdorf
6617f5ca9e
chromium-25.0.1364.172, 26.0.1410.40, 27.0.1448.0
...
26.0.1410.28 was broken for me
2013-03-23 18:20:38 +01:00
Peter Simons
c0e0604c4d
nvidia-x11: change meta.license from "unfree" to "proprietary"
...
I'm not entirely sure what the appropriate license attribute for this
package is. The license [1] says:
| 2.1.2 Linux/FreeBSD Exception. Notwithstanding the foregoing terms of
| Section 2.1.1, SOFTWARE designed exclusively for use on the Linux or
| FreeBSD operating systems, or other operating systems derived from
| the source code to these operating systems, may be copied and
| redistributed, provided that the binary files thereof are not
| modified in any way (except for unzipping of compressed files).
It sounds to me like this gives NixOS the right to re-distribute the
files (because we don't modify them). The 'proprietary' license sort-of
fits that. On the other hand, we seem to assume that proprietary
software cannot be redistributed, which doesn't apply here.
[1] http://www.nvidia.com/content/DriverDownload-March2009/licence.php?lang=us
2013-03-23 15:58:15 +01:00
Peter Simons
83d0a3a37c
ghc: add meta.license attribute to all compiler versions
2013-03-23 15:58:14 +01:00
Peter Simons
573e61ea6f
pkgs/top-level/release-haskell.nix: configure Hydra to verify that important Haskell packages build
...
At the moment, this file is used only by my own Hydra instance.
2013-03-23 15:58:14 +01:00
Peter Simons
6fc2cccfe6
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
2013-03-23 15:58:14 +01:00
Peter Simons
ac8b39f66a
haskell-wai-extra: jailbreak to fix build with latest version of 'void'
2013-03-23 15:58:14 +01:00
Peter Simons
81970ff445
haskell-conduit: jailbreak to fix build with latest version of 'void'
2013-03-23 15:58:14 +01:00
Peter Simons
9e5910620f
haskell-void: update to version 0.6
2013-03-23 15:58:14 +01:00
Peter Simons
3aab8525ed
haskell-bytestring-lexing: update to version 0.4.3
2013-03-23 15:58:14 +01:00
Sander van der Burg
5add198e3d
nijs: updated to 0.0.5
2013-03-23 15:24:59 +01:00
Rok Garbas
54d81f1b6b
opencv: python bindings
2013-03-23 00:44:19 +01:00
Rok Garbas
fb127d28cb
ipython: adding depenencies for ipython's notebook
2013-03-23 00:38:18 +01:00
Domen Kožar
b6e9ec2b93
Merge pull request #401 from cpages/master
...
doxygen: update to 1.8.3.1
2013-03-22 11:36:22 -07:00
Lluís Batlle i Rossell
4144141c7b
Fixing the teamviewer evaluation and builds.
...
Now tested even the tarball, before committing.
2013-03-22 16:16:37 +01:00
Evgeny Egorochkin
48a871ffb7
Update nvidia legacy 304 driver so that it compiles with new kernels
2013-03-22 17:01:32 +02:00
Carles Pagès
381660cf31
doxygen: update to 1.8.3.1
...
There are many bugfixes and some new features over 1.8.1.
2013-03-22 15:44:27 +01:00
Rok Garbas
f7ddf2fc4a
Merge pull request #398 from the-kenny/dunst
...
dunst, a lightweight notification daemon
2013-03-22 05:17:02 -07:00
Rok Garbas
fb1f25e532
Merge pull request #400 from iElectric/bacula_improvements
...
bacula: add postgresql support, add myself as maintainer and set meta.platforms
2013-03-22 05:14:37 -07:00
Moritz Ulrich
c4ffd2cac9
dunst: Add meta.platforms.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-22 13:00:49 +01:00
Lluís Batlle i Rossell
fb7b910aa3
Fixing tarball (missed assertion)
2013-03-22 12:55:01 +01:00
Peter Simons
7df21af242
wxmaxima: don't try to build this package on FreeBSD
2013-03-22 12:53:07 +01:00
Peter Simons
7e24ae77fe
latex2html: update to version 2008
2013-03-22 12:50:21 +01:00
Peter Simons
617394eaf8
latex2html: update meta information
2013-03-22 12:50:21 +01:00
Lluís Batlle i Rossell
d716731cf4
teamviewer: adding a work-in-progress lowprio version 8.
...
It requires root running a daemon, just to use the client. Suspicious.
2013-03-22 12:41:16 +01:00
Lluís Batlle i Rossell
6f64c0c6d6
teamviewer: fixing broken wine reference
2013-03-22 12:17:05 +01:00
Lluís Batlle i Rossell
930ace150b
Adding teamviewer client for linux (www.teamviewer.com)
...
In fact it uses wine.
2013-03-22 12:10:50 +01:00
Peter Simons
73c610e1d6
git: update to version 1.8.2
2013-03-22 02:11:38 +01:00
Domen Kozar
1ee0f43bb1
bacula: add postgresql support, add myself as maintainer and set meta.platforms
2013-03-22 01:53:41 +01:00
Mathijs Kwik
208a35558e
emacs-w3m: upgrade to current cvs
2013-03-22 00:00:06 +01:00
Mathijs Kwik
69237ccb12
haskell-bson: disable tests
...
they need an older version of test-framework
using jailbreak didn't work in this case so for now, disabling tests
is the easiest solution until upstream upgrades its test-framework
2013-03-22 00:00:06 +01:00
Mathijs Kwik
b73b3c9d62
htmlize: upgrade to 1.47
2013-03-22 00:00:06 +01:00
Mathijs Kwik
ebf71f78ef
gtypist: fix patch hash
2013-03-22 00:00:05 +01:00
Mathijs Kwik
011fc66a7c
bbswitch: upgrade to 0.6
2013-03-22 00:00:05 +01:00
Mathijs Kwik
1f43786616
linux-3.0: upgrade to 3.0.70
2013-03-22 00:00:05 +01:00
Mathijs Kwik
7560812cfa
linux-3.2: upgrade to 3.2.41
2013-03-22 00:00:05 +01:00
Mathijs Kwik
b7bb81bc1f
linux-3.4: upgrade to 3.4.37
2013-03-22 00:00:05 +01:00
Mathijs Kwik
42d29c2afb
linux-3.8: upgrade to 3.8.4
2013-03-22 00:00:04 +01:00
Mathijs Kwik
8b39202106
add dutch tax application for 2012
2013-03-22 00:00:04 +01:00
Peter Simons
efd18b91fd
haskell-HSH: fix build with ghc 7.4.x
2013-03-21 22:43:34 +01:00
Ludovic Courtès
31c513d4b7
gawk: Remove now-unneeded Cygwin patch.
2013-03-21 14:27:07 +01:00
Sander van der Burg
770741b5b4
androidenv: fix error with obsolete quotation
2013-03-21 14:21:20 +01:00
Sander van der Burg
647bca444c
Allow appnames with spaces everywhere
2013-03-21 14:11:58 +01:00
Sander van der Burg
1dbd3a55c4
libv8-rubygem: Implemented a very depressing workaround that allows scons to build libv8.a, it's ugly but it works
2013-03-21 13:56:33 +01:00
Ludovic Courtès
c8ff101724
glibc 2.17: Make the `fetchgit' argument optional.
2013-03-21 13:25:51 +01:00
Ludovic Courtès
d69e680035
glibc 2.17: Reinstate support for cross-GNU builds.
2013-03-21 13:08:38 +01:00
Peter Simons
8993677607
haskell-transformers-compat: update to version 0.1.1.1
2013-03-21 11:15:43 +01:00
Peter Simons
e4fd98a2ef
haskell-persistent-template: update to version 1.1.3.1
2013-03-21 11:15:42 +01:00
Peter Simons
95961786c7
haskell-libxml-sax: update to version 0.7.4
2013-03-21 11:15:42 +01:00
Peter Simons
bbc516c59e
haskell-gitit: update to version 0.10.3.1
2013-03-21 11:15:42 +01:00
Peter Simons
fda16ef232
haskell-filestore: update to version 0.6.0.1
2013-03-21 11:15:42 +01:00
Peter Simons
c06acb1bfb
haskell-diagrams-contrib: update to version 0.6.0.4
2013-03-21 11:15:42 +01:00
Peter Simons
53b329cd9d
haskell-bytestring-lexing: update to version 0.4.2
2013-03-21 11:15:42 +01:00
Peter Simons
75551477ce
haskell-active: update to version 0.1.0.4
2013-03-21 11:15:42 +01:00
Peter Simons
72e4be65cc
mini-httpd: update to version 1.3
2013-03-21 11:01:16 +01:00
Peter Simons
bcfe0ef394
blobby: update to 2.0rc3 (which is called 1.0rc3 on the server for some reason)
2013-03-21 10:28:09 +01:00
Lluís Batlle i Rossell
90b2dcdd2a
Revert "i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock"
...
i3 doesn't want cairo at all.
This reverts commit 1eb4377840
.
2013-03-20 22:38:27 +01:00
Lluís Batlle i Rossell
39be94cb68
ffmpeg: enabling ffplay
...
Playing sound, it displays great ffts.
2013-03-20 22:20:51 +01:00
Lluís Batlle i Rossell
a799b8ef5d
ffmpeg: add opus support, enabled by default
2013-03-20 22:20:51 +01:00
viric
9dc4ec57a1
Merge pull request #397 from modulistic/master
...
i3 improvements
2013-03-20 13:52:32 -07:00
Moritz Ulrich
c2d3d24349
Add dunst, a lightweight notification daemon.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-20 21:35:13 +01:00
Lluís Batlle i Rossell
0d23e54588
opus-tools: update
2013-03-20 20:28:39 +01:00
Lluís Batlle i Rossell
cd370052b8
libopus: update
2013-03-20 20:28:39 +01:00
Peter Simons
d28d3f37a8
topgit: fix build on FreeBSD
...
The BSD unices have a version of install(1) that doesn't support the -D flag. Grr.
2013-03-20 11:43:43 +01:00
Peter Simons
35520356fd
haskell-warp: update to version 1.3.7.5
2013-03-20 10:44:55 +01:00
Peter Simons
5bc4ec3f07
haskell-stm-conduit: update to version 1.0.0
2013-03-20 10:44:55 +01:00
Peter Simons
e61805cc77
haskell-comonad: update to version 3.0.2
2013-03-20 10:44:55 +01:00
Peter Simons
4d54ec0444
haskell-cereal-conduit: update to version 0.7
2013-03-20 10:44:55 +01:00
Peter Simons
2d00a0f8d5
haskell-bson: update to version 0.2.2
2013-03-20 10:44:55 +01:00
Peter Simons
60295ebd98
haskell-X11: update to version 1.6.1.1
2013-03-20 10:44:54 +01:00
Peter Simons
7ee8641410
haskell-xmonad-contrib: update to version 0.11.1
2013-03-20 10:44:54 +01:00
Peter Simons
51e64392ea
git-annex: update to version 4.20130314
2013-03-20 10:15:06 +01:00
Peter Simons
a1a7448e5b
topgit: update to version 0.9
2013-03-20 09:50:06 +01:00
modulistic
ae9b33ac51
i3 window manager: version bump from 4.5 to 4.5.1
2013-03-20 00:14:22 +01:00
modulistic
f976962d7b
i3 window manager: enable Pango support for antialiased fonts
2013-03-20 00:13:44 +01:00
modulistic
1eb4377840
i3 window manager: cairo.override with xcbSupport enabled, on par with i3lock
2013-03-20 00:11:58 +01:00
Florian Friesdorf
1c86db4bc3
openldap: support building without cyrus-sasl and tls
2013-03-19 19:14:47 +01:00
Florian Friesdorf
4ab9c00850
openldap-2.4.34
2013-03-19 19:14:47 +01:00
Florian Friesdorf
36ca429641
ipdbplugin: nose ipdb plugin, nosetests --ipdb
2013-03-19 19:14:47 +01:00
Shea Levy
a7359deca8
edk2: Update
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-19 13:59:40 -04:00
Marco Maggesi
cd3caeaf8f
Update ProofGeneral to version 4.2
2013-03-19 14:49:45 +01:00
Lluis Batlle
61f9b4f61b
Fixing the go timezones. glibc doesn't include the zoneinfo anymore.
2013-03-19 11:48:12 +01:00
Michael Raskin
2d2123b8d7
Update Linux 3.9-rc to rc3
2013-03-19 13:34:57 +04:00
Michael Raskin
c306d2f899
Fix references to ifconfig and route
2013-03-19 13:21:04 +04:00
Lluís Batlle i Rossell
ac807625a7
storebrowse: update fixing bugs
...
I try to add build rules for arm too.
2013-03-18 22:45:47 +01:00
Eelco Dolstra
93a963f347
nixUnstable: Update to the latest
...
This is mostly to get rid of those annoying Perl warnings in NixOS...
2013-03-18 22:35:33 +01:00
Lluís Batlle i Rossell
0236cc5d88
iputils: build and install the manpages
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
d711dcc070
Adding setup-hook for opensp, to set the sgml catalog files
...
This sets the SGML_CATALOG_FILES, similar to how libxml2 does the same with
XML_CATALOG_FILES.
I based the hook on the libxml2 one, and I followed the instructions about this
variable here:
http://docbook.sourceforge.net/release/dsssl/1.79/doc/install.html
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
4ae71ad19d
Adding the sgml dtd for docbook 3.1
...
Required by iputils manpages.
2013-03-18 15:07:20 +01:00
Lluís Batlle i Rossell
4ef33e7a67
perlPackages: add SGMLSpm
...
Required by iputils to create the manpages.
2013-03-18 15:07:19 +01:00
Peter Simons
a3e96d7d94
Merge pull request #393 from aforemny/haskell-authenticate-oauth
...
Add haskell-authenticate-oauth
2013-03-18 06:21:56 -07:00
Lluís Batlle i Rossell
ec99c8625b
openjade: making it build
...
It wants an older perl.
2013-03-18 13:56:51 +01:00
Alexander Foremny
7c071ade78
Add haskell-authenticate-oauth
2013-03-18 13:29:00 +01:00
Lluís Batlle i Rossell
1e1b6ee733
iputils: update 20101006 to 20121221
...
Still without manpages! I don't know where to get SGML tools.
2013-03-18 12:21:47 +01:00
Lluís Batlle i Rossell
36054d4e3c
podofo: update 0.9.1 to 0.9.2
2013-03-18 12:21:47 +01:00
Peter Simons
3e4b863c62
Merge pull request #388 from aforemny/haskell-netwire
...
Add haskell-netwire
2013-03-18 04:20:23 -07:00
Peter Simons
c78d28fb72
Merge pull request #389 from aforemny/haskell-cereal-conduit
...
Add haskell-cereal-conduit
2013-03-18 04:19:51 -07:00
Peter Simons
dad328f766
Merge pull request #390 from aforemny/haskell-stm-conduit
...
Add haskell-stm-conduit
2013-03-18 04:19:29 -07:00
Peter Simons
21a7031e3e
haskell-vty-ui: jailbreak to fix build with recent versions of QuickCheck
2013-03-18 12:17:26 +01:00
Peter Simons
ac022ec7af
smartmontools: update to version 6.1 (using latest drivedb.h revision 3797 from trunk)
2013-03-18 12:17:26 +01:00
Peter Simons
db5a48aebc
haskell-wai-test: update to version 1.3.0.5
2013-03-18 12:17:26 +01:00
Peter Simons
4f347dc96d
haskell-uu-parsinglib: update to version 2.7.4.3
2013-03-18 12:17:26 +01:00
Peter Simons
a5c4b2e236
haskell-tagged: update to version 0.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
944f226311
haskell-shake: update to version 0.10.1
2013-03-18 12:17:25 +01:00
Peter Simons
b76ede07c9
haskell-resourcet: update to version 0.4.7
2013-03-18 12:17:25 +01:00
Peter Simons
a36ecf090c
haskell-persistent-template: update to version 1.1.3
2013-03-18 12:17:25 +01:00
Peter Simons
9d7344d8aa
haskell-pandoc: update to version 1.11.1
2013-03-18 12:17:25 +01:00
Peter Simons
fff5c6f0a0
haskell-http-conduit: update to version 1.9.2.2
2013-03-18 12:17:25 +01:00
Peter Simons
76ffb599df
haskell-hspec: update to version 1.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
c1cc7cfd00
haskell-hspec-meta: update to version 1.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
bcba4c0829
haskell-hamlet: update to version 1.1.6.4
2013-03-18 12:17:25 +01:00
Peter Simons
faba472204
haskell-hS3: update to version 0.5.7
2013-03-18 12:17:24 +01:00
Peter Simons
68ac128d2d
haskell-ghc-mod: update to version 1.12.3
2013-03-18 12:17:24 +01:00
Peter Simons
872f114a4f
haskell-doctest: update to version 0.9.5.1
2013-03-18 12:17:24 +01:00
Peter Simons
ba21dc51bc
haskell-conduit: update to version 1.0.4
2013-03-18 12:17:24 +01:00
Peter Simons
2eaec021cc
haskell-classy-prelude: update to version 0.5.4
2013-03-18 12:17:24 +01:00
Peter Simons
c435b34471
haskell-HStringTemplate: update to version 0.7.1
2013-03-18 12:17:24 +01:00
Peter Simons
da3b05204b
haskell-Boolean: update to version 0.2
2013-03-18 12:17:24 +01:00
Peter Simons
07bbcaf29e
haskell-GLUT: add version 2.4.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
f642dcd638
haskell-OpenGL: add version 2.8.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
852350301f
haskell-mmorph: add version 1.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
26a39d2dbc
haskell-monad-par: update to version 0.3.4.1
2013-03-18 12:17:24 +01:00
Peter Simons
4fce144369
Merge pull request #387 from aforemny/cloc
...
Add cloc-1.58
2013-03-18 04:04:04 -07:00
Peter Simons
1cfe73c850
Merge pull request #392 from oxij/random-updates
...
screen: fix some annoying bugs by importing patches from ArchLinux
2013-03-18 03:59:42 -07:00
Peter Simons
8e9ff8e1ab
cppi: update to version 1.18
2013-03-18 11:37:46 +01:00
Peter Simons
4fcb4a1ca1
gv: update to version 3.7.4
2013-03-18 11:36:16 +01:00
Jack Cummings
dbee2b8ee9
cuetools-1.3.1
2013-03-17 16:18:36 -07:00
viric
81386ee721
Merge pull request #384 from orbitz/add-opam-1.0.0
...
Upgrade opam to 1.0.0
2013-03-17 14:40:02 -07:00
Lluís Batlle i Rossell
470a015950
transmission: nicer about disabling gtk
2013-03-17 22:30:42 +01:00
Lluís Batlle i Rossell
51528e61d9
transmission: update to 2.77, but leave the old 2.60 for its gtk client
...
The gtk client in 2.61 and above require a gtk3 we don't have in nixpkgs yet.
2013-03-17 22:27:55 +01:00
Lluís Batlle i Rossell
8c5eaf1840
octave: update to 3.6.4
2013-03-17 22:05:14 +01:00
Lluís Batlle i Rossell
e8ab3a7549
octave: removing texlive dependency
...
I saw I added it, but I can't remember why, and now I don't see what is
it for. It gets into octave closure, so it's a bit annoying for its size.
2013-03-17 21:18:00 +01:00
Rok Garbas
4ec3035a04
pythonPackage.turses: update to 0.2.13
2013-03-17 15:24:45 +01:00
Rok Garbas
cad8f4b0f6
pythonPackage.flake8: update to 2.0
...
flake8 is not depending on pyflakes, mccabe, pep8 which were also updated or added.
2013-03-17 15:23:56 +01:00
Rok Garbas
cdcfc953bf
pythonPackages.httplib2: update to 0.8
2013-03-17 15:17:20 +01:00
Rok Garbas
44ec42ed93
pythonPackages.alot: update to 0.3.4 (and stable revision)
2013-03-17 15:15:56 +01:00
Rok Garbas
464fd741cd
notmuch: update to 0.15.2
2013-03-17 15:13:53 +01:00
Rok Garbas
16f6c3b752
i3: update to 4.5 also updating i3status to 2.7
2013-03-17 14:45:37 +01:00
Jan Malakhovski
16972d2415
screen: fix some annoying bugs by importing patches from ArchLinux
2013-03-17 12:24:49 +00:00
Vladimír Čunát
8acaea6d57
gcc33: fix build on i686
2013-03-16 21:08:57 +01:00
Vladimír Čunát
198d4fbe41
gcc33: fix build by --disable-multilib
2013-03-16 20:59:46 +01:00
Vladimír Čunát
dd25120e8e
gcc34: fix build on i686
2013-03-16 20:40:04 +01:00
Vladimír Čunát
192bdc79ae
Merge pull request #380 from oxij/random-updates
...
cmus: update to 2.5.0
2013-03-16 11:40:06 -07:00
Vladimír Čunát
d898a207b9
Merge pull request #375 from ierton/viewnior
...
viewnior: Add viewnior, GTK image viewer program
2013-03-16 11:33:53 -07:00
Eelco Dolstra
82f947c78a
runLaTeX: Fix dependency detection
...
Since Nix 1.4, expressions like "${path}/blabla" always evaluate to a
string rather than a path. However, findLaTeXIncludes depended on the
old (weird) behaviour, leading to errors like:
error: string `/nix/store/4c32q75in74m1148anlzdhb8jpppab0s-bla/IEEEtran.cls' cannot refer to other paths
So use path concatenation instead.
2013-03-16 16:56:19 +01:00
Cillian de Róiste
1f000ba427
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-03-16 16:33:43 +01:00
Cillian de Róiste
2b07e1bf4c
Ardour3: update to the release of Ardour 3.0
...
A tarball is only available to subscribers or people who pay
to download it on the site. This project is GPL licensed but
users are strongly encouraged to support it financially
2013-03-16 16:33:16 +01:00
Alexander Foremny
8082dd3753
Add haskell-stm-conduit
...
This adds the dependency haskell-stm-chans as well.
2013-03-16 15:33:16 +01:00
Alexander Foremny
4873645bef
Add haskell-cereal-conduit
2013-03-16 15:24:09 +01:00
Lluís Batlle i Rossell
c9ffddb9d7
storebrowse: newer version
2013-03-16 15:15:38 +01:00
Alexander Foremny
47ca534deb
Add haskell-netwire
2013-03-16 15:14:29 +01:00
Alexander Foremny
4e5b7cd5d1
Add cloc-1.58
2013-03-16 15:06:23 +01:00
Lluis Batlle
8d76cf51bb
elinks: allow building without guile
...
Guile doesn't build on armv5tel now (failing an important test),
so better if I can disable it for elinks.
2013-03-16 13:39:30 +01:00
Michael Raskin
6922ec9258
Linux-3.9-rc2
2013-03-16 16:27:19 +04:00
Cillian de Róiste
924be9b524
Wicd: #379 Also add the gtk-2.0 directory in pygobject to the PYTHONPATH
2013-03-16 08:34:14 +01:00
Michael Raskin
b5b4a4a5cf
Linux 3.8: update to 3.8.3
2013-03-16 10:51:03 +04:00
Lluís Batlle i Rossell
5bffa00f18
storbrowse: fix name
2013-03-16 01:42:49 +01:00
Lluís Batlle i Rossell
6ee91a0304
storebrowse: update
...
Easier to launch, dramatic improvement printing of the URL where to browse.
2013-03-16 01:40:47 +01:00
Lluís Batlle i Rossell
4dbdbda37f
Adding storebrowse, a tool to browse the nix store with a web browser.
...
The build script is a bit long due to the upstream go style of things.
2013-03-16 00:59:25 +01:00
Peter Simons
893c684e99
pkgs/development/compilers/ghc/with-packages.nix: include share/emacs/site-lisp in the generated environment
...
This change allows 'ghc-mod' to be included in such a GHC environment,
which is important because the tool is GHC version-specific.
2013-03-15 19:58:08 +01:00
Sander van der Burg
eacb6c1506
xcodeenv: Add IPA file to Hydra build products
2013-03-15 16:18:45 +01:00
Lluís Batlle i Rossell
9db9af4fa6
opencascade: Adding ode version
...
(Open Community version)
2013-03-15 14:34:53 +01:00
Eelco Dolstra
098190c9dd
firefox: Update to 19.0.2
2013-03-15 14:31:25 +01:00
Shea Levy
725e27fb58
Add papertrail-cli rubygem
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-15 09:25:06 -04:00
Shea Levy
bbf57c5a25
Add remote_syslog rubygem
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-15 09:24:52 -04:00
Shea Levy
cf20b47473
Update rubygems
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-15 09:22:52 -04:00
Eelco Dolstra
82dc43c28b
checkinstall: Make installwatch.so work with old Glibcs
2013-03-15 14:04:32 +01:00
Eelco Dolstra
4c67972e9b
checkinstall: Support Glibc >= 2.16
2013-03-15 14:04:32 +01:00
Shea Levy
101eba7bef
rubyLibs.libv8 needs python
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-15 08:55:48 -04:00
Eelco Dolstra
fb600a5d99
Debian VM image: Update to 6.0.7
2013-03-15 12:48:35 +01:00
Malcolm Matalka
27e2fb6895
Upgrade to 1.0.0
2013-03-15 12:41:01 +01:00
Sander van der Burg
89a802d82b
androidsdk: Small fix in generating the build product
2013-03-15 10:31:17 +01:00
Vladimír Čunát
f670aa50d7
dbus-python: update the ancient version
...
This was probably the root of #379 .
2013-03-15 01:09:57 +01:00
Cillian de Róiste
579082350c
pygobject, revert accidental change
...
I suspect we don't need the postInstall step which moves pygtk.pth to pygobject.pth
any more, but I didn't mean to include it in this change set
2013-03-15 01:06:55 +01:00
Cillian de Róiste
0037e518b0
Merge branch 'wicd-gobject'
2013-03-15 01:00:19 +01:00
Cillian de Róiste
ef3da5eecd
#379 wicd: Add ifconfig and ping to the PATH
...
/var/log/wicd/wicd.log showed that it failed to find ifconfig
that was probably the main issue (after the gobject import failure)
2013-03-15 00:59:17 +01:00
Cillian de Róiste
2393f6b96f
#379 Update wicd to 1.7.2.4, fix patches, disable translations
2013-03-15 00:14:30 +01:00
Peter Simons
e0b0be9fb3
pkgs/top-level/release.nix: enable Hydra builds of GHC versions 6.10.4, 6.12.3, 7.0.4, 7.4.2, and 7.6.2
...
Ensure that binary packages of the compiler itself are available from Hydra.
2013-03-14 19:25:27 +01:00
Eelco Dolstra
3bf249cb12
Module::Find: Update to 0.11
2013-03-14 16:37:18 +01:00
Vladimír Čunát
9ac8a16277
vimprobable2, surf: fix the settings-schemas problem
...
Note that they still segfault.
2013-03-14 16:01:53 +01:00
Vladimír Čunát
00e272a11c
libnotify: major update, no dependency on gtk+ now
...
As a result it can be easily used with both gtk2 and gtk3.
2013-03-14 15:32:53 +01:00
Rob Vermaas
629c36cfef
rsyslog: enable TLS support
2013-03-14 15:27:34 +01:00
Sander van der Burg
ccb2c7ebb7
Removed Xrender from cairo and add fontconfig to pango on Darwin: this fixes the compilation of graphviz and imagemagick on these platforms
2013-03-14 15:18:55 +01:00
Sander van der Burg
23c78e41db
git: Adding -lgcc_s on darwin causes the build to fail, so we disable it for that platform
2013-03-14 14:57:40 +01:00
Jan Malakhovski
33379ae58a
cmus: update to 2.5.0
...
This version builds with current ffmpeg.
CUE support is nice too.
2013-03-14 13:50:29 +00:00
Rob Vermaas
4619675011
Add rsyslog 7.2.6 and its dependencies
2013-03-14 14:13:55 +01:00
Sander van der Burg
0576a0054b
Implemented an unelegant workaround that allows nodejs to be used on darwin using xcode
2013-03-14 13:52:45 +01:00
Cillian de Róiste
0d191de368
Fix wicd to find the python gobject on its PYTHONPATH
2013-03-14 01:22:55 +01:00
Vladimír Čunát
8db4152ddf
A more complete fix of cyrus-sasl update (broken KDEs).
...
This amends commit af656c6698
.
2013-03-13 21:06:37 +01:00
Lluís Batlle i Rossell
729c3a8174
gamin: adding a patch against a deadlock
...
https://bugzilla.gnome.org/show_bug.cgi?id=667230
We've seen this annoying deadlock sometimes, and all in kde blocked until
gam_server was killed.
2013-03-13 16:48:52 +01:00
Lluís Batlle i Rossell
74275af383
boost: properly quoting cflags parameters
2013-03-13 16:48:51 +01:00
Peter Simons
a8a6fd4063
texinfo: update to version 5.1
2013-03-13 15:13:40 +01:00
Peter Simons
5f758431d4
lzip: build the binary with -O3 and assertions disabled
2013-03-13 15:13:40 +01:00
Peter Simons
c187516152
lzip: enable documentation build
2013-03-13 15:13:40 +01:00
Sander van der Burg
0b4bd3afe5
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-03-13 15:09:40 +01:00
Sander van der Burg
0f0e4b856a
Make system identifier configurable (except for iphone targets)
2013-03-13 15:09:13 +01:00
Peter Simons
a07ae64cee
haskell-punycode: disable the test suite
...
The test suite runs for 20+ minutes on my EeePC. That seems a little excessive.
2013-03-13 14:52:15 +01:00
Shea Levy
0a52bc5d8e
Add Catalyst::Action::REST perlPackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-13 09:02:27 -04:00
Peter Simons
6d5c6af427
lzip: update to version 1.14
2013-03-13 13:59:33 +01:00
Peter Simons
4a1d32134b
haskell-wai-extra: update to version 1.3.3.1
2013-03-13 13:59:33 +01:00
Peter Simons
a356a2e59f
haskell-threads: update to version 0.5.0.2
2013-03-13 13:59:33 +01:00
Peter Simons
a487304397
haskell-smallcheck: update to version 1.0.2
2013-03-13 13:59:33 +01:00
Peter Simons
67e72eea76
haskell-persistent-template: update to version 1.1.2.5
2013-03-13 13:59:33 +01:00
Peter Simons
9d52ffce02
haskell-numbers: update to version 3000.1.0.3
2013-03-13 13:59:33 +01:00
Peter Simons
865a59815b
haskell-monad-logger: update to version 0.3.1.1
2013-03-13 13:59:33 +01:00
Peter Simons
79d3d6e698
haskell-liblastfm: update to version 0.1.1.0
2013-03-13 13:59:32 +01:00
Peter Simons
72d80f0419
haskell-http-conduit: update to version 1.9.2.1
2013-03-13 13:59:32 +01:00
Peter Simons
2533c32595
haskell-hint: update to version 0.3.3.6
2013-03-13 13:59:32 +01:00
Peter Simons
b8550949a8
haskell-ghc-mod: update to version 1.12.2
2013-03-13 13:59:32 +01:00
Peter Simons
2ead0aa4c6
haskell-conduit: update to version 1.0.3
2013-03-13 13:59:32 +01:00
Peter Simons
ccb850fda6
haskell-NumInstances: update to version 1.2
2013-03-13 13:59:32 +01:00
Florian Friesdorf
94f2013c0c
pythonDocs: recurseIntoAttrs does not recurse, bypass problem
2013-03-13 13:16:03 +01:00
Sander van der Burg
15e1daf0c3
Make iOS SDK version configurable
2013-03-13 13:02:19 +01:00
Peter Simons
ea804dfb1a
Merge pull request #376 from pcapriotti/master
...
Fix bip build
2013-03-13 02:55:00 -07:00
Sander van der Burg
af656c6698
kdepimlibs break against newer cyrus-sasl. Including this extra header fixes it
2013-03-13 10:44:12 +01:00
Rob Vermaas
784d2b2d16
Update to latest spotify
2013-03-12 22:13:29 +01:00
Rob Vermaas
b512e3e934
Initial try to update spotify to version 0.8.4.103. Still need to get rid
...
of LD_LIBRARY_PATH wrapper, and properly patchelf any libs in the spotify
prefix.
2013-03-12 22:13:29 +01:00
Sergey Mironov
c52bd0c8d8
viewnior: Add viewnior, GTK image viewer program
2013-03-12 23:45:50 +04:00
Lluís Batlle i Rossell
8d1ff12cdc
mktorrent: fixing the usual pthread_cancel problem
2013-03-12 20:01:07 +01:00
Lluís Batlle i Rossell
90bca24b38
Adding mktorrent 1.0
2013-03-12 19:43:57 +01:00
Paolo Capriotti
03e6a6f85f
Add patch to fix build for bip.
2013-03-12 18:23:55 +00:00
Sander van der Burg
9ec69c077e
Make xcode version configurable
2013-03-12 17:23:03 +01:00
Lluís Batlle i Rossell
4684a47989
glibcInfo: fixing build
...
The manual is built into 'build', not sourceRoot.
2013-03-12 11:46:09 +01:00
Lluís Batlle i Rossell
183b37645b
cmake setup-hook: fixing cmakeFlagsArray
...
The array wasn'te expanded properly, the spaces weren't preserved.
2013-03-12 11:31:58 +01:00
Florian Friesdorf
36c6b4260b
cyrus-sasl-2.1.26
2013-03-12 10:05:49 +01:00
Shea Levy
2d4d0cbef7
tinyxml: fix whitespace
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 21:22:59 -04:00
Shea Levy
90e93635e9
Merge branch 'xbmc-12' of git://github.com/iElectric/nixpkgs
...
Upgrades xbmc to version 12. It builds successfully, and Domen is the
maintainer.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 21:21:01 -04:00
Shea Levy
aeb00df015
Merge branch 'deluge136' of git://github.com/iElectric/nixpkgs
...
Trivial upgrade, deluged still starts fine.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 21:00:00 -04:00
Domen Kozar
acf4697a5f
upgrade xbmc to 12.0
2013-03-12 01:35:16 +01:00
Domen Kožar
a69d56a807
upgrade deluge to 1.3.6
2013-03-12 01:13:52 +01:00
Shea Levy
3e61084006
eclipses: use older cairo
...
In #167 , Marc Weber reported that eclipse crashes after selecting a
workspace with the current nixpkgs cairo. This has the same functional
change as #167 , but IMO the implementation is cleaner.
Fixes #167
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 19:29:39 -04:00
Shea Levy
897840f76f
Add cairo-1.12.2
...
Needed for an upcoming fix to eclipse.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 19:19:48 -04:00
Shea Levy
901c7ff8ba
Merge branch 'hostapd.130311' of git://github.com/jcumming/nixpkgs
...
Adds 802.11n support for hostapd. 802.11n cards are very common now, and
it still builds successfully.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 19:08:58 -04:00
Shea Levy
ef82ab3fca
Merge branch 'sdcc' of git://github.com/bjornfor/nixpkgs
...
New package, it builds, I ship.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 18:51:17 -04:00
Bjørn Forsman
859a227595
sdcc: new nixpkg (SDCC -> Small Device C Compiler)
...
SDCC is a retargettable, optimizing ANSI - C compiler suite that targets
the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.),
Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola)
HC08 based (hc08, s08) and Zilog Z80 based MCUs (z80, z180, gbz80,
Rabbit 2000/3000, Rabbit 3000A). Work is in progress on supporting the
Microchip PIC16 and PIC18 targets. It can be retargeted for other
microprocessors.
2013-03-11 21:59:40 +01:00
Shea Levy
931df3e91d
Merge branch 'xbmc-hydra' of git://github.com/iElectric/nixpkgs
...
Trivial meta information update.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 14:25:23 -04:00
Peter Simons
5186e75c4f
emacs: update to version 24.3
...
The builder.sh script used to call "make bootstrap" before running the build.
This build step, however, removes all kinds of generated files normally
included in the distributions -- such as the 'configure' script. If that target
is run, then new version of Emacs require Autoconf and Automake to compile.
Since the benefit of running "make bootstrap" is unclean to me, I chose to
remove that build step instead. As far as I can tell, the Emacs binary that
results from this build works fine.
2013-03-11 19:18:31 +01:00
Domen Kozar
65a4f741fd
Set platform and maintainer for xbmc pkg
2013-03-11 18:12:46 +01:00
Sander van der Burg
3d55f1d222
nijs: Bump to 0.0.4
2013-03-11 17:43:59 +01:00
Lluís Batlle i Rossell
7868a3e6b2
Revert "Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)"
...
This reverts commit c94595f13b
.
This was fixed by shlevy in 1c86181857
, and I
didn't notice it.
2013-03-11 14:02:16 +01:00
Andres Loeh
db104a8c3f
haskell-constraints: add package
2013-03-11 12:47:01 +01:00
Peter Simons
ffd11da9d9
pkgs/build-support/cabal: enable 'doCheck' only on GHC versions 7.x or later
...
Older GHC's come with a version of Cabal that doesn't even understand the
--{enable,disable}-tests command line arguments.
2013-03-11 12:25:53 +01:00
Peter Simons
e1f633bdae
all-packages.nix: strip trailing whitespace
2013-03-11 11:36:15 +01:00
Peter Simons
f21539578e
haskell-alex: update to version 3.0.5
2013-03-11 11:26:15 +01:00
Peter Simons
c3dc9fbe61
haskell-yesod-json: update to version 1.1.2.2
2013-03-11 11:26:14 +01:00
Peter Simons
b749ce135d
haskell-monad-logger: update to version 0.3.1
2013-03-11 11:26:14 +01:00
Peter Simons
0f18c143e5
haskell-hakyll: update to version 4.2.1.2
2013-03-11 11:26:14 +01:00
Peter Simons
807cd9ff16
haskell-idris: update to version 0.9.7
2013-03-11 11:26:14 +01:00
Peter Simons
e45d55964b
alex: update to version 3.0.5
2013-03-11 11:26:14 +01:00
Sander van der Burg
53ee192dc5
perl-Error: bump to 0.17019
2013-03-11 11:10:10 +01:00
Peter Simons
746bf427a8
pkgs/tools/networking/snx/snx_install.sh: delete file accidentally checked in earlier
2013-03-11 11:01:28 +01:00
Peter Simons
4610d8b81a
jhc: enable Hydra build on Linux
2013-03-11 10:47:21 +01:00
Jack Cummings
3ac299934d
enable 802.11n by default.
2013-03-11 02:31:51 -07:00
Lluís Batlle i Rossell
c94595f13b
Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)
2013-03-11 09:41:55 +01:00
Shea Levy
86aa2853f6
Merge branch 'graphviz-vimdot-fix' of git://github.com/bjornfor/nixpkgs
...
Branch contains a trivial fix.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-10 22:06:04 -04:00
Shea Levy
1c86181857
glibc-2.17: Don't link to stdenv.lib.gcc if it's null.
...
This fixes the tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-10 19:47:59 -04:00
Lluís Batlle i Rossell
5e3e07293f
Updating glibc locales and info to 2.17 too.
2013-03-10 23:59:08 +01:00
Vladimír Čunát
feb063cbdc
xfce.xfdesktop: regression-fix release
2013-03-10 22:59:45 +01:00
Rok Garbas
859c7dfae8
msmtp: Update to 1.4.30, added optional libraries as dependency and point to correct license
2013-03-10 21:17:17 +01:00
Andres Loeh
54e0fe3ec1
ghc: update HEAD snapshot
2013-03-10 21:14:45 +01:00
Peter Simons
f59aaaed4b
smartmontools: update drivedb.h to the latest version
2013-03-10 00:43:08 +01:00
Peter Simons
8cc8359351
haskell-doctest: re-generate expression with recent version of cabal2nix
2013-03-10 00:32:32 +01:00
Peter Simons
83bd0eec47
haskell-yst: update to version 0.3.1.1
2013-03-10 00:32:04 +01:00
Peter Simons
4e494d0722
haskell-wl-pprint-terminfo: update to version 3.6
2013-03-10 00:32:04 +01:00
Peter Simons
7a36e6fa03
haskell-wl-pprint-extras: update to version 3.4
2013-03-10 00:32:04 +01:00
Peter Simons
3dcc961cff
haskell-void: update to version 0.5.12
2013-03-10 00:32:03 +01:00
Peter Simons
29dac4ea39
haskell-stylish-haskell: update to version 0.5.6.1
2013-03-10 00:32:03 +01:00
Peter Simons
87eaefbe6f
haskell-publicsuffixlist: update to version 0.0.4
2013-03-10 00:32:03 +01:00
Peter Simons
5cd47b2c18
haskell-pandoc: update to version 1.11
2013-03-10 00:32:03 +01:00
Peter Simons
dd230dee80
haskell-haskell-src-meta: update to version 0.6.0.2
2013-03-10 00:32:03 +01:00
Peter Simons
9f90185d42
haskell-hakyll: update to version 4.2.1.1
2013-03-10 00:32:03 +01:00
Peter Simons
126100e7a9
haskell-gitit: update to version 0.10.3
2013-03-10 00:32:03 +01:00
Peter Simons
6042de5fae
haskell-distributive: update to version 0.3.1
2013-03-10 00:26:26 +01:00
Peter Simons
119bf8ef28
haskell-citeproc-hs: update to version 0.3.8
2013-03-10 00:26:26 +01:00
Peter Simons
a71fff4364
haskell-blaze-markup: update to version 0.5.1.5
2013-03-10 00:26:26 +01:00
Peter Simons
35f59257db
haskell-blaze-html: update to version 0.6.1.1
2013-03-10 00:26:26 +01:00
Peter Simons
4c9ebb62d4
git: link binaries with libgcc_s.so to ensure pthread_cancel() works
2013-03-09 23:57:57 +01:00
Vladimír Čunát
b8339a1c1d
xfce4-power-manager: update this forgotten package
2013-03-09 22:30:42 +01:00
Bjørn Forsman
74d6315024
graphviz: fix vimdot program
...
vimdot doesn't work at the moment because one of its dependencies,
'which', is missing; vimdot fails to find gvim or vim and aborts.
Instead of adding a dependency on 'which', replace it with the POSIX
command 'command -v'.
2013-03-09 21:45:20 +01:00
Vladimír Čunát
29442fd614
jbig2dec: fix download URI
2013-03-09 18:45:23 +01:00
Vladimír Čunát
feff239bcb
xfdesktop: minor update
2013-03-09 18:45:17 +01:00
Александр Цамутали
a39f05f46a
applications/audio/jack-rack: New nixpkg.
2013-03-09 18:03:12 +04:00
Vladimír Čunát
56b4a71c21
netpbm: update and attempt to fix i686 build
2013-03-09 14:59:39 +01:00
Vladimír Čunát
03ba2960a4
vdrift: update and fix
...
Tested on two laps :-)
2013-03-09 14:59:39 +01:00
Александр Цамутали
241f94f59f
applications/audio/caps: New nixpkg.
2013-03-09 17:54:59 +04:00
Michael Raskin
f5195531ae
Adding reference to ZPAQ in all-packages
2013-03-09 17:31:01 +04:00
Lluís Batlle i Rossell
2f39e18b7f
ffmpeg: update 1.1 to 1.1.3
2013-03-09 13:56:46 +01:00
Vladimír Čunát
2e1dd8e076
recutils: supply the forgotten patch
2013-03-09 13:54:55 +01:00
Michael Raskin
5ec1806564
Adding ZPAQ archiver
2013-03-09 16:33:14 +04:00
Michael Raskin
b494b3b468
Update lrzip
2013-03-09 16:33:14 +04:00
Vladimír Čunát
87ec597ce7
recutils: fix build with new glibc
2013-03-09 13:24:31 +01:00
Vladimír Čunát
cf3ff172cd
panotools: disabling tests due to strange failures
2013-03-09 13:16:41 +01:00
Peter Simons
acd06b6ea0
haskell-shake: add version 0.9.1
2013-03-09 13:11:48 +01:00
Peter Simons
edfcb485a8
jailbreak-cabal: build jailbreak-cabal with a version of Cabal that has its unit tests disabled
...
Cabal's unit test suite depends on testFrameworkQuickcheck2, which
depends on jailbreakCabal, which depends on Cabal: *BOOM*
2013-03-09 13:04:19 +01:00
Peter Simons
63cd00856e
haskell-defaults.nix: don't pass inconsistent Cabal versions to cabal2nix
2013-03-09 13:04:19 +01:00
Peter Simons
78140c3acd
haskell-packages.nix: add 'disableTests' convenience function
2013-03-09 13:04:19 +01:00
Peter Simons
3704855f78
pkgs/top-level/haskell-defaults.nix: cosmetic
2013-03-09 13:04:19 +01:00
Vladimír Čunát
e218c79b85
grive: fix build with new binutils headers
2013-03-09 12:27:38 +01:00
Vladimír Čunát
f0f34067e7
recode: fix build after stdenv merge + #354
...
ToDo: tests don't pass yet.
2013-03-09 11:32:22 +01:00
Michael Raskin
d5288c7e3a
TPTP had a bugfix without version change
2013-03-09 14:24:45 +04:00
Vladimír Čunát
c3511c115d
xfce: fix NixOS support
...
Sorry for this forgotten commit.
2013-03-09 10:51:34 +01:00
Florian Friesdorf
a49bd047c0
add older buildout152
2013-03-09 10:41:27 +01:00
Florian Friesdorf
de36ddf7e7
add older pycrypto25
2013-03-09 10:24:38 +01:00
Michael Raskin
dcf04b6063
zbar requires v4l1; disabe video
2013-03-09 12:59:45 +04:00
Michael Raskin
b26c770651
Exporting XFCE gvfs: it is referenced in NixOS, it is unclear how to remove the dependency cleanly and it affects rebuild even with config that doesn't mention XFCE at all.
2013-03-09 12:20:19 +04:00
Shea Levy
23cbda5b3c
man-pages: Update to 3.48
2013-03-08 19:49:53 -05:00
Shea Levy
08d076d6fc
Merge branch 'perl.130308' of git://github.com/jcumming/nixpkgs
...
Trivial update to XML-LibXML perlPackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:17:40 -05:00
Shea Levy
8934644d20
tor: minor cleanups
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:15:26 -05:00
Shea Levy
9a5ca5aced
tor: Don't use NIX_CFLAGS_LINK where CFLAGS will do
2013-03-08 19:14:43 -05:00
Shea Levy
35d957b8f9
Merge branch 'tor.130308' of git://github.com/jcumming/nixpkgs
...
This commit ensures tor is linked to lgcc_s. Tests didn't pass before,
pass now.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:13:17 -05:00
Shea Levy
9158ad45f1
Merge branch 'xchainkeys' of git://github.com/iyzsong/nixpkgs
...
This adds a new package, xchainkeys. It builds, so I ship.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:08:56 -05:00
Shea Levy
7410a36dec
Merge remote-tracking branch 'upstream/pygobject-2.28.6'
...
This branch updates pygobject (the diff itself is trivial), which
affects a lot of packages but due to the recent stdenv merge this seems
like a good time for this.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:05:25 -05:00
Shea Levy
e07a7e6156
Merge branch 'master' of git://github.com/fignuts/nixpkgs
...
This updates mysql-workbench. Didn't compile before, compiles now.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:01:04 -05:00
Shea Levy
064155ad38
Merge branch 'recode.130306' of git://github.com/jcumming/nixpkgs
...
Attempts to fix recode build on darwin, verified by inspection (don't
have a readily available darwin machine for testing right now, will let
hydra see if this worked).
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 18:22:13 -05:00
Shea Levy
fc3994074e
Merge branch 'fixVmwareFix' of git://github.com/Davorak/nixpkgs
...
The original fix modified a generated file instead of the
manually-maintained overrides file. Checked by inspection.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 18:19:02 -05:00
Shea Levy
5e434ef318
Merge branch 'p/selinux' of git://github.com/vcunat/nixpkgs
...
This branch adds libcap-ng and updates SELinux. It doesn't seem like
anyone is actually using SELinux from nixpkgs, but everything compiles
and looks right.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 18:00:16 -05:00
Shea Levy
e13c058fd2
Merge branch 'makemkv.130223.0' of git://github.com/jcumming/nixpkgs
...
This adds the proprietary makemkv package to convert dvd and blu-ray
videos to mkv.
I've tested that it builds, nothing more.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 17:26:53 -05:00
Shea Levy
b634efe63c
ocamlPackages.opam: Fix indentation
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 17:12:56 -05:00
Shea Levy
66ad165829
Merge branch 'add-opam-0.9.5' of git://github.com/orbitz/nixpkgs
...
This adds the opam ocaml package, and also adds orbitz as a maintainer.
I've tested that it builds, nothing more.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 17:10:54 -05:00
Shea Levy
1670244f80
Merge branch 'vlada/xfce-notg' of git://github.com/vcunat/nixpkgs
...
This branch refactors xfce and updates it to 4.10. I had been hoping to
find someone besides Vlada to test this (I don't use xfce), but no one
has come forward yet in 2 weeks so if this breaks something they can
make an issue or fix it. It all looks good by inspection.
2013-03-08 17:03:22 -05:00
orbitz
55be059467
Add myself to maintainers, remove 0.9.4, set maintainer for this packge to me
2013-03-08 22:59:54 +01:00
orbitz
98a6759bc7
Delete 0.9.4
2013-03-08 22:48:58 +01:00
orbitz
fd48192018
Add opam 0.9.5
2013-03-08 22:42:22 +01:00
Shea Levy
1de517844b
Whoops, buildNativeInputs is now nativeBuildInputs
2013-03-08 16:39:09 -05:00
Shea Levy
f2c79c4542
Remove some references to non-existent packages
2013-03-08 16:36:59 -05:00
Shea Levy
b938cacbe1
tmux: Update to 1.7
2013-03-08 15:49:22 -05:00
cillianderoiste
e5440d9a83
Merge pull request #362 from jcumming/firmware.130308
...
linux-firmware.git moved, and so did the intel wireless firmware urls.
2013-03-08 09:45:43 -08:00
Александр Цамутали
63256d0834
games/unvanquished: Update to 0.13.1.
2013-03-08 20:58:48 +04:00
Jack Cummings
1e2e5babf1
XML-LibXML-2.0014, as XML-LibXML-2.0001 doesn't exist upstream anymore
2013-03-08 07:44:30 -08:00
Jack Cummings
e863477995
need to link against -lgcc_s for the testsuite to work
2013-03-08 07:43:30 -08:00
Jack Cummings
7fcfcb2614
linux-firmware.git moved, and so did the intel wireless firmware urls.
2013-03-08 07:40:47 -08:00