Commit Graph

7688 Commits

Author SHA1 Message Date
Vincent Laporte
e481df83b1 ocamlPackages.camlp5: 7.06 -> 7.07
Keeping the legacy (7.06) version around, needed by hol_light
2018-11-21 05:59:49 +00:00
Jan Tojnar
75fc7b5b4d
Merge pull request #50771 from zaninime/pkgconf
pkgconf: init at 1.5.4
2018-11-20 17:15:36 +01:00
Franz Pletz
5fcb1debf7
lazygit: 0.4 -> 0.5 2018-11-20 13:43:19 +01:00
Orivej Desh
f55a63329d objconv: 2.48 -> 2.51 2018-11-20 11:48:50 +00:00
Frederik Rietdijk
aabf1a93bc Merge staging-next into staging 2018-11-20 11:51:11 +01:00
R. RyanTM
f481178960 cfr: 0.132 -> 0_134 (#50824)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cfr/versions
2018-11-20 11:49:57 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
Francesco Zanini
5efb4643e2 Use distfiles 2018-11-20 09:52:13 +01:00
Vincent Laporte
60907c7a6f ocamlPackages.ocp-index: 1.1.6 -> 1.1.7 2018-11-20 07:50:57 +00:00
Orivej Desh
75f477b9c0 creduce: replace patchPhase with postPatch 2018-11-20 06:03:02 +00:00
Renaud
3c33d9a857
Merge pull request #50779 from r-ryantm/auto-update/flow
flow: 0.85.0 -> 0.86.0
2018-11-19 22:48:20 +01:00
R. RyanTM
57fcacf214 flow: 0.85.0 -> 0.86.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/flow/versions
2018-11-19 12:14:32 -08:00
R. RyanTM
96c0c07ca0 gede: 2.10.9 -> 2.12.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/gede/versions
2018-11-19 11:05:56 -08:00
Francesco Zanini
580efed355 Add maintainer 2018-11-19 13:56:51 +01:00
Francesco Zanini
5c1d144074 Add meta 2018-11-19 13:54:25 +01:00
Francesco Zanini
1ada6857e6 Add pkgconf 2018-11-19 13:31:56 +01:00
Tor Hedin Brønner
7a48c7ccf8 meson: remove obsolete and blocking patch
meson is now upgraded to 0.48.2 which includes the patch causing the build to
fail.
2018-11-19 12:11:06 +01:00
Frederik Rietdijk
e343a85cfb Merge master into staging-next 2018-11-19 09:55:32 +01:00
Stefan Siegl
e87904b83c
jid: init at 0.7.2 2018-11-19 09:36:09 +01:00
Matthew Bauer
2c1d3a9a82 Merge remote-tracking branch 'upstream/master' into staging 2018-11-18 19:02:09 -06:00
R. RyanTM
a27e3b2acb pipenv: 2018.10.13 -> 2018.11.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/pipenv/versions
2018-11-18 16:35:21 -08:00
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
Jan Malakhovski
60ba7d233e pythonPackages.requests: disable multiple outputs
The `dev` output is empty anyway.

The problem is that it interacts badly with other parts of python and
stdenv infrastructure. In particular, before this patch it installs
code into `out` output (with only generated `nix-support` in `dev`),
but `makePythonPath` then uses `propagatedBuildInputs` to generate
`PYTHONPATH` while stdenv selects `dev` outputs for
`propagatedBuiltInputs`. This results in `makePythonPath` linking to
the empty `dev` output in `PYTHONPATH`.

This reverts a piece of commit 28299f669a.
2018-11-18 11:19:20 +01:00
Frederik Rietdijk
0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +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
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
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
Wael M. Nasreddine
fb3e78af88
corgi: 0.2.3 -> 0.2.4 2018-11-16 22:36:38 -08:00
Will Dietz
aceb11047a retdec: bump yaramod dep to fix 2/bison 3.2+ 2018-11-16 08:39:40 -06:00
Orivej Desh
471f1be718 gdb: 8.1.1 -> 8.2 (#50444) 2018-11-16 07:31:05 +00:00
Will Dietz
b76d11e1a5 bison: 3.1 -> 3.2.1 (#49454)
3.2: http://lists.gnu.org/archive/html/info-gnu/2018-10/msg00008.html
3.2.1: http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00005.html
2018-11-15 20:02:32 +00: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
bd54a288b3 intel-gpu-tools: add 'peg' dep for overlay 2018-11-14 23:49:39 -06: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
Pascal Wittmann
b26151d58c
Merge pull request #50094 from r-ryantm/auto-update/help2man
help2man: 1.47.7 -> 1.47.8
2018-11-13 16:02:43 +01:00
Jan Tojnar
340dd80175
meson: 0.46.1 → 0.48.2 2018-11-13 14:39:34 +01:00
Matthew Bauer
76c956be5c treewide: disable pie in more places
Some packages don’t work correctly with pie. Here I disable it for:

- busybox
- linux kernel
- kexectools

I also get rid of the Musl conditional for disabling pie in GCC and
Binutils. Some day we might want to enable PIE without Musl and it
will be useful to have the *just* work with our compiler and linkers.
2018-11-13 07:03:31 -06:00
Frederik Rietdijk
3b052406ea Merge staging-next into staging 2018-11-12 19:01:36 +01: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
Frederik Rietdijk
1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +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
R. RyanTM
ea6d48d4be help2man: 1.47.7 -> 1.47.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
2018-11-09 16:32:58 -08: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
Markus Kowalewski
e707443caa
tradcpp: add license 2018-11-08 20:56:45 +01:00
Markus Kowalewski
3455f378c9
peg: add license 2018-11-08 20:54:07 +01:00
Markus Kowalewski
9eb92fc5d6
parse-cli-bin: add license 2018-11-08 20:51:34 +01:00
Markus Kowalewski
61020d5f23
tie: add license 2018-11-08 20:49:23 +01:00
Markus Kowalewski
7a2e6cf6a0
sqitch-pg: add license
Inherit from AppSqitch
2018-11-08 20:45:51 +01:00
Markus Kowalewski
d9afe678d5
pkg-config: add license 2018-11-08 20:42:37 +01:00
Markus Kowalewski
e4d0b69ae8
ltrace: add license 2018-11-08 20:40:37 +01:00
Markus Kowalewski
aeaf15dc68
icon-naming-utils: add license 2018-11-08 20:33:03 +01:00
Markus Kowalewski
247e3b3082
eggdbus: add license 2018-11-08 20:31:31 +01:00
Markus Kowalewski
e9da929e41
cwebbin: add license 2018-11-08 20:29:09 +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