Commit Graph

26841 Commits

Author SHA1 Message Date
Vladimír Čunát
94d8de2b99 dbus: fix build on non-Linux platforms
We do not want systemd there.
This should fix the tarball job systemd assertion problems.
2013-06-13 21:02:00 +02:00
Vladimír Čunát
84bf7818a4 dbus: minor update, fixing DOS CVE-2013-2168
I tried building some X apps, all seems fine.
2013-06-13 20:57:41 +02:00
Vladimír Čunát
fa6caedfea qt48: hopefully a version that works for all possibilities
All builds were OK on my 8-thread testing machine, but it's probably too
little parallelism to show these problems.
2013-06-13 19:18:34 +02:00
Eelco Dolstra
197b166f0c Update some Perl packages 2013-06-13 15:56:23 +02:00
Eelco Dolstra
629daa2102 Rewrite the CPAN generator to Perl
Also:

- It's now installable by doing "nix-env -i nix-generate-from-cpan".

- It maps dependencies to the correct attribute (e.g. HTML::HeadParser
  is mapped to HTMLParser).

- It automatically selects buildPerlPackage or buildPerlModule.

- It's documented in the manual.
2013-06-13 15:56:23 +02:00
Eelco Dolstra
a79076b7aa Consistent whitespace 2013-06-13 15:56:23 +02:00
Eelco Dolstra
de1c72f686 buildPerlModule: Call "./Build build"
Some modules require this.
2013-06-13 15:56:23 +02:00
Michael Raskin
19530856ed Merge remote-tracking branch 'upstream/master' into x-updates
Conflicts:
	pkgs/development/libraries/cairo/default.nix
	pkgs/development/libraries/gdk-pixbuf/default.nix
	pkgs/development/libraries/gtk+/2.x.nix
	pkgs/misc/ghostscript/default.nix
	pkgs/top-level/all-packages.nix
2013-06-13 17:12:43 +04:00
Malcolm Matalka
ebaf0c01d3 Fixes rebar shebang, also fixes source of leveldb zip to be the canonical one from github 2013-06-13 14:45:41 +02:00
Michael Raskin
ed51d54610 Merge pull request #606 from fignuts/master
Add keepass password manager and update mono DLLMap.
2013-06-13 05:42:53 -07:00
Michael Raskin
27bbff463f Merge pull request #601 from craff/ocaml/upgrade_and_new
Ocaml/upgrade and new
2013-06-13 05:41:59 -07:00
Michael Raskin
c7536d2fa6 Merge pull request #617 from lovek323/vim_configurable
Get vim_configurable compiling on darwin
2013-06-13 05:41:12 -07:00
Jason "Don" O'Conal
2956b5db46 sdcv: add expression 2013-06-13 22:33:52 +10:00
Jason "Don" O'Conal
6baad4d4d6 vim_configurable: fix compilation on darwin
* compile with gccApple
* enable darwinSupport by default
* do not use patchelf
2013-06-13 22:20:54 +10:00
Sander van der Burg
e5c7533b6c titaniumsdk: Bump to version 3.1.1 2013-06-13 13:58:32 +02:00
Vladimír Čunát
ca67fccbfe pyGtkGlade: fix eval
I didn't expect the file to be imported on two places.
2013-06-13 13:12:39 +02:00
Vladimír Čunát
84262c18e3 pygtk: propagate gtk (fixes solfege build) 2013-06-13 13:02:24 +02:00
Vladimír Čunát
3d1491c166 kde410.kdepimlibs: add pkgconfig
Accidentally noticed the request in logs.
2013-06-13 13:02:24 +02:00
Vladimír Čunát
34f152e0d3 qt48: hopefully a good fix for parallel builds, finally
It caused rare failures, mainly for Qt for creator build.
2013-06-13 13:02:23 +02:00
Peter Simons
21e1ec9079 haskell-hakyll: update to version 4.3.0.0 2013-06-13 10:43:40 +02:00
Peter Simons
01c57234db haskell-concurrent-extra: update to version 0.7.0.6 2013-06-13 10:43:40 +02:00
Peter Simons
7b3ebfe8c5 haskell-haddock: add version 2.13.2.1 2013-06-13 10:43:35 +02:00
Mathijs Kwik
0813e7b748 firefox-21: make "use system cairo" optional, defaulting to false 2013-06-13 10:21:47 +02:00
Jason "Don" O'Conal
8232b0eef1 pango: add correct cairo include path 2013-06-13 18:11:36 +10:00
Jason "Don" O'Conal
dc0c630e54 gtk2: fix compilation on darwin
* add libintlOrEmpty to build inputs
* allow cups to be disabled by setting config.gtk2.cups to false
2013-06-13 18:10:53 +10:00
Vladimír Čunát
e931f3b935 libgcrypt: attempt to fix i686-freebsd builds, #616
It would probably be better to get newer "as" from somewhere, but I
don't see how.
2013-06-13 10:00:04 +02:00
Jason "Don" O'Conal
930b88c2a9 cairo: add correct include path for pixman.h 2013-06-13 16:47:29 +10:00
Jason "Don" O'Conal
d884c2b639 gdk-pixbuf: add libintlOrEmpty to build inputs 2013-06-13 16:36:47 +10:00
Peter Simons
71439b3e96 Merge pull request #610 from lovek323/sup
Add sup expression
2013-06-12 23:33:19 -07:00
Jason "Don" O'Conal
7e52e251e8 atk: add libintlOrEmpty as build input 2013-06-13 16:30:27 +10:00
Peter Simons
128166a1f0 Merge pull request #613 from errge/hflags
Add hflags
2013-06-12 23:30:04 -07:00
Jason "Don" O'Conal
b31db11a69 ghostscript: add libiconvOrEmpty to build inputs 2013-06-13 15:52:55 +10:00
Jason "Don" O'Conal
6f50a9d4f0 sup: use libiconvOrEmpty instead of plain old libiconv 2013-06-13 14:21:20 +10:00
Jason "Don" O'Conal
b62aa175a2 gnupg: use libiconvOrEmpty instead of libiconv (not required for glibc platforms) 2013-06-13 14:17:27 +10:00
Jason "Don" O'Conal
150a6a7063 Rename ruby gpgme gem to ruby-gpgme 2013-06-13 14:14:44 +10:00
Jason "Don" O'Conal
a5e65e66b1 sup: separate dependencies
create separate expressions for gems requiring native extensions to be
built:

