Commit graph

7598 commits

Author SHA1 Message Date
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
Matthew Bauer c52a5c5b23
Merge pull request #47930 from jamtrott/gnulib
gnulib: add a symlink from bin/gnulib-tool to gnulib-tool
2018-11-17 20:38:07 -06:00
Renaud 41391e9cd8
Merge pull request #50334 from c0bw3b/pkg/opengrok
opengrok: 0.12.1.5 -> 1.0
2018-11-17 19:37:55 +01:00
Carles Pagès 864e943ece unity3d: add missing libGL 2018-11-17 18:08:07 +01:00
Wael M. Nasreddine fb3e78af88
corgi: 0.2.3 -> 0.2.4 2018-11-16 22:36:38 -08:00
Piotr Bogdan 2c60a41d0a gnumake3: remove 2018-11-15 17:41:25 +00:00
Jean-Baptiste Giraudeau 7fdb87a862
Fix help2man.postInstall syntax error under cygwin. 2018-11-15 16:56:01 +01:00
Niklas Thörne dd569dab09 bashdb: 4.4-0.94 -> 4.4-1.0.0 (#49754)
Added pygments dependency.
2018-11-15 14:15:35 +00:00
Renaud 45923f698d opengrok: 0.12.1.5 -> 1.0
Fix source tarball and version claim mismatch
2018-11-15 12:29:11 +01:00
Jörg Thalheim 9afa6f74e5
Merge pull request #50381 from kalbasit/nixpkgs_vim-go-use-go-motion
vimPlugins.vim-go: use the correct motion derivation for the dependency
2018-11-15 11:14:48 +00:00
Will Dietz b1e5910a7d elfinfo: init at 0.7.4 2018-11-14 23:33:10 -06:00
Wael M. Nasreddine a9e2b3853f
go-motion: init unstable at 2018-04-09 2018-11-14 18:28:10 -08: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
Andreas Rammhold f1ee26bc4b
rust-cbindgen: 0.6.3 -> 0.6.7 2018-11-14 19:53:30 +01: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 bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -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
Frederik Rietdijk daf3297cb4 Merge master into staging-next 2018-11-12 18:59:08 +01:00
Samuel Dionne-Riel 9997a3dc16
Merge pull request #43686 from Pneumaticat/rdocker-init
rdocker: init at unstable-2018-07-17
2018-11-11 22:42:04 +00:00
Silvan Mosberger 921b63134a
Merge pull request #50215 from volth/patch-285
gnum4: set platforms=all; it works on Windows
2018-11-11 14:55:26 +01:00
Niklas Thörne 0a7d20ece5 uftrace: 0.9 -> 0.9.1 (#50228) 2018-11-11 12:15:06 +01:00
Frederik Rietdijk 7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
volth 31beea9818
gnum4: set platforms=unix++windows 2018-11-11 01:42:40 +00:00
volth a538d9982a
gnum4: set platforms=all; it works on Windows 2018-11-11 01:17:56 +00:00
Renaud 1f2abb2349
nailgun: 0.9.1 -> 1.0.0 (#50211)
* nailgun: 0.9.1 -> 1.0.0

This release officially announces Nailgun as production-ready. In this release, package namespaces were changed to com.facebook to indicate code ownership, so some code changes might be required when upgrading from 0.9.* to 1.0.0. All APIs remain the same as 0.9.3.

* nailgun: official GitHub repo is now facebook
2018-11-11 00:47:50 +01:00
Maximilian Bosch fbc02d6ce4
Merge pull request #49853 from marsam/feature/update-pgcli
pythonPackages.prompt_toolkit: init at 2.0.7
pgcli: 1.11.0 -> 2.0.0
xonsh: 0.6.8 -> 0.8.3
pythonPackages.ptpython: 0.41 -> 2.0.4
2018-11-11 00:39:38 +01:00
Jörg Thalheim c758113f80
Merge pull request #50174 from Mic92/radare2
radare2: 3.0.0 -> 3.0.1
2018-11-10 22:06:40 +00:00
Mario Rodas 8c8d3c74c5 pgcli: 1.11.0 -> 2.0.0 2018-11-10 10:06:56 -05:00
R. RyanTM fbe08fe1dc checkstyle: 8.13 -> 8.14 (#50133)
* checkstyle: 8.13 -> 8.14

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions

* checkstyle: jre is a runtime deps
2018-11-10 15:42:24 +01:00
Jörg Thalheim 67f3cd2831
radare2: 3.0.0 -> 3.0.1 2018-11-10 14:03:48 +00:00
Timo Kaufmann 28d2ab7ed3
Merge pull request #50142 from danieldk/racer-no-rustup
rustracer: remove rustup dependency
2018-11-10 14:20:03 +01:00
Jörg Thalheim a61c515caf
Merge pull request #50157 from r-ryantm/auto-update/chromedriver
chromedriver: 2.42 -> 2.43
2018-11-10 11:20:35 +00:00
R. RyanTM 00370bc77a chromedriver: 2.42 -> 2.43
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chromedriver/versions
2018-11-10 02:28:20 -08:00
Frederik Rietdijk 53d00c3351 Merge master into staging-next 2018-11-10 11:08:54 +01:00
Daniël de Kok f780a982cf rustracer: remove rustup dependency
racer builds fine on Linux and macOS without racer as a dependency.
racer does not actually use rustup, but 'rustc --print sysroot', which
is already available through the rustc dependency.
2018-11-10 08:38:20 +01:00
Vladyslav M a214f38477
Merge pull request #49897 from nlewo/skopeo-v1.0.32
skopeo: 0.1.31 -> 0.1.32
2018-11-09 23:17:36 +02:00
Matthew Bauer 2e2afa1943 gcc/binutils: disable pie hardening
These don’t like having -fPIE set for them. We should disable
hardening all the time, but in the interest of not changing hashes,
this only disables it for Musl (where it is now the default).

(cherry picked from commit a3a6884649354a660326acd68c1bd08ffd2dcfa2)
2018-11-09 13:55:35 -06:00
Jörg Thalheim 2f97911566
Merge pull request #49817 from alyssais/rack_cve
rack: 1.6.* -> 1.6.11, 2.0.* -> 2.0.6 (CVE-2018-16470, CVE-2018-16471)
2018-11-09 19:30:43 +00:00
R. RyanTM 5e02b5e689 pmd: 6.8.0 -> 6.9.0 (#50015)
* pmd: 6.8.0 -> 6.9.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/pmd/versions
2018-11-09 13:37:30 +01:00
Mario Rodas 2e89de61c5 dune: 1.4.0 -> 1.5.0 (#49848)
* dune: 1.4.0 -> 1.5.1

* reason: use dune installPhase
2018-11-09 12:26:18 +00:00
Renaud 8c9a66412b
Merge pull request #49554 from manveru/add-kexpand
kexpand: init at 2017-05-12
2018-11-09 10:53:46 +01:00
Jörg Thalheim fb46b5331f
Merge pull request #49949 from r-ryantm/auto-update/sigrok-cli
sigrok-cli: 0.7.0 -> 0.7.1
2018-11-09 00:13:25 +00:00
R. RyanTM dc29fb5057 sigrok-cli: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigrok-cli/versions
2018-11-08 14:04:45 -08:00
Renaud 4cd4f7a2c5
qbs: 1.8 -> 1.12.1
(#49869)
2018-11-08 22:59:17 +01:00
Jörg Thalheim ad66329022
Merge pull request #49937 from markuskowa/licenses-27
Add licenses
2018-11-08 21:31:11 +00:00
Jörg Thalheim 3c4f90c422
Merge pull request #49895 from screendriver/yarn
yarn: 1.12.1 -> 1.12.3
2018-11-08 21:21:03 +00:00
Markus Kowalewski f6e8578552
ltrace: remove aarch64 from platforms
ltrace does not support ARM
2018-11-08 21:53:37 +01:00
Markus Kowalewski 361f3cb2fa
xcbuild: add license 2018-11-08 21:00:50 +01:00