Commit graph

38683 commits

Author SHA1 Message Date
Eelco Dolstra 06fc1ec34d Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/servers/serfdom/default.nix
2014-07-01 11:25:41 +02:00
Eelco Dolstra 89f8af55f1 Darwin: Use xcrun to get the path to the SDK
Recent versions of Xcode don't install headers in /usr/include but
in a directory like

  /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include

So use that instead, falling back to /usr/include in case of an older
version of Xcode.
2014-07-01 11:01:36 +02:00
Michael Raskin ce623950ad Update bip 2014-07-01 12:08:07 +04:00
Michael Raskin 8ed1aeb712 Fix default tarball mask 2014-07-01 12:08:07 +04:00
Oliver Charles 2480f2465c Merge pull request #3138 from flosse/lua5-expat
added luaexpat 1.3.0
2014-07-01 08:47:39 +01:00
Michael Raskin 3471744cbb Add auto-updating meta for restund 2014-07-01 11:54:09 +04:00
Michael Raskin 0733404aca Update baresip 2014-07-01 11:54:09 +04:00
Michael Raskin 2466b0bc76 Update lib rem 2014-07-01 11:54:09 +04:00
Michael Raskin 4f4a378a02 Update lib re 2014-07-01 11:54:09 +04:00
Michael Raskin 0fcee20522 Allow pure-meta updates to specify tarball regexp 2014-07-01 11:54:09 +04:00
Michael Raskin 2e12709a26 Allow update-walker to run directly from meta attributes 2014-07-01 11:54:09 +04:00
Michael Raskin 5ed1adbbd4 Update Blobby Volley 2014-07-01 11:54:09 +04:00
Michael Raskin 60ccbebc4e Create some meta for the AnonymousPro font 2014-07-01 11:54:08 +04:00
Oliver Charles 200e3535dc Merge pull request #3141 from cstrahan/iomelt
iomelt: new package
2014-07-01 08:46:12 +01:00
Oliver Charles e11813c8fe Merge pull request #3142 from pSub/dwb-dconf-issue
Fixed dwb startup issue
2014-07-01 08:43:50 +01:00
Oliver Charles 37e8ebc456 Merge pull request #3144 from wmertens/source-missing-fixes
Source missing fixes
2014-07-01 08:43:27 +01:00
Oliver Charles b2ea699437 Merge pull request #3145 from nilcons/nc-indicators-update
nc-indicators 0.1 -> 0.2
2014-07-01 08:42:30 +01:00
Oliver Charles f074990483 Merge pull request #3149 from iyzsong/python-discid
add python-discid, a binding of libdiscid by MusicBrainz
2014-07-01 08:41:50 +01:00
Charles Strahan 25b53cddb4 iomelt: new package
This adds the IOMelt pacakge, "a simple yet effective way to benchmark disk IO
in Linux systems."
2014-06-30 23:50:38 -04:00
宋文武 bc53465f76 add python-discid, a binding of libdiscid by MusicBrainz 2014-07-01 08:59:51 +08:00
John Wiegley 878edcefb4 Merge pull request #3124 from linquize/nodejs-0.10.29
nodejs: Update to 0.10.29
2014-06-30 14:16:27 -05:00
Bjørn Forsman 8727f1aeb1 fish: fix 'fish_config' by providing python ncurses module
Gets rid of the "ImportError: No module named _curses" (and failure to
display page) when clicking the "prompt" page in the 'fish_config' web
UI.
2014-06-30 20:39:02 +02:00
Austin Seipp 67d992c100 ceph: fix libatomic_ops dependency
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-30 12:03:08 -05:00
Eelco Dolstra 55e8e0ef9b gcc: Slight builder cleanup 2014-06-30 17:31:02 +02:00
Peter Simons 6d068be1bf cabal-install: update to version 1.20.0.3 2014-06-30 17:03:07 +02:00
Peter Simons ee0226e5c8 haskell-pipes-binary: re-generate with latest version of cabal2nix 2014-06-30 17:00:37 +02:00
Peter Simons fac3be7416 haskell-folds: re-generate with latest version of cabal2nix 2014-06-30 17:00:18 +02:00
Peter Simons 255b68e634 haskell-snap-server: re-generate with latest version of cabal2nix 2014-06-30 17:00:01 +02:00
Michael Raskin 89a8ae6627 Fix download URL for mdds 2014-06-30 18:50:55 +04:00
Eelco Dolstra 7fe89be146 gcc: Fix purity
Somewhere the no-sys-dirs.patch got disabled, so gcc was looking in
/usr/local/include and /usr/lib. Since I can't fix the patch easily,
I've borrowed the --sysroot trick from clang-wrapper. This causes
builtin paths to be prefixed with /var/empty
(e.g. /var/empty/usr/lib), which don't exist.
2014-06-30 16:43:02 +02:00
Mihaly Barasz c3c41f4ba0 nc-indicators 0.1 -> 0.2 2014-06-30 16:16:38 +02:00
Wout Mertens 8e7fded9c9 vte: store patch in repo, source offline 2014-06-30 16:10:50 +02:00
Wout Mertens ea4207f7a3 makeself: bump to 2.2.0 2014-06-30 16:10:04 +02:00
Peter Simons 2af20dbacf Merge pull request #3088 from aycanirican/master
jailbreak pipes-aeson which depends on pipes-bytestring == 2.0.* which i...
2014-06-30 15:55:33 +02:00
Michael Raskin 7caec74142 Merge pull request #3118 from NixOS/libreoffice-update-4.2.5
Libreoffice update 4.2.5
2014-06-30 17:39:12 +04:00
Peter Simons 0b1b4e5870 Merge pull request #3133 from deepfire/haskell-yampa
haskellPackages.Yampa:  new expression
2014-06-30 15:35:35 +02:00
Eelco Dolstra b3b9c51b34 Add a deprecation warning to ensureDir 2014-06-30 14:57:12 +02:00
Eelco Dolstra 40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Pascal Wittmann eb851b6a19 Fixed dwb startup issue 2014-06-30 14:36:51 +02:00
Eelco Dolstra 47075812ce Remove the unmaintained (and AFAIK unused) stdenv for mingw 2014-06-30 13:31:08 +02:00
Cillian de Róiste 336f1f9d88 chromedriver 2.9 -> 2.10 2014-06-30 12:48:38 +02:00
Michael Raskin d61129a117 Downgrade gnu-efi back: this fixes build of gummiboot without breaking syslinux build 2014-06-30 11:17:19 +04:00
Michael Raskin 127175d27f Update gummiboot to the latest 2014-06-30 11:05:40 +04:00
Michael Raskin efb0c56db4 Update linux_testing and enable parallel build of Linux kernel 2014-06-30 10:52:33 +04:00
Michael Raskin 3a197214f9 Merge pull request #3068 from taku0/firefox-bin-30.0
add firefox-bin: the binary package for Firefox web browser
2014-06-30 10:31:43 +04:00
Michael Raskin 89a7cc92a2 Merge pull request #3020 from ambrop72/0ad
Add 0 A.D.
2014-06-30 10:30:41 +04:00
Michael Raskin 5a8a92c01a Merge pull request #3007 from wkennington/master.syslinux
syslinux: Update 4.07 -> 6.02
2014-06-30 10:29:28 +04:00
Michael Raskin d001de0100 Merge pull request #3102 from auntieNeo/ipafont
Added package for Japanese IPAFonts.
2014-06-30 10:19:48 +04:00
Michael Raskin d41a7bd9e2 Merge pull request #2871 from auntieNeo/kochi-substitute
Added Kochi substitute Japanese font package
2014-06-30 10:14:14 +04:00
Michael Raskin b403893aa2 Merge pull request #2778 from edwtjo/radicale
Adding Radicale package and service
2014-06-30 10:11:23 +04:00