Commit Graph

1008 Commits

Author SHA1 Message Date
Matthew Justin Bauer
98f2f08b4b
Merge pull request #41009 from matthewbauer/normalize-names
Add versions to packages missing it
2018-05-25 16:32:48 -05:00
Matthew Bauer
02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
John Ericson
18742471af Merge remote-tracking branch 'upstream/master' into staging
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
xeji
4aa04d185c
Merge pull request #40228 from ThomasMader/dlang-update
dmd,dtools,dub: 2.079.0 -> 2.079.1 and wrap ldc2 binary with $CC
2018-05-23 10:25:39 +02:00
Jan Tojnar
405cb86037
meson: 0.45.1 → 0.46.1 2018-05-22 20:31:17 +02:00
Tuomas Tynkkynen
f9feacfc7c Merge remote-tracking branch 'upstream/master' into staging 2018-05-22 17:48:29 +03:00
Yegor Timoshenko
c68996f147
Merge pull request #40869 from r-ryantm/auto-update/apache-maven
maven: 3.5.2 -> 3.5.3
2018-05-22 05:52:40 +03:00
John Ericson
db4d77779c Merge remote-tracking branch 'upstream/master' into staging 2018-05-21 20:21:48 -04:00
Matthew Justin Bauer
050d07d672
gn: fix patch url
Fixes #40891
2018-05-21 17:43:22 -05:00
R. RyanTM
5aa53cc9df maven: 3.5.2 -> 3.5.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/apache-maven/versions.

These checks were done:

- built on NixOS
- /nix/store/zvhkfnxmklx0bas9zmykbmzqphvi6c9p-apache-maven-3.5.3/bin/mvn passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.5.3 with grep in /nix/store/zvhkfnxmklx0bas9zmykbmzqphvi6c9p-apache-maven-3.5.3
- directory tree listing: https://gist.github.com/9a7bcffed5e910bc831d8fa971bbcec6
- du listing: https://gist.github.com/1285616d86145877047eff13f5c9dc6d
2018-05-20 21:17:25 -07:00
Thomas Tuegel
75e78eda1f
cmake: 3.10.2 -> 3.11.2
Fixes #40751.
2018-05-19 18:28:01 -05:00
Thomas Mader
e762dca831 dmd,dtools,dub: 2.079.0 -> 2.079.1 2018-05-19 23:17:30 +02:00
John Ericson
ce018be2d6
Merge pull request #40566 from obsidiansystems/strictDeps-for-18.03
cmake: Fix build and setup hook
2018-05-15 16:31:17 -04:00
John Ericson
0ff650a392 cmake: Fix build and setup hook
I screwed this up in 330ca731e8. I'm
sorry.
2018-05-15 15:24:22 -04:00
John Ericson
5e17335bd7 Merge remote-tracking branch 'upstream/staging' into strictDeps 2018-05-14 23:33:03 -04:00
John Ericson
330ca731e8 treewide: Get rid of all uses of crossConfig
The hack of using `crossConfig` to enforce stricter handling of
dependencies is replaced with a dedicated `strictDeps` for that purpose.
(Experience has shown that my punning was a terrible idea that made more
difficult and embarrising to teach teach.)

Now that is is clear, a few packages now use `strictDeps`, to fix
various bugs:

 - bintools-wrapper and cc-wrapper