* gpgme
* ncursesw_sup
* xapian_full_alaveteli
2013-06-13 10:45:51 +10:00
Jason "Don" O'Conal
ee00c7aa4e Add gpgme build input for sup 2013-06-13 10:45:42 +10:00
Jason "Don" O'Conal
593228f18d Compile libusb with gccApple on darwin 2013-06-13 10:42:38 +10:00
Jason "Don" O'Conal
4fe22e28cb Add sup expression 2013-06-13 10:42:30 +10:00
Lluís Batlle i Rossell
4970ec637e Adding psmouse-alps, a touchpad kernel driver.
Some laptops use these new touchpads, and this driver is
supposed to provide proper support for them.
2013-06-12 22:55:58 +02:00
Lluís Batlle i Rossell
ce9f40f5a7 gnunet-svn: updating to latest 2013-06-12 22:55:58 +02:00
Lluís Batlle i Rossell
f2256276af irssi_otr: update to latest master 2013-06-12 22:55:57 +02:00
Gergely Risko
c51077b222 Add hflags 2013-06-12 21:25:53 +02:00
Eelco Dolstra
6dbb6f78bb subversion: Update to 1.7.10
CVE-2013-1968, CVE-2013-2088, CVE-2013-2112.
2013-06-12 15:56:40 +02:00
Lluís Batlle i Rossell
ceea8a18fc weechat: update to 0.4.1 2013-06-12 14:19:00 +02:00
Song Wenwu
92ba0a0913 gtk+: enable NLS support (merge #611)
@vcunat: add minor refactorings like file-naming style unification.
ToDo: we get 2*20MB of locale, perhaps it's worth splitting one day.
2013-06-12 10:18:38 +02:00
Peter Simons
acc6039e2c haskell-iteratee: jailbreak to fix build with recent versions of ListLike 2013-06-12 08:45:34 +02:00
Peter Simons
70b10b6267 haskell-snap-core: update to version 0.9.4.0 2013-06-12 08:45:34 +02:00
Peter Simons
0e169b92ec haskell-persistent: update to version 1.2.0.2 2013-06-12 08:45:34 +02:00
Peter Simons
a7c884eb18 haskell-acid-state: update to version 0.10.0 2013-06-12 08:45:34 +02:00
Peter Simons
fd1291e985 haskell-ListLike: update to version 4.0.0 2013-06-12 08:45:34 +02:00
Peter Simons
97f45745bd haskell-Agda: update to version 2.3.2.1 2013-06-12 08:45:33 +02:00
Domen Kozar
808cadd390 tesseract: simplify 2013-06-12 00:50:52 +02:00
Domen Kozar
1b64fc9360 tesseract: upgrade to 3.02.02 and add some languages 2013-06-11 19:22:30 +02:00
Vladimír Čunát
6b433019fa libvpx: update
Also set the shared-vpx for firefox, just to be sure.
Firefox, Chromium, and other seem to work fine.
2013-06-11 18:03:48 +02:00
Vladimír Čunát
f724a5314b flac: update, enable tests
Fix includes in VLC.
Tried a few other programs using it, seems fine.
2013-06-11 15:48:42 +02:00
Sander van der Burg
6fff888ae8 nijs: bump to 0.0.8 2013-06-11 15:09:10 +02:00
Mathijs Kwik
c1bec6fb5b firefox-21: use more system libraries
Conflicts:
	pkgs/applications/networking/browsers/firefox/21.0.nix
2013-06-11 14:05:15 +02:00
Michael Raskin
1a45886454 Merge branch 'master' into x-updates 2013-06-11 15:46:10 +04:00
Michael Raskin
55249de924 Update Julia to today's revision 2013-06-11 15:44:56 +04:00
Peter Simons
1db5bd4aa9 haskell-hsdns: update to version 1.6.1 2013-06-11 13:14:28 +02:00
Peter Simons
a2680cdc48 groff: explicitly disable X11 support in configure to avoid impure builds
Without this flag, the configure script will find /usr/X11 on host system and
assume that it can build with X11 support.
2013-06-11 12:14:49 +02:00
Eelco Dolstra
eaf98cf26e nixUnstable: Update to 1.5.3pre3134_5c06e52 2013-06-11 12:08:37 +02:00
Peter Simons
c662109f8a Merge pull request #607 from ocharles/perl-packages
Add lots more Perl packages
2013-06-11 02:22:47 -07:00
Peter Simons
a2328d7b80 Merge pull request #609 from coroa/ppp-ipv6
ppp: enable ipv6 support
2013-06-11 02:21:42 -07:00
Peter Simons
a5a74c9c44 release.nix: remove emacs-ecb from nixos-tarball
ecb mode is a part of Emacs and no longer exists as a separate package in Nixpkgs.
2013-06-11 11:05:42 +02:00
Mathijs Kwik
fcfbce4b80 Revert "firefox: Revert to 20.0"
This reverts commit 9875413c48.
2013-06-11 09:32:39 +02:00
Mathijs Kwik
1fb979b4f5 firefox-21: fix search box not working when built on xulrunner 2013-06-11 09:32:39 +02:00
Mathijs Kwik
ad5970b680 firefox-21: fix building with system cairo 2013-06-11 09:32:38 +02:00
Michael Raskin
46cd2d0d68 Merge pull request #568 from MarcWeber/submit/vim-multiple-version-and-plugins
vim: supporting multiple sources & complicated plugins
2013-06-10 23:06:56 -07:00
Evgeny Egorochkin
2e939a0fba Merge pull request #608 from ocharles/fabric
fabric: new expression
2013-06-10 23:01:59 -07:00
Jonas Hoersch
b39a6ef532 ppp: enable ipv6 support
networkmanager requires pppd to have ipv6 support for managing mobile
connections since version 0.9.5.95, ref. to commit 7575f4d.
2013-06-11 01:07:06 +02:00
Oliver Charles
d67c4690d3 fabric: new expression 2013-06-10 23:33:39 +01:00
Oliver Charles
c078f67a7a perlPackages.TestMagpie: new expression 2013-06-10 23:06:08 +01:00
Oliver Charles
6a7882ed8d perlPackages.LWPUserAgentMockable: new expression 2013-06-10 23:05:08 +01:00
Oliver Charles
15700d49c1 perlPackages.TemplatePluginClass: new expression 2013-06-10 23:04:08 +01:00
Oliver Charles
1c94ac90b4 perlPackages.MethodSignaturesSimple: new expression 2013-06-10 23:03:19 +01:00
Oliver Charles
18b9044ec8 perlPackages.HTMLSelectorXPath: new expression 2013-06-10 23:01:14 +01:00
Evgeny Egorochkin
dbcfef8c41 Ruby 1.9: update and reenable parallel build, since there's a chance it was fixed. 2013-06-11 00:59:26 +03:00
Oliver Charles
ad136350c1 perlPackages.TestXPath: new expression 2013-06-10 22:58:22 +01:00
Oliver Charles
652425af07 perlPackages.MooseXRunnable: new expression 2013-06-10 22:57:32 +01:00
Oliver Charles
6d5b82416e perlPackages.TemplatePluginJavaScript: new expression 2013-06-10 22:56:40 +01:00
Oliver Charles
8a11acd8ac perlPackages.EnvPath: new expression 2013-06-10 22:56:01 +01:00
Oliver Charles
7e3f666673 perlPackages.TestJSON: new expression 2013-06-10 22:55:13 +01:00
Oliver Charles
912710ee9e perlPackages.XMLSemanticDiff: new expression 2013-06-10 22:54:29 +01:00
Oliver Charles
3a72c70ff4 perlPackages.TestMockClass: new expression 2013-06-10 22:53:59 +01:00
Oliver Charles
cba31c7778 perlPackages.TestRoutine: new expression 2013-06-10 22:47:53 +01:00
Oliver Charles
ac45df073d perlPackages.StringShellQuote: new expression 2013-06-10 22:47:21 +01:00
Oliver Charles
9130659599 perlPackages.DBIxConnector: new expression 2013-06-10 22:46:38 +01:00
Oliver Charles
51e8ad1c2b perlPackages.HTMLTreeBuilderXPath: new expression 2013-06-10 22:45:25 +01:00
Oliver Charles
32829201a4 perlPackages.IOAll: new expression 2013-06-10 22:44:14 +01:00
Oliver Charles
746b9fdaca perlPackages.DigestMD5File: new expression 2013-06-10 22:43:09 +01:00
Oliver Charles
c20fa8b209 perlPackages.StringTT: new expression 2013-06-10 22:41:35 +01:00
Oliver Charles
db0e68a37b perlPackages.EmailMIME: new expression 2013-06-10 22:39:50 +01:00
Oliver Charles
2aa2fff2d9 perlPackages.NetCoverArtArchive: new expression 2013-06-10 22:38:32 +01:00
Oliver Charles
3cbfa75086 perlPackages.NetAmazonS3Policy: new expression 2013-06-10 22:37:58 +01:00
Oliver Charles
c332132cb1 perlPackages.NetAmazonAWSSign: new expression 2013-06-10 22:37:22 +01:00
Oliver Charles
f7dcb609bf perlPackages.RSSParserLite: new expression 2013-06-10 22:36:24 +01:00
Oliver Charles
5fd1ae43fc perlPackages.CacheMemory: new expression 2013-06-10 22:35:29 +01:00
Oliver Charles
73d6af4767 perlPackages.MooseXABC: new expression 2013-06-10 22:32:57 +01:00
Oliver Charles
3c19030977 perlPackages.DateTimeFormatISO8601: new expression 2013-06-10 22:32:23 +01:00
Oliver Charles
7f41fb2ff0 perlPackages.MooseXTypesURI: new expression 2013-06-10 22:31:42 +01:00
Oliver Charles
63b7a6f25d perlPackages.MooseXClone: new expression 2013-06-10 22:30:32 +01:00
Oliver Charles
1abb47fc1f perlPackages.RESTUtils: new expression 2013-06-10 22:29:13 +01:00
Oliver Charles
195524c329 perlPackages.UnicodeICUCollator: new expression 2013-06-10 22:27:02 +01:00
Oliver Charles
98a9d9669b perlPackages.HTMLFormHandler: new expression 2013-06-10 22:25:39 +01:00
Oliver Charles
80a4e6f61f perlPackages.MooseXTypesStructured: new expression 2013-06-10 22:19:26 +01:00
Oliver Charles
69694da603 perlPackages.CGIExpand: new expression 2013-06-10 22:17:53 +01:00
Oliver Charles
9c7953d3b6 perlPackages.SetScalar: new expression 2013-06-10 22:17:22 +01:00
Oliver Charles
3a64c5d10f perlPackages.MathRandomSecure: new expression 2013-06-10 22:16:40 +01:00
Oliver Charles
78e81e0251 perlPackages.DataUUIDMT: new expression 2013-06-10 22:14:54 +01:00
Oliver Charles
1bb9fc728a perlPackages.CacheMemcachedFast: new expression 2013-06-10 22:12:28 +01:00
Oliver Charles
c578c19ff1 perlPackages.CatalystPluginCache: new expression 2013-06-10 22:11:59 +01:00
Oliver Charles
b5a700736e perlPackages.CatalystPluginUnicodeEncoding: new expression 2013-06-10 22:11:28 +01:00
Evgeny Egorochkin
24b1c74b7c Ruby 1.8: update 2013-06-11 00:10:34 +03:00
Oliver Charles
bae4804ac3 perlPackages.Redis: new expression 2013-06-10 22:10:28 +01:00
Oliver Charles
107cfe7cee perlPackages.CatalystPluginCacheHTTP: new expression 2013-06-10 22:09:45 +01:00
Oliver Charles
ae5a6b36b7 perlPackages.DateTimeFormatPg: new expression 2013-06-10 22:07:48 +01:00
Oliver Charles
cd33c93a5b perlPackages.DigestHMAC_SHA1: new expression 2013-06-10 22:07:11 +01:00
Oliver Charles
2fc669c8a5 perlPackages.CatalystAuthenticationCredentialHttp: new expression 2013-06-10 22:06:34 +01:00
Oliver Charles
3e5878e90d perlPackages.TextWikiFormat: new expression 2013-06-10 22:04:43 +01:00
Oliver Charles
bdebf13d9e perlPackages.TextTrim: new expression 2013-06-10 22:03:37 +01:00
Oliver Charles
f41d722e8f perlPackages.TextUnaccent: new expression 2013-06-10 22:03:07 +01:00
Oliver Charles
2d458236a7 perlPackages.LogDispatch: new expression 2013-06-10 22:02:31 +01:00
Oliver Charles
65abb853f4 perlPackages.StatisticsBasic: new expression 2013-06-10 22:01:54 +01:00
Oliver Charles
7b8dbc338a perlPackages.PlackMiddlewareDebug: new expression 2013-06-10 22:00:55 +01:00
Oliver Charles
20784b09f4 perlPackages.ListUtilsBy: new expression 2013-06-10 21:59:09 +01:00
Oliver Charles
599c3b5f07 perlPackages.libintl_perl: new expression 2013-06-10 21:58:31 +01:00
Oliver Charles
21c4299c33 perlPackages.MooseXSingleton: new expression 2013-06-10 21:57:44 +01:00
Oliver Charles
d1f04fe92c perlPackages.StringEscape: new package 2013-06-10 21:56:58 +01:00
Oliver Charles
dfe33f6e20 perlPackages.CacheMemcached: new expression 2013-06-10 21:52:44 +01:00
Oliver Charles
4a517e4487 perlPackages.AlgorithmMerge: new expression 2013-06-10 21:50:48 +01:00
Evgeny Egorochkin
b93ac14bf6 Ruby 1.9 parallel build sometimes fails due to races. 2013-06-10 23:34:06 +03:00
Rok Garbas
cf5af0cbd0 pythonPackages.lxml: added 2.3 version 2013-06-10 21:01:24 +02:00
Rok Garbas
9f52473521 plone: 4.1 should use python 2.6 2013-06-10 21:00:37 +02:00
Rok Garbas
fd5e631e7d Plone: fix for 4.1 2013-06-10 20:59:58 +02:00
Shea Levy
0af376815f Update nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-06-10 10:18:48 -04:00
Sander van der Burg
35bd009680 nijs: Bump to 0.0.7 2013-06-10 16:13:27 +02:00
Peter Simons
2e618df532 bind: avoid build impurity by explicitly enabling/disabling features
The BIND configure script finds extra dependencies in /usr/include and /usr/lib,
and activates additional features if it does. This may cause the build to fail
on systems that cannot use a chroot environment. Actively disabling those
additional features prevents this issue from occurring.
2013-06-10 15:38:00 +02:00
Sander van der Burg
ae5b6de50f Merge branch 'master' of github.com:NixOS/nixpkgs 2013-06-10 11:41:27 +02:00
Sander van der Burg
08dfdb8ebf nijs: Bumped to 0.0.6 2013-06-10 11:41:19 +02:00
Peter Simons
03a65dbb11 haskell-ghc-vis: update to version 0.7.1 2013-06-10 11:26:50 +02:00
Peter Simons
d829182009 haskell-entropy: update to version 0.2.2.1 2013-06-10 11:26:50 +02:00
Peter Simons
977aaa93f9 haskell-contravariant: update to version 0.4.1 2013-06-10 11:26:50 +02:00
Peter Simons
6a7672d511 haskell-accelerate: update to version 0.13.0.4 2013-06-10 11:26:50 +02:00
Vladimír Čunát
f06f6955bd qt4: fix build via adding dependency in generated makefile
Also reorder attributes into the order in which they are run.
2013-06-10 09:35:35 +02:00
Vladimír Čunát
ce50fe26cb libgsf: maintenance update, use gdk_pixbuf now 2013-06-10 09:35:35 +02:00
Mathijs Kwik
9aa7f55017 firefox: use system jpeg library 2013-06-10 09:04:07 +02:00
Mathijs Kwik
5fb93bd27e firefox: enable the (enabled by default) elf hack
It's supposed to speed things up but had some troubles in the past
that seem to have been fixed
2013-06-10 08:58:54 +02:00
Mathijs Kwik
02b539ef47 add hsshellscript 2013-06-10 08:36:05 +02:00