Jan Tojnar
85bd2a7acb
Merge pull request #46020 from jtojnar/meson-0.47
...
meson: 0.46.1 → 0.48.2
2018-11-18 22:17:49 +01:00
Scott Dunlop
611ef59485
mage: init at 1.7.1
...
(#46407 )
* mage: init at 1.2.4
* mage: init at 1.7.1
2018-11-18 17:35:41 +01:00
xeji
a292829e58
Merge pull request #50491 from oxij/pkgs/tiny-fixes
...
trivial: random fixes
2018-11-18 16:58:55 +01:00
Frederik Rietdijk
63c6875f26
Merge master into staging-next
2018-11-18 10:32:12 +01:00
Guillaume Maudoux
de8fe66ba0
buck: use upstream version convention
...
Changes added in 4d1fd3775d
break
automated updates by moving to a custom version scheme.
This switches back to upstream versioning, while maintaining version
schema convention of `builtins.parseDrvName`.
See issue #43717
2018-11-18 09:56:23 +01:00
Jan Malakhovski
fe50c0c096
cmake_2_8: fix fetchpatch src
...
Old link no longer works. There're other broken patches in that file,
but I was too lazy to investigate where one can download them now.
2018-11-17 10:16:30 +00:00
Piotr Bogdan
2c60a41d0a
gnumake3: remove
2018-11-15 17:41:25 +00:00
Matthew Bauer
b6fce7201e
xboxdrv: add dontUseSconsInstall flag
...
xboxdrv doesn’t use scons for installing, but instead using a
makefile! Everything else is in scons so we have to keep that. I’ve
added a dontUseSconsInstall flag to the scons setup-hook to skip the
automatic overwrite of default “make install” call.
2018-11-14 13:57:41 -06:00
Matthew Bauer
73951bc0c8
Merge pull request #50293 from matthewbauer/cleanups2
...
Add setup-hooks for scons and waf
2018-11-13 19:17:00 -06:00
Matthew Bauer
1ba9fd335d
scons: add setup hook
...
The scons build system is python-based and has a binary named scons. Unlike CMake, it cannot generate makefiles so we end up having to override the build, install, and check phases. I have added the setupHook to the scons package so that integration requires no unique steps - just putting scons in nativeBuildInputs should be enough. sconsFlags controls the flags specifically passed to scons while buildFlags, installFlags, and checkFlags should still be usable. Some packages use different names for the prefix flag. In those cases you will have to set "prefixKey" to something like "PREFIX=" as there are multiple names for the "prefix" used in scons.
2018-11-13 19:13:50 -06:00
Matthew Bauer
92ebfa1383
wafHook: init
...
The waf build system is python-based and hosted locally in each package in the executable file named "waf". Unlike CMake, it cannot generate makefiles so we end up having to override the configure, build, and install phases. I've tried to keep these as close to what's in setup.sh as possible. If there is no waf file in the root directory, then we just copy the one hosted in Nixpkgs. Otherwise the only thing you have to add to a package using Waf is "wafHook" into nativeBuildInputs. wafFlags controls the flags specifically passed to waf while configureFlags, buildFlags, and installFlags are still used as in the generic builder.
2018-11-13 19:13:13 -06:00
Jan Tojnar
340dd80175
meson: 0.46.1 → 0.48.2
2018-11-13 14:39:34 +01:00
Frederik Rietdijk
53d00c3351
Merge master into staging-next
2018-11-10 11:08:54 +01:00
Renaud
4cd4f7a2c5
qbs: 1.8 -> 1.12.1
...
(#49869 )
2018-11-08 22:59:17 +01:00
Profpatsch
cc6d5b34fa
bazel: refactor tests a bit
2018-11-08 11:25:18 +01:00
Andy Scott
e4fbd57165
bazel: add tests for boostrap script behavior
2018-11-08 11:25:18 +01:00
Andy Scott
02b2f62d65
bazel: support tools/bazel workspace bootstrap scripts
...
Bazel supports per-workspace bootstrap scripts at $WORKSPACE_ROOT/
tools/bazel. This adds support for this behavior, which is needed
by many Bazel projects (OSS and private).
2018-11-08 11:25:18 +01:00
Tim Steinbach
c1d9f57dcc
gradle: 4.10 -> 4.10.2
2018-11-07 19:53:40 -05:00
John Ericson
a054d74507
Merge pull request #48244 from volth/patch-257
...
meson: fix cross compilation of systemd
2018-11-05 15:09:32 -05:00
volth
9e1b883144
meson: fix cross compilation of systemd
...
Co-authored-by: Robin Gloster <mail@glob.in>
2018-11-05 14:39:30 -05:00
Uri Baghin
71449e70e9
bazel-deps: 2018-08-16 -> 2018-11-01
2018-11-04 20:26:07 +11:00
Frederik Rietdijk
64d50a0099
meson: fix building with python 3.7
2018-11-04 08:46:30 +01:00
Will Dietz
7e470fdac7
gn: 20180830 -> 20181031
2018-11-01 11:13:06 -05:00
Uri Baghin
1c7d38bcfb
bazel: 0.17.1 -> 0.18.0
2018-10-18 10:21:13 +02:00
Tim Steinbach
b2dabdc697
sbt: 1.2.4 -> 1.2.6
2018-10-17 20:48:19 -04:00
catern
0ec21495ed
bazel-buildtools: upgrade to 2018-10-11 ( #48243 )
2018-10-14 17:08:33 +02:00
Ben Wolsieffer
73c523a605
buildbot: add Python 3 support
2018-10-11 21:39:11 -04:00
Ben Wolsieffer
71c42462ab
buildbot: 1.2.0 -> 1.4.0
2018-10-11 18:15:16 -04:00
Joachim F
bb95996fa2
Merge pull request #47853 from r-ryantm/auto-update/buildbot-worker
...
buildbot-worker: 1.3.0 -> 1.4.0
2018-10-09 08:59:03 +00:00
Tim Steinbach
844bcbd137
sbt: 1.2.3 -> 1.2.4
2018-10-08 20:13:31 -04:00
R. RyanTM
e5c5eae928
buildbot-worker: 1.3.0 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buildbot-worker/versions
2018-10-03 23:16:00 -07:00
Tim Steinbach
28839e4b2b
sbt-extras: 3c8fcad -> 2018-09-28
...
Changing the versioning scheme to fix proper detection of
"versionOlder" etc.
2018-10-03 14:07:19 -04:00
Frederik Rietdijk
4d1abc4419
Merge pull request #47604 from NixOS/staging-next
...
Staging next
2018-10-02 18:22:18 +02:00
Peter Hoeg
3916f71a16
Merge pull request #47166 from peterhoeg/u/crystal
...
crystal: 0.26.1 and introduce 0.25.1
2018-10-02 13:29:22 +08:00
Peter Hoeg
b7efce77d0
shards: minor cleanups
2018-10-02 10:29:10 +08:00
John Ericson
7319013ea1
Merge remote-tracking branch 'upstream/master' into staging
2018-09-18 16:55:42 -04:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
Uri Baghin
61dbb0c74e
bazel: 0.16.1 -> 0.17.1
2018-09-17 17:04:51 +02:00
Orivej Desh
06c63123cc
Fix comment location after #46704
2018-09-15 22:36:21 +00:00
Yuriy Taraday
b53e495a38
gn: generate last_commit_position.h without git
...
For Git to work properly, I used fetchgit with leaveDotGit. This seems
to be causing hash to change on different systems in different times.
I've replaced generation of last_commit_position.h in tools/gen.py with
just plain nix template. "gn --version" will loose a bit (just commit
hash, without commit height in front of it), but I hope noone relies on
it.
2018-09-16 01:58:11 +04:00
volth
9dc249fceb
gn: fix hash
2018-09-15 20:29:48 +00:00
Dan Peebles
4efd4053ed
stdenv/darwin: integrate a new CoreFoundation
...
This also updates the bootstrap tool builder to LLVM 5, but not the ones
we actually use for bootstrap. I'll make that change in a subsequent commit
so as to provide traceable provenance of the bootstrap tools.
2018-09-15 16:05:46 -04:00
Tim Steinbach
795488491c
sbt: 1.2.1 -> 1.2.3
2018-09-15 09:57:34 -04:00
Michael Raskin
3aeb6066e7
Merge pull request #46328 from YorikSar/gn
...
gn: 20180423 -> 20180830
2018-09-14 05:48:04 +00:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
xeji
82a49eb8d2
Merge pull request #46355 from xeji/p/nant-drop
...
nant, boo, banshee: remove
2018-09-12 23:25:37 +02:00
Maximilian Bosch
46d1166b80
pants: fix build ( #46545 )
...
See https://hydra.nixos.org/build/80727495
`pants' works with requests==2.19 to build successfully and `nixpkgs' currently uses `requests==2.19.1`.
Patching the version constraint in `setup.py' accordingly fixes the problem.
Addresses #45960
2018-09-11 23:22:17 +02:00
Wael M. Nasreddine
d24f81b825
bazel: 0.16.0 -> 0.16.1
2018-09-10 21:34:41 -07:00
Jörg Thalheim
2d4dcefd9e
Merge pull request #46465 from uri-canva/bazel-jdk10
...
bazel: add bazel_jdk10 variant
2018-09-10 16:27:01 +01:00
Uri Baghin
d1818ad6b1
bazel: add bazel_jdk10 variant
2018-09-10 23:33:21 +10:00
Jan Malakhovski
b7bd0561be
Merge branch 'master' into staging
2018-09-08 22:08:32 +00:00
Uli Baum
dc84de59d1
nant: remove
...
- our version is from 2015
- it doesn't build
- upstream project is dead, last release 2012, last commit Oct 2016.
- used by only 1 nixpkgs package: `boo`, marked broken since 2016.
2018-09-08 10:23:23 +02:00
Yuriy Taraday
55d8a539ad
gn: 20180423 -> 20180830
...
gn sources have been moved into separate repository which greatly
simplify build process.
2018-09-07 22:04:22 +04:00
R. RyanTM
79ba556020
bear: 2.3.12 -> 2.3.13 ( #46308 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bear/versions
2018-09-07 17:48:26 +02:00
Vladimír Čunát
2d6179d1e8
Merge branch 'master' into staging
...
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Uli Baum
8aa09a2887
cmake_2_8: fix build, restore search-path.patch
...
cmake 3.12 update in #44910 modified search-path.patch
and broke cmake 2.8. This restores the previous version
of the patch as search-path-2.8.patch
2018-08-31 01:04:44 +02:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Vladimír Čunát
b71b222b4c
Merge #44910 : cmake: 3.11.2 -> 3.12.1
2018-08-30 16:04:52 +02:00
Philip Patsch
91a876e06f
bazel: add upstream patch of perl replacement
2018-08-28 16:12:53 +02:00
Jörg Thalheim
ff9a2297ac
Merge pull request #45467 from ktf/init-alibuild
...
alibuild: init at 1.5.3
2018-08-28 08:50:18 +01:00
Tim Steinbach
33b5cfb4ea
gradle: 4.9 -> 4.10
2018-08-27 18:06:01 -04:00
regnat
98edb207cd
bazel: 0.15.2 -> 0.16.0
2018-08-27 13:14:55 +02:00
Timo Kaufmann
83aebe1933
Merge pull request #45615 from r-ryantm/auto-update/apache-maven
...
maven: 3.5.3 -> 3.5.4
2018-08-26 20:10:00 +02:00
R. RyanTM
df126e2adf
maven: 3.5.3 -> 3.5.4
...
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 .
2018-08-24 16:54:21 -07:00
Giulio Eulisse
d895f47d68
alibuild: init at 1.5.3
2018-08-24 10:35:32 +02:00
Uri Baghin
487773fb0b
bazel-deps: update to 2018-08-16 ( #45499 )
2018-08-23 15:45:39 +02:00
Profpatsch
ec3c3c824e
bazel: substitute the perl path for bash completions
2018-08-21 20:12:23 +02:00
Profpatsch
c53e004257
bazel: distinguish darwin patches from generic patches
...
The '' + '' somewhere in the middle is easily missed and extremely
inelegant.
Also removes unnecessary `stdenv` qualifiers from calls to `lib`.
2018-08-21 20:12:23 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Wael M. Nasreddine
9c5b7cc5d1
bazel: patch //tools/bash/runfiles/runfiles.bash to include defaultShellPath in PATH
...
closes #43955
2018-08-17 10:51:03 +02:00
Jörg Thalheim
890c6d407d
Merge pull request #44904 from ThomasMader/dlang-update
...
Dlang update
2018-08-16 08:06:55 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Uri Baghin
8c802d42ad
bazel: fix darwin build on hydra
2018-08-13 08:32:27 +02:00
Andrew Childs
68ac282f8e
cmake: patch internal libuv to remove dependency on macOS Frameworks
2018-08-13 11:05:54 +09:00
Andrew Childs
e8144a30bb
cmake: remove additional versions
2018-08-13 11:05:54 +09:00
Andrew Childs
32cc3eb899
cmake: 3.11.2 -> 3.12.1
2018-08-13 11:05:54 +09:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Thomas Mader
c685f15dc2
dub: 1.8.1 -> 1.10.0
2018-08-11 16:53:00 +02:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Frederik Rietdijk
7d09b2912b
Merge pull request #44832 from bhipple/u/waf
...
waf: 2.0.6 -> 2.0.10
2018-08-10 08:31:09 +02:00
Silvan Mosberger
2583123523
remake: fix build with glibc2.27
...
Same fix as applied for gnumake in 519f0b8db2
2018-08-09 22:23:04 +02:00
Benjamin Hipple
32b11f423d
waf: 2.0.6 -> 2.0.10
...
This commit also swaps the build tool to use python3 internally (which waf fully
supports and prefers) and swaps the src to be downloaded from gitlab. The waf.io
site only keeps source tarballs of the latest version, so once a new waf comes
out we can no longer reproduce older versions.
We need the ensureNewerSources hook to avoid this error, in both `python2` and `python3`:
ValueError: ZIP does not support timestamps before 1980
2018-08-09 14:51:28 -04:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
adisbladis
b8e25d2ce3
Merge pull request #44809 from r-ryantm/auto-update/buildbot-worker
...
buildbot-worker: 1.2.0 -> 1.3.0
2018-08-09 13:54:39 +08:00
Jörg Thalheim
210af8681e
Merge pull request #44807 from r-ryantm/auto-update/bear
...
bear: 2.3.11 -> 2.3.12
2018-08-09 06:10:07 +01:00
R. RyanTM
3aa6f292f2
buildbot-worker: 1.2.0 -> 1.3.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/buildbot-worker/versions .
2018-08-08 20:32:19 -07:00
R. RyanTM
ab5e09bb36
bear: 2.3.11 -> 2.3.12
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bear/versions .
2018-08-08 20:26:21 -07:00
Uli Baum
33b71398fc
bazel_0_4: mark as broken
...
build has failed since 2018-04-29
2018-08-07 16:53:36 +02:00
Tim Steinbach
47e51aad09
sbt: 1.2.0 -> 1.2.1
2018-08-07 08:35:57 -04:00
Matthew Bauer
e62996f65c
cmake: add bsd3 license
2018-08-06 10:15:55 -04:00
Pascal Wittmann
80b5d9e3d3
rebar3: add license
...
see issue #43716
2018-08-06 12:24:38 +02:00
Pascal Wittmann
d84ce36fb6
rebar: add license
...
see issue #43716
2018-08-06 12:22:59 +02:00
John Ericson
34da7e2ce2
treewide: Remove stdenv.isCross
...
I *want* cross-specific overrides to be verbose, so I rather not have
this shorthand. This makes the syntactic overhead more proportional to
the maintainence cost. Hopefully this pushes people towards fewer
conditionals and more abstractions.
2018-08-02 15:01:58 -04:00
Tim Steinbach
85d23b0b55
sbt: 1.1.6 -> 1.2.0
2018-07-30 14:38:54 -04:00
Frederik Rietdijk
8db716d9f3
Merge master into staging-next
2018-07-28 12:31:35 +02:00
Benjamin Staffin
28e11a0b6b
bazel: fix bash completion, halve build time ( #44097 )
...
This finally fixes the build to avoid having to completely rebuild
bazel from source a second time just to generate the bash completion
script!
It also makes completion actually _work_ for bash users by
correcting the name of the installed script.
2018-07-27 14:45:43 -04:00
Benjamin Staffin
9cbe75b269
bazel: 0.15.1 -> 0.15.2 ( #44094 )
2018-07-27 14:43:15 -04:00
Frederik Rietdijk
f59e6f4037
Merge master into staging
2018-07-26 16:18:53 +02:00