2018-05-14 23:30:37 -04:00
Frederik Rietdijk
658b7c3f2e Merge master into staging 2018-05-13 12:13:25 +02:00
Artem Kazakov
fbe7ebca5f Update pants to 1.6.0
Also fixing the missing dependency (wheel). Not sure when this
got broken, but 1.5.0 did not work either.
2018-05-12 10:34:44 -04:00
Matthew Bauer
6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Ben Barclay
9ef306bb4d bazel: 0.11.1 -> 0.12.0 (#39585) 2018-05-08 13:46:24 +01:00
Matthew Justin Bauer
22a88fccb1
Merge pull request #39679 from lopsided98/buildbot-update
buildbot: 1.1.0 -> 1.1.1, fix build
2018-05-04 17:23:13 -05:00
John Ericson
cf06e42d1c Merge remote-tracking branch 'upstream/master' into staging 2018-05-03 16:35:36 -04:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
seese
0a19162fa9 buildbot: disable tests on aarch64 because of TimeoutErrors (#39826)
buildbot: disable tests because of TimeoutErrors - only on aarch64
2018-05-01 23:47:53 +02:00
Ryan Mulligan
038a0c9a60 treewide: http to https 2018-04-30 21:39:20 -07:00
Ben Wolsieffer
cd0aee5cbc buildbot: 1.1.0 -> 1.1.1 2018-04-28 23:07:10 -04:00
aszlig
a3502ba765
gn: Add libc++ and libc++abi from third_party
On GNU/Linux the build references these files, so let's fetch them from
the Chromium repository. I haven't checked whether they are heavily
patched or whether we can use the version from LLVM, but when looking at
the changes, they do seem to divert a bit from upstream LLVM.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:41 +02:00
aszlig
ac61ae50b7
gn: Switch to fetchzip for apple_apsl directory
The tarball from upstream seems to be generated on the fly, so the
output is not deterministic and using fetchzip makes this more reliable
as we have a recursively hashed output path without any of the
non-determinisms in tarballs.

Unfortunately, the build still fails on NixOS systems, because we need a
few more stuff in the build tree.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @matthewbauer, @stesie
2018-04-25 15:01:38 +02:00
Matthew Justin Bauer
d71d7c913e
Merge pull request #39465 from matthewbauer/work
Various work on broken packages
2018-04-25 00:30:32 -05:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
adisbladis
656f69bea5
buildbot-plugins.wsgi-dashboards: Remove maintainer akazakov
Missing from maintainers file
2018-04-25 12:11:43 +08:00
Matthew Bauer
04e13de94f gn: fix Darwin build 2018-04-24 20:54:36 -05:00
Daiderd Jordan
a4585468d1
Merge branch 'master' into staging 2018-04-24 20:22:01 +02:00
Matthew Justin Bauer
cf6fdcabac
Merge pull request #36964 from ryantm/auto-update/buildbot
buildbot: 1.0.0 -> 1.1.0
2018-04-23 12:03:46 -05:00
Tuomas Tynkkynen
3c6e077301 Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
	pkgs/development/tools/misc/binutils/default.nix
2018-04-22 22:31:30 +03:00
Tim Cuthbertson
ad5b090853 gup: add passthru.updateScript 2018-04-22 15:16:36 +10:00
Tim Cuthbertson
b52f5dba48 gup: simplify build expression 2018-04-22 15:16:02 +10:00
Tim Steinbach
82f70b63c0
gradle: 4.6 -> 4.7 2018-04-21 11:25:22 -04:00
Matthew Justin Bauer
615344b5f6
Merge pull request #37168 from ryantm/auto-update/buildbot-worker
buildbot-worker: 1.0.0 -> 1.1.0
2018-04-17 10:17:43 -05:00
Tuomas Tynkkynen
16b45ec3da Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
	pkgs/applications/version-management/git-and-tools/git/default.nix
	pkgs/top-level/all-packages.nix
	pkgs/top-level/unix-tools.nix
2018-04-16 21:13:30 +03:00
aszlig
492ca7be2b
gnumake3: Fix build against glibc-2.27
This has already been patched against gnumake4 (519f0b8db2)
but we still have packages depending on gnumake3, so let's also apply
the same patch to gnumake 3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @shlevy, @vcunat
2018-04-12 16:21:30 +02:00
Robert Schütz
13dadd48b5 conan: 1.1.1 -> 1.2.3 2018-04-12 15:08:22 +02:00
Robert Schütz
80fc5f2a24 Merge branch 'master' into staging 2018-04-10 09:13:36 +02:00
Tim Steinbach
83229813b3
sbt: 1.1.3 -> 1.1.4 2018-04-09 17:05:25 -04:00
Frederik Rietdijk
0aa59a08d6 Merge master into staging 2018-04-09 15:12:32 +02:00
Tim Steinbach
2ab846211c
sbt: 1.1.2 -> 1.1.3 2018-04-09 08:56:39 -04:00
Frederik Rietdijk
a799c45192 python: buildbot-pkg: 1.1.0 -> 1.1.1 2018-04-08 11:36:07 +02:00
Frederik Rietdijk
869854dd09 python: pantsbuild.pants: 1.4.0 -> 1.5.0 2018-04-08 11:34:57 +02:00
Frederik Rietdijk
dfc2426563 python: buildbot-pkg: 1.0.0 -> 1.1.0 2018-04-08 11:34:56 +02:00
Frederik Rietdijk
a9f37d1c25 Merge master into staging 2018-04-05 19:25:05 +02:00