Peter Simons
324719a5a6
Drop obsolete pre-NG Haskell builds.
2015-05-05 21:44:47 +02:00
Vincent Laporte
67529e7a08
frama-c: update from Neon to Sodium
2015-05-05 19:59:54 +02:00
Tobias Geerinckx-Rice
897897cc30
Add flexc++ 2.02.00: C++ lexical scanner generator
2015-05-05 19:44:48 +02:00
Tobias Geerinckx-Rice
288291e132
yodl: fix paths. Now it actually works.
2015-05-05 19:44:45 +02:00
Tobias Geerinckx-Rice
2c62a0a930
Add egypt 1.10: create simple C call graphs
2015-05-05 19:43:18 +02:00
Peter Simons
11bf7502cc
Remove obsolete entries from pkgs/development/tools/haskell.
2015-05-04 12:27:02 +02:00
Domen Kožar
21a7e39b0b
Merge pull request #7658 from benley/jenkins-job-builder
...
New package: jenkins-job-builder
2015-05-04 10:34:52 +02:00
Benjamin Staffin
3a371528bb
New package: jenkins-job-builder
2015-05-03 10:58:17 -07:00
Aristid Breitkreuz
6f5bfcdb33
Merge pull request #7665 from joachifm/cppcheck
...
cppcheck: 1.68 -> 1.69
2015-05-03 13:34:12 +02:00
Joachim Fasting
127050d851
cppcheck: 1.68 -> 1.69
...
Also update meta and install man page.
2015-05-03 00:22:23 +02:00
William A. Kennington III
64c68c5413
cmake: 3.2.1 -> 3.2.2
2015-05-01 22:27:14 -07:00
William A. Kennington III
00df204c82
Merge remote-tracking branch 'upstream/master' into staging
2015-05-01 15:57:09 -07:00
Joachim Fasting
78a877bef1
Delete redundant docutils expression
...
`development/tools/documentation/docutils` is also provided
by `pythonPackages`; use that instead.
2015-05-01 20:46:07 +02: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
Ricardo M. Correia
4cae83bb70
gprof2dot: Add new package
...
gprof2dot is a Python script to convert the output from many profilers
into a dot graph.
2015-04-30 00:16:02 +02:00
Thomas Tuegel
1fe28a1132
Merge remote-tracking branch 'upstream/master' into staging
2015-04-29 11:33:28 -05:00
Robin Gloster
b88fc6c90e
update vagrant to 1.7.2
2015-04-29 13:15:17 +02:00
Pascal Wittmann
6b4aec742d
Merge pull request #7628 from ragnard/bump-boot
...
boot: bump from rc8 to rc14
2015-04-29 10:55:16 +02:00
Ragnar Dahlén
543ec3cf46
boot: bump from rc8 to rc14
2015-04-29 08:50:48 +01: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
Pascal Wittmann
06e2fdc62e
spin: update from 6.4.1 to 6.4.3
2015-04-28 09:57:10 +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
Ricardo M. Correia
d6093505cc
buildRustPackage: Get rid of /proc/self/cwd hack
...
This makes buildRustPackage portable to non-Linux platforms.
Additionally, now we also save the `Cargo.lock` file into the fetch output, so
that we don't have to run $cargoUpdateHook again just before building.
2015-04-23 20:22:19 +02:00
Peter Simons
cde5088bec
cabal2nix: the hash has changed because of the newly added tag
2015-04-23 19:55:55 +02:00
Ricardo M. Correia
0cde1dc524
cargo: Remove setupHook
...
Instead, move that code into buildRustPackage.
The setup hook was only doing part of the work anyway, and having it in
a separate place was obscuring what was really going on.
2015-04-23 15:26:23 +02:00
Peter Simons
019b18722d
cabal2nix: bump to latest version and wrap it to include nix-prefetch-scripts in $PATH
2015-04-23 14:12:43 +02:00
Ricardo M. Correia
e42c17ee97
buildRustPackage: Fix Cargo.lock being ignored
...
It turns out that `cargo`, with respect to registry dependencies, was
ignoring the package versions locked in `Cargo.lock` because we changed
the registry index URL.
Therefore, every time `rustRegistry` would be updated, we'd always try
to use the latest version available for every dependency and as a result
the deps' SHA256 hashes would almost always have to be changed.
To fix this, now we do a string substitution in `Cargo.lock` of the
`crates.io` registry URL with our URL. This should be safe because our
registry is just a copy of the `crates.io` registry at a certain point
in time.
Since now we don't always use the latest version of every dependency,
the build of `cargo` actually started to fail because two of the
dependencies specified in its `Cargo.lock` file have build failures.
To fix the latter problem, I've added a `cargoUpdateHook` variable that
gets ran both when fetching dependencies and just before building the
program. The purpose of `cargoUpdateHook` is to do any ad-hoc updating
of dependencies necessary to get the package to build. The use of the
'--precise' flag is needed so that cargo doesn't try to fetch an even
newer version whenever `rustRegistry` is updated (and therefore have to
change depsSha256 as a consequence).
2015-04-23 02:58:07 +02:00
Georges Dubus
7372c5434f
nixbang: upgrade to 0.1.2
2015-04-22 10:00:26 +02:00
Cray Elliott
e73921aee1
valgrind: patch build system to allow linux kernels of v4.x
2015-04-21 20:40:15 -07:00
Ricardo M. Correia
d648be6724
buildRustPackage: Add check phase and enable it by default
...
Also disable check phase in cargo as there are lots of failures (some
probably due to trying to access the network).
2015-04-21 20:45:05 +02:00
Ricardo M. Correia
5e8a447739
cargo: Build optimized binary
2015-04-21 20:44:41 +02:00
Georges Dubus
7d67efa3f2
Add support for building cargo'ed Rust programs
2015-04-21 19:46:29 +02:00
Pascal Wittmann
183271560b
Merge pull request #7393 from pjones/pkg/sassc
...
New package: SassC (front-end for libsass)
2015-04-21 09:52:50 +02:00
Nikolay Amiantov
91f3912b5d
lambdabot: add configuration
2015-04-20 18:56:43 +03: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
Nikolay Amiantov
4c1afe5cce
leksah: move to haskell tools and add cabal to path
2015-04-16 15:53:57 +03:00
Nikolay Amiantov
5dec393125
lambdabot, mueval: move to development/tools/haskell
2015-04-16 15:53:57 +03:00
Nikolay Amiantov
4947f918ad
lambdabot: add package
2015-04-16 13:32:48 +03:00
Nikolay Amiantov
58330b2a81
mueval: add package
2015-04-16 13:32:48 +03:00
Arseniy Seroka
d56e9b4f05
Merge pull request #7330 from RumataEstor/rust-beta
...
Provide rustc-1.0.0-beta as the default rust package
2015-04-16 13:05:40 +03:00
Dmitry Belyaev
854f81da34
Update racerRust
2015-04-16 13:37:18 +10:00
Edward Tjörnhammar
dfc8e5ab05
ihaskell: cleanup wrapper and service
2015-04-15 23:00:03 +02:00
Peter Jones
c61aa9c2d1
New package: SassC (front-end for libsass)
2015-04-15 08:44:35 -06:00
Nikolay Amiantov
77a153a655
leksah: add wrapper
...
Closes https://github.com/NixOS/nixpkgs/pull/7063 .
2015-04-15 13:40:07 +02:00
Charles Cooper
ba206b550a
dub update to v0.9.23
2015-04-14 10:46:16 -07: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
Peter Simons
65822005f0
Merge pull request #7314 from edwtjo/ihaskell-fixups
...
IHaskell fixes
2015-04-14 14:21:44 +02:00
Dmitry Belyaev
871d11c176
Update cargoSnapshot to rustc-1.0.0-beta release
2015-04-13 15:55:39 +10:00
Austin Seipp
a4e63baf35
nixpkgs: arcanist 20150318 -> 20150412
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 12:16:30 -05:00
Edward Tjörnhammar
f13d9f28e8
ihaskell: deprecate old haskellPackages expression
2015-04-11 00:09:31 +02: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
Pascal Wittmann
4576a72e45
checkstyle: update from 6.4.1 to 6.5
2015-04-08 16:03:03 +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
Markus Kohlhase
40db8b6ffd
nixpkgs: removed sloc duplicate
2015-04-06 11:53:06 +02: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
Austin Seipp
5ab1096f1f
nixpkgs: re2c 0.14.1 -> 0.14.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
William A. Kennington III
a604b42480
mysql: Use libs in place of the binary mysql
2015-04-01 16:46:53 -07:00
John Wiegley
80c6c5e9ec
global: wrap "global" in the same fashion
2015-03-31 20:56:05 -05:00
John Wiegley
c7ce8c7768
global: make pygments visible to "gtags" binary
2015-03-31 20:53:22 -05:00
John Wiegley
b29fc6bfaf
global: add missing spaces to configureFlags
2015-03-31 16:09:40 -05:00
John Wiegley
227ebdc7cb
Remove unnecessary entries in propagatedBuildInputs
2015-03-31 10:34:22 -05:00
John Wiegley
65b4013194
Add propagatedBuildInputs
2015-03-31 10:31:58 -05:00
John Wiegley
b6932f56f8
Enable two modern features of GNU global
2015-03-31 10:30:19 -05:00
John Wiegley
d628247bdf
Merge pull request #7095 from giogadi/cmake-full-install-name-staging
...
Make cmake install shared libraries with full install names by default
2015-03-30 21:47:27 -05:00
Luis G. Torres
ff35c4a5e2
Make cmake install libraries with full install names by default so that executables can find cmake-installed shared libraries at runtime on Darwin. Addresses #6821 .
2015-03-30 21:25:44 -04:00
William A. Kennington III
fa2e5b25ba
Merge branch 'master' into staging
2015-03-29 14:25:48 -07:00
Henry Till
7d52faac72
texi2html: change platforms to unix
...
Tested on Darwin
2015-03-28 17:11:14 -04:00
William A. Kennington III
22018c40d1
cmake: Remove obsolete openssl patch
2015-03-27 11:30:39 -07:00
William A. Kennington III
a0aec63eb8
dejagnu: 1.5.1 -> 1.5.2
2015-03-26 16:11:57 -07:00
William A. Kennington III
767c179a94
Merge branch 'master' into staging
2015-03-26 14:44:05 -07:00
Arseniy Seroka
a062b64cdf
Merge pull request #6995 from oxij/add-toluapp
...
tolua++ (toluapp): add version 1.0.92
2015-03-26 20:13:31 +03:00
Jan Malakhovski
46aa9361d6
tolua++ (toluapp): add version 1.0.92
2015-03-26 13:03:17 +00:00
goodwillcoding
62d4564de4
fix the cmake 2.8.x detection of OpenSSL version broken in openssl 1.0.1m
...
this is a follow up to security update for openssl: 1.0.1l -> 1.0.1m,
references:
- http://public.kitware.com/Bug/bug_relationship_graph.php?bug_id=15386
- http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5d9a8283cfac15b4a5a07f18d5eb10c1f388505#patch1
(cherry picked from commit 30dd174520827c58f7d58408029f8845878dd021)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-03-26 11:42:02 +01:00
Rob Vermaas
46eedd9de5
Dohh
2015-03-26 09:48:27 +00:00
Rob Vermaas
ac35d15bcc
bazel: Upstream pushed patch, removing patch.
2015-03-26 09:46:31 +00:00
William A. Kennington III
5c3cdaf351
libtool: 2.4.5 -> 2.4.6
2015-03-26 00:59:08 -07:00
William A. Kennington III
4adae43646
binutils: 2.23.1 -> 2.25
2015-03-26 00:24:17 -07:00
Rob Vermaas
7721ff4ccb
bazel: add patch suggested by upstream
2015-03-26 06:30:21 +00:00
Tobias Geerinckx-Rice
9060ae8f89
include-what-you-use: pin clang to version 3.5
...
Fixes Hydra failure with clang 3.6 <http://hydra.nixos.org/build/20560181 >.
Also shorten excessive longDescription a bit.
2015-03-26 00:29:42 +01:00
Rob Vermaas
f5eed7e14e
Add initial version for bazel.io build manager.
2015-03-25 15:12:02 +00:00
Shea Levy
6e3c9d5ce4
Fix fallout of recent cc-wrapper changes
...
Fixes tarball except for 56e21d05e8
2015-03-24 22:13:43 -04:00
Thomas Tuegel
8fd5dd89ac
Merge branch 'master' into staging
2015-03-24 17:49:30 -05:00
Shea Levy
f80e342e83
ccache-links is wrapped, so it needs a gcc attribute
2015-03-24 08:59:34 -04:00
vbgl
bc5692f3ec
Merge pull request #6939 from henrytill/opam
...
opam: update to 1.2.1
2015-03-23 11:45:05 +01:00
Thomas Tuegel
f47af9b2c8
remove cmake-3.0
2015-03-22 17:03:57 -05:00
Thomas Tuegel
3628370127
remove cmake-2.6.4
2015-03-22 17:02:32 -05:00