Commit graph

1125 commits

Author SHA1 Message Date
Marko Durkovic c4efe32d4d cygwin: pkgconfig 2015-05-28 10:53:35 +02:00
Austin Seipp 4793f2c7d3 nixpkgs: arcanist 20150412 -> 20150525
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-05-27 16:36:26 -05:00
Tobias Geerinckx-Rice b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Sander van der Burg e612ea59c0 rman: add expression 2015-05-22 10:04:44 +00:00
Tobias Geerinckx-Rice 5d5044b2ec Use mirror:// URIs for ftp.debian.org
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
Luca Bruno 9adde87fea More usage of gnome3.defaultIconTheme 2015-05-19 14:44:27 +02:00
Pascal Wittmann 4ec3f8e42f intel-gpu-tools: apply patch to fix a compile error
see https://bugs.gentoo.org/show_bug.cgi?id=548318
2015-05-15 22:46:30 +02:00
Eric Seidel 67fe5d46d4 Merge pull request #7817 from gridaphobe/cc-wrapper-isgnu-isclang
Add isGNU and isClang attributes to cc-wrapper
2015-05-14 10:09:07 -07:00
Pascal Wittmann 9c9c586534 Fixed several "package has no version" warnings 2015-05-14 17:19:41 +02:00
Tobias Geerinckx-Rice 6396c04d9f ccache: enable tests
Let's hope this doesn't break all over the place. Works here.
2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice 75ecd2e415 ccache 3.2.1 -> 3.2.2
New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
  alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
  can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).

Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
  different.  This makes it possible to rebuild with "CCACHE_CPP2" set
  without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
  exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
  failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
  with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.
2015-05-12 07:52:59 +02:00
Eric Seidel 662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Pascal Wittmann a16cd707bd Merge pull request #7804 from codyopel/global
global: refactor
2015-05-11 21:15:38 +02:00
codyopel 4cba460737 ctags: 804 -> 816 2015-05-11 05:27:53 -04:00
codyopel b8f1d6c9db global: refactor 2015-05-11 04:22:26 -04:00
Domen Kožar bb4d658f64 Merge branch 'master' into staging
Conflicts:
	nixos/doc/manual/release-notes/rl-unstable.xml
	nixos/modules/services/printing/cupsd.nix
	pkgs/applications/misc/calibre/default.nix
	pkgs/development/haskell-modules/hackage-packages.nix
	pkgs/development/libraries/libsodium/default.nix
	pkgs/misc/emulators/wine/unstable.nix
	pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
codyopel 4b07d16827 intltool: refactor 2015-05-11 03:11:30 -04:00
Michael Raskin 84ffa4d489 Update CL-Launch 2015-05-10 13:46:31 +02:00
Michael Raskin 53f8245494 Update luarocks 2015-05-10 13:46:31 +02:00
Michael Raskin fdd0a1f7f8 Update CL-Launch 2015-05-10 13:36:46 +03:00
Michael Raskin d1d2a9856c Update luarocks 2015-05-10 13:36:45 +03:00
William A. Kennington III 074c4a7f78 Merge remote-tracking branch 'upstream/master' into staging 2015-05-07 01:44:49 -07:00
Peter Simons 324719a5a6 Drop obsolete pre-NG Haskell builds. 2015-05-05 21:44:47 +02:00
Tobias Geerinckx-Rice 288291e132 yodl: fix paths. Now it actually works. 2015-05-05 19:44:45 +02:00
William A. Kennington III 00df204c82 Merge remote-tracking branch 'upstream/master' into staging 2015-05-01 15:57:09 -07:00
William A. Kennington III f48fe899c3 Simplify some builds with curses compatability 2015-04-30 18:49:28 -07:00
William A. Kennington III f537943f27 dejagnu: Add metadata 2015-04-30 18:49:27 -07:00
Joachim Fasting bf7ad2d84f meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Thomas Tuegel 1fe28a1132 Merge remote-tracking branch 'upstream/master' into staging 2015-04-29 11:33:28 -05:00
William A. Kennington III c6bee4b4bb sysbench: Update to 2015-04-22 2015-04-28 18:27:39 -07:00
Pascal Wittmann f99d5cf2fc Fixed some descriptions 2015-04-28 10:55:20 +02:00
Vladimír Čunát 30f31c9afc Merge 'master' into staging
(relatively simple conflicts)
2015-04-26 22:52:08 +02:00
Ambroz Bizjak 05a44cd06e stlink: Update to version 1.1.0. 2015-04-24 00:08:12 +02:00
Georges Dubus 7372c5434f nixbang: upgrade to 0.1.2 2015-04-22 10:00:26 +02:00
Tobias Geerinckx-Rice 74d66a3df1 dejagnu 1.5.1 -> 1.5.3 2015-04-19 02:13:30 +02:00
Luca Bruno 384abb5e29 Add automake 1.15 2015-04-17 17:18:10 +02:00
Lluís Batlle i Rossell 745b1ce04a Updating gdb to 7.9.
I can remove the patch of edit-signals. It seems to work without it.

I tested the change over release-14.12.
2015-04-14 17:26:13 +02:00
Austin Seipp a4e63baf35 nixpkgs: arcanist 20150318 -> 20150412
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 12:16:30 -05:00
Thomas Tuegel 88918e10e9 Merge branch 'master' into staging 2015-04-10 07:45:38 -05:00
William A. Kennington III 91221f5941 Revert "binutils: 2.23.1 -> 2.25"
This reverts commit 4adae43646.

This breaks the building of samba and likely other binaries as some
libraries are never linked.
2015-04-08 12:14:08 -07:00
Pascal Wittmann 2887162c7a intel-gpu-tools: update from 1.9 to 1.10 2015-04-08 16:06:58 +02:00
Pascal Wittmann 2958fedc2d global: update from 6.3.4 to 6.4 2015-04-08 16:04:56 +02:00
William A. Kennington III 5872185250 automake: Bump to 1.15 2015-04-07 13:32:35 -07:00
Eric Seidel c94b24fa4a fix fallout from merge of master 2015-04-06 19:48:44 -07:00
Eric Seidel 6ec373d776 Merge branch master into staging 2015-04-06 18:58:08 -07:00
Michael Raskin 67e055501f Update intltool 2015-04-05 20:27:25 +03:00
Michael Raskin 25317cf30c Update cl-launch 2015-04-05 20:27:25 +03:00
Ryan Mulligan 93f1029b0f Get rid of fetchurlGnome
closes #1707
2015-04-04 22:22:12 -07:00
Spencer Whitt 171225ab1c uncrustify: build on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt 162f870e6f astyle: fix on Darwin 2015-04-04 02:07:55 -04:00