Commit graph

7329 commits

Author SHA1 Message Date
xeji 54ff14b6f3
Merge pull request #45399 from markuskowa/license-8
Add licenses
2018-08-21 12:05:10 +02:00
Thomas Mader 2616568541 Literate: 2017-05-28 -> 2018-08-20 2018-08-21 08:07:33 +02:00
Markus Kowalewski 859ea1da4e
glock: add license 2018-08-20 21:15:15 +02:00
Matthew Bauer b300dddae1 xcbuild: only override version with 1 arg
sometimes we want the "SDK" version from xcbuild so we do something
like:

$ xcbuild -version -sdk MacOSX10.10
SDKSettings.plist - MacOSX10.10 (MacOSX10.10)
SDKVersion: 10.10
Path: /nix/store/6k7crm1n4drf09ga0dwvbmb59x4zl2i2-SDKs/MacOSX10.10.sdk
PlatformPath: /nix/store/vhfwb1znfy65s2xs27j8xribk6mp6lbw-Platforms/MacOSX.platform
ProductName: Mac OS X
ProductVersion: 10.10

This was previously overriden by the current xcode version so you
would get:

Xcode 9.4.1
Build version 17E189

This should fix the other usage of -version in nodejs 6.x.
2018-08-20 13:16:37 -05:00
Timo Kaufmann f8f6ab3e82
Merge pull request #44288 from Ekleog/gppro-init
global-platform-pro: init at 0.3.10-rc11
2018-08-20 17:46:00 +02:00
Jörg Thalheim a1ffd137f5
Merge pull request #45254 from r-ryantm/auto-update/checkstyle
checkstyle: 8.11 -> 8.12
2018-08-20 14:42:54 +01:00
Jörg Thalheim 1b313a12da checkstyle: add wrapper in bin 2018-08-20 14:42:05 +01:00
Jörg Thalheim bbf5f232e0 Literate: mark as broken
Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
2018-08-20 14:07:13 +01:00
Jörg Thalheim 439c90bdf9
Merge pull request #45355 from ThomasMader/dlang-update
ldc: 1.10.0 -> 1.11.0, dmd: 2.081.1 -> 2.081.2, dtools: 2.081.1 -> 2.081.2
2018-08-20 12:34:37 +01:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
xeji 08f69510e5
Merge pull request #45341 from flokli/sqldeveloper-18.2
sqldeveloper_18: init at 18.2.0.183.1748
2018-08-19 23:44:39 +02:00
Urban Skudnik af5511659c backblaze-b2: Fix backblaze bash autocomplete issue
Backblaze's CLI tool is relying on `have` function which is
deprecated[1] and gets dereferenced[2] at the end of `bash-completion`.

This causes issues for NixOS because those bash completions are
run after bash-completion[3] has already run and unset the
`have` function.

[1] 4d88339928/bash_completion (L114)
[2] 4d88339928/bash_completion (L2103)
[3] 80b6513fbf/nixos/modules/programs/bash/bash.nix (L22)
2018-08-19 22:13:42 +02:00
Thomas Mader 4d0203d2d3 dtools: 2.081.1 -> 2.081.2 2018-08-19 21:56:50 +02:00
Florian Klink 3edf605622 sqldeveloper: add flokli to maintainers 2018-08-19 17:32:10 +02:00
Maximilian Bosch 5354e99401 sqldeveloper_18: init at 18.2.0.183.1748 2018-08-19 17:32:10 +02:00
Joachim F f1c5054d78
Merge pull request #45002 from q3k/q3k/diamond
diamond: init at 3.10
2018-08-19 10:09:56 +00:00
Joachim F ed7b0f6f4f
Merge pull request #44977 from alyssais/puppet-lint
puppet-lint: init at 2.3.6
2018-08-19 09:54:47 +00:00
Vladimír Čunát 8af2786ef6
qtcreator: (nitpick) better cross-compilation correctness 2018-08-19 09:44:15 +02:00
Tom Hall 73ac45108a qtcreator: enable on aarch64 and armv7
Patch (from https://bugreports.qt.io/browse/QTCREATORBUG-8107) to allow botan to build on arm.
2018-08-18 20:45:34 +01:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát 209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
Peter Simons aa5a93e21d multi-ghc-travis: update to latest git version 2018-08-17 19:27:19 +02:00
R. RyanTM 6573f3a60b checkstyle: 8.11 -> 8.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/checkstyle/versions.
2018-08-17 05:45:10 -07:00
Vladimír Čunát cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Jörg Thalheim d6d9ca679e
Merge pull request #45233 from r-ryantm/auto-update/ghp-import
ghp-import: 0.4.1 -> 0.5.5
2018-08-17 12:43:38 +01:00
R. RyanTM dec5067b16 ghp-import: 0.4.1 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ghp-import/versions.
2018-08-17 03:14:21 -07: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
Ruben Maher d591f8a54d flow: 0.78.0 -> 0.79.0 2018-08-17 12:08:53 +09:30
Jörg Thalheim 6b900840bc
Merge pull request #45151 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.7.18 -> 0.7.20
2018-08-17 00:33:47 +02:00
Jörg Thalheim d70d575151
Merge pull request #45156 from markuskowa/lics-tools
Add license meta tags
2018-08-17 00:31:26 +02:00
R. RyanTM a1f77fbf9c react-native-debugger: 0.7.18 -> 0.7.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions.
2018-08-16 13:38:48 -07:00
Markus Kowalewski f9a1aef084
flex: add license 2018-08-16 21:51:07 +02:00
Léo Gaspard 6195eee47a
fixup: add links to upstream issues 2018-08-17 01:32:03 +09:00
Léo Gaspard fd14b4d48d
fixup: merge buildPhase and installPhase 2018-08-17 01:27:45 +09:00
Léo Gaspard 61e0b8d3be
fixup: use the correct gephy package name 2018-08-17 01:13:46 +09:00
Léo Gaspard 39cd3f370d
fixup: reindent 2018-08-17 00:25:44 +09:00
Léo Gaspard a52ad2569a
fixup: points mentioned by timokau 2018-08-17 00:19:40 +09:00
Jörg Thalheim c4dbfa0321
Merge pull request #45115 from dtzWill/update/strace-4.24
strace: 4.23 -> 4.24
2018-08-16 15:44:17 +02:00
Jörg Thalheim 1fd75a1003
Merge pull request #45110 from flokli/sqldeveloper
sqldeveloper: simplify, add darwin support
2018-08-16 15:20:46 +02:00
Will Dietz 42f5a23fc2 strace: 4.23 -> 4.24 2018-08-16 07:59:27 -05:00
Vincent Demeester 560f95b5e3
pprof: 2017-08-28 -> 2018-08-15
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-16 13:43:56 +02:00
Florian Klink 29503b1fec sqldeveloper: simplify, add darwin support
Use unpackCmd and installPhase instead of overwriting buildCommand.
This makes the derivation more readable, and adds binary stripping and
shebang patching of the output as a bonus :-)

Use makeWrapper instead of a custom wrapper script, and only export
environment variables that are used.

Set JAVA_HOME to ${jdk.home}, making it more generic and independent of
the specific jdk path being used (was a different one on zulu). This
fixes sqldeveloper on darwin, so add it to supported platforms
(plus the known-working x86_64-linux)
2018-08-16 11:38:56 +02:00
Jörg Thalheim 78b357924a
Merge pull request #45089 from frontsideair/flow-0.78.0
flow: 0.77.0 -> 0.78.0
2018-08-16 10:11:33 +02:00
Jörg Thalheim 890c6d407d
Merge pull request #44904 from ThomasMader/dlang-update
Dlang update
2018-08-16 08:06:55 +02:00
Fatih Altinok f5da6ff71c
flow: 0.77.0 -> 0.78.0 2018-08-16 00:44:41 +03:00
Pascal Wittmann 6af971573a
intel-gpu-tools: 1.22 -> 1.23 2018-08-14 22:14:55 +02:00
Domen Kožar 849b27c62b
hydra: remove me as maintainer 2018-08-14 11:44:07 +01:00
lewo f2cab31ae9
Merge pull request #44841 from Ma27/bump-hydra
hydra: 2017-11-21 -> 2018-08-07
2018-08-14 09:55:11 +02:00
Sergiusz Bazanski d640cab823 diamond: init at 3.10
This change adds the properietary Lattice Diamond FPGA suite.
2018-08-14 01:38:55 +01:00
Maximilian Bosch 7682c2fd61
hydra: 2017-11-21 -> 2018-08-07
This bumps Hydra to the latest revision available. As Hydra doesn't have
a release model (and therefore no tags) ATM, the derivation will pin
against the actual git revision and the date of the commit in the
derivation name.

Additionally the following changes have been made:

* Dropped `postUnpack` phase. It is useful when working with the Hydra
  source (and no dirty changes shall be used in `release.nix`, but is has
  no use in `nixpkgs`).

* Added myself as maintainer to have more folks available in case of
  future breakage.

* Implemented support for Nix 2.0 and `unstable` (currently 2.1):

  Since 1672bcd230447f1ce0c3291950bdd9a662cee974 in NixOS/nix the
  evaluator differentiates between `settings` and `evalSettings`.
  Previously `restrictEval` in `hydra-eval-jobs.cc` has been set in
  `settings`, this doesn't work anymore in Nix 2.1 and is therefore
  incompatible to Nix 2.0 on an API level.

  To resolve this, the flag `isGreaterNix20` parses the version string
  of `pkgs.nix` and applies a patch if nix.version<=2.0.

  Furthermore the Hydra build with Nix 2.1 requires `boost` as build input
  which is not needed for Nix 2.0. To avoid unnecessary increase in the
  closure size this library will only used as build input for
  nix.version>2.0.

* Fixed the NixOS test for `hydra`:
  disabled binary cache to allow sandbox builds (otherwise it would
  query `cache.nixos.org` during the Hydra build inside the test).

  Additionally the trivial.nix jobset required simplification (as done
  in NixOS/hydra, e.g. tests/api-test.nix) as bash is not available in
  the build sandbox as builder (even when adding pkgs.bash to
  systemPackages).

  The easiest workaround to confirm a the functionality of a jobset
  without importing nixpkgs is to use the default shell /bin/sh which
  is mounted from `pkgs.busybox` into the build env
  (https://github.com/NixOS/nixpkgs/pull/44841#discussion_r209751972) in the
  VM and a named pipe to create $out.

Closes #44044
2018-08-13 22:56:27 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +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
Alyssa Ross 43b6d46f4f
puppet-lint: init at 2.3.6 2018-08-13 11:37:59 +01: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
Matthew Bauer 4c1d5a8dac
Merge pull request #44899 from bhipple/fix/antlr-license
antlr: fix license
2018-08-12 09:00:26 -05:00
Periklis Tsirakidis 56b756e757 kubectx: init at v0.5.1 2018-08-12 12:02:52 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Matthew Bauer c391bd3dd3 xcbuild: cleanup
fix shell shebang
2018-08-11 22:54:48 -05:00
Matthew Bauer b5d529d52f xcbuild: cleanup 2018-08-11 22:54:48 -05:00
Matthew Bauer 0edb441a0e firefox: build on darwin
Fixes #30285
2018-08-11 22:54:48 -05:00
Michael Hoang 78961b663c flootty: 3.2.1 -> 3.2.2 2018-08-12 12:46:05 +10:00
Samuel Dionne-Riel a3722a69be
Merge pull request #44676 from yrashk/nwjs-0.32.1
nwjs: 0.23.6 -> 0.32.1
2018-08-11 22:00:46 -04:00
Thomas Mader c685f15dc2 dub: 1.8.1 -> 1.10.0 2018-08-11 16:53:00 +02:00
Thomas Mader 6301b09eaa dtools: 2.079.1 -> 2.081.1 2018-08-11 16:53:00 +02:00
Benjamin Hipple 34d7a370c1 antlr: fix license
See #43716
2018-08-11 13:43:56 +00:00
Timo Kaufmann 921e5ceef3
Merge pull request #44894 from markuskowa/sqlite-lic
Fix licenses (#43716)
2018-08-11 15:31:29 +02:00
Markus Kowalewski 31d2f03fb9
sqsh: add license 2018-08-11 14:33:05 +02:00
Jan Malakhovski 35c9435d15 binutils: disable installcheck for different targetPlatforms 2018-08-11 09:35:40 +00:00
Jan Malakhovski 0a953cc803 strace: disable tests. Spooky! 2018-08-11 09:35:39 +00:00
Jan Malakhovski 9ab74be96b patchelf: disable tests 2018-08-11 09:35:35 +00:00
Jan Malakhovski 2a7bd7176e rman: make tests run, but disable 2018-08-11 09:35:31 +00:00
Jan Malakhovski 7e4c44222d elfutils: make tests run, but disable. A bit spooky! 2018-08-11 09:35:31 +00:00
Jan Malakhovski 65b4ff488b flex_2_5_35: make tests run, but disable 2018-08-11 09:35:29 +00:00
Jan Malakhovski 2dd797a1d2 bison: use checkInputs 2018-08-11 09:35:25 +00:00
Jan Malakhovski 0495548f4d texinfo: use checkInputs 2018-08-11 09:35:23 +00:00
Jan Malakhovski d3b15144a7 flex, flex_2_6_1: fix tests 2018-08-11 09:35:22 +00:00
Jan Malakhovski 2a9eff8502 re2c: fix tests 2018-08-11 09:35:21 +00:00
Jan Malakhovski 81e9f11a15 intel-gpu-tools: fix tests 2018-08-11 09:35:21 +00:00
Jan Malakhovski cf84bc0374 automake116x: disable tests, also cleanup 2018-08-11 09:35:18 +00:00
Jan Malakhovski 9bab07e541 automake111x: disable tests, also cleanup 2018-08-11 09:35:18 +00: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
Peter Hoeg 47349c0103 wp-cli: 1.5.1 -> 2.0.0 2018-08-10 15:00:17 +08: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 38b2e88d87
Merge pull request #44846 from Infinisil/fix/goa
goa: fix and clean
2018-08-10 00:35:57 +02:00
Silvan Mosberger 61d426085f
goa: fix and clean 2018-08-10 00:23:26 +02:00
Elmar Athmer 0213e80c6c hcloud: 1.5.0 -> 1.6.0 (#44845) 2018-08-10 00:14:38 +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
Jan Tojnar c83e929b94
Merge pull request #44689 from jtojnar/gnome-cleanup
GNOME2 cleanup
2018-08-09 18:55:59 +02:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Jan Tojnar f07203656b
antlr4_7.runtime.cpp: init at 4.7.1 2018-08-09 17:36:50 +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
Pascal Wittmann 38923afae2
opam: add license
see issue #43716
2018-08-09 12:37:13 +02:00
Frederik Rietdijk 786cbba7be
Merge pull request #44447 from NixOS/staging-next
Staging next
2018-08-09 09:04:03 +02:00
Jörg Thalheim fd650064da
Merge pull request #44788 from r-ryantm/auto-update/cscope
cscope: 15.8b -> 15.9
2018-08-09 07:06:32 +01: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
R. RyanTM 39282575c5 chromedriver: 2.40 -> 2.41
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-08-08 18:48:21 -07:00
R. RyanTM ef47003fa9 cscope: 15.8b -> 15.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cscope/versions.
2018-08-08 18:13:29 -07:00
tobim 78e8173e57 cquery: 2018-05-01 -> 2018-08-08 (#44726)
This also extends the wrapper to explicitly set the cache
directory, since it is required for every invokation with
the `--init` option.
2018-08-09 01:31:15 +02:00
R. RyanTM 7bacb29458 oprofile: 1.2.0 -> 1.3.0 (#44733)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oprofile/versions.
2018-08-08 23:16:47 +02:00
Will Dietz bf341a499d bloaty: 2018-06-15 -> 1.0 (#44716)
\o/
2018-08-08 15:35:46 +02:00
Yurii Rashkovskii 4f9fafd2a3
nwjs: 0.23.6 -> 0.32.1 2018-08-08 13:27:11 +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
Will Dietz 64423342c3 gdb: 8.1 -> 8.1.1
https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
2018-08-06 13:29:57 -05: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
Vladimír Čunát f504af072b
Merge branch 'master' into staging-next
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Pascal Wittmann a344029c34
findbugs: add license
see issue #43716
2018-08-05 16:40:43 +02:00
Pascal Wittmann e4e98a27b0
emma: add license
see issue #43716
2018-08-05 16:37:30 +02:00
Edmund Wu 4306bc070e yarn: 1.9.2 -> 1.9.4 (#44477) 2018-08-05 00:23:22 +02:00
Pascal Wittmann 270d3892b3
toxiproxy: add license
see issue #43716
2018-08-04 16:37:55 +02:00
Tuomas Tynkkynen 008fd5fcf5 Merge remote-tracking branch 'upstream/master' into staging 2018-08-04 15:17:42 +03:00
Frederik Rietdijk 699e0e50b7 Merge master into staging-next 2018-08-04 11:43:54 +02:00
John Ericson 7a337cde31
Merge pull request #44423 from obsidiansystems/configureFlags-cleanup
treewide: All configureFlags are lists
2018-08-03 17:49:01 -04:00
John Ericson f0d6b385d1 treewide: Make all the rest of configureFlags 2018-08-03 17:06:03 -04:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
John Ericson 85a9913edd treewide: Make more complicated configureFlags lists 2018-08-03 17:06:03 -04:00
Frederik Rietdijk 57852282cf
Merge pull request #44416 from dotlambda/antlr-python2
antlr: explicitly use python2
2018-08-03 20:44:03 +02:00
Robert Schütz f0702c62a6 antlr: explicitly use python2
Also, put python2 into nativeBuildInputs because Arch lists it in makedepends.
2018-08-03 20:01:51 +02:00
Okina Matara 8e690b6ffd easyjson: 2018-06-06 -> 2018-07-30 2018-08-03 10:41:15 -05:00
Okina Matara 405e4fbea9 quicktemplate: Use fetchFromGitHub, not fetchgit 2018-08-03 10:40:38 -05:00
Jörg Thalheim c3055ab3ce kibana: update default version to v6 2018-08-03 12:06:57 +01:00
John Ericson df5d1673ea
Merge pull request #44367 from obsidiansystems/no-stdenv-is-cross
treewide: Remove stdenv.isCross
2018-08-02 16:36:01 -04:00
John Ericson 89c21fce3f Merge commit 'master' into staging 2018-08-02 16:13:33 -04:00
John Ericson 25348b27c5 flex: Clean up to use less bash 2018-08-02 15:12:45 -04:00
John Ericson 9d23b95483 elfutils: Clean up with rebuild
Wrote contorted code before to avoid mass-rebuild
2018-08-02 15:10:03 -04: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
Serge Bazanski 742a50dafd trellis: init 2018.08.01 (#44328)
* trellis: init 2018.08.01

* trellis: move boost to buildInputs

* trellis: remove leftover debug clause
2018-08-02 10:18:47 +02:00
Jörg Thalheim 422065c194 pwndbg: 2018-04-06 -> 2018.07.29 2018-08-01 23:35:08 +01:00
Serge Bazanski 7826a3155a icestorm: 2018.05.03 -> 2018.08.01 (#44321) 2018-08-01 23:20:38 +02:00
Daiderd Jordan 64e550c31f
jq: disable strptime test on darwin
This seems to fail depending on the machine's configuration, probably
something locale or timezone related.
2018-08-01 20:33:44 +02:00
Tuomas Tynkkynen 6260fc8b8e Merge remote-tracking branch 'upstream/master' into staging 2018-08-01 19:06:09 +03:00
Chloe Kever 1bb4fd794c jenkins: 2.107.3 -> 2.121.2 (#43936) 2018-08-01 15:20:21 +02:00
Mario Rodas 4cc3a18fcd brakeman: init at 4.3.1 (#44294) 2018-08-01 15:15:29 +02:00
Daniël de Kok 186cf1c4d6 cargo-asm: init at 0.1.16 (#44182) 2018-08-01 15:03:03 +02:00
Léo Gaspard cccfa8f395 global-platform-pro: init at 0.3.10-rc11 2018-08-01 13:53:33 +09:00
Nick Novitski 7fd0d020a5 yarn: add yarnpkg bin alias output
Because the hadoop project also provides a binary `yarn`, the yarn project [added this alias to help people with both hadoop and yarn installed](https://github.com/yarnpkg/yarn/issues/673#issuecomment-254004512).  Some scripts in the wild use this alias for the same reason.
2018-07-31 15:57:37 -07:00
Théo Zimmermann fd03ba85cc mustache-go: init at 1.0.1 (#44175) 2018-07-31 23:48:54 +02:00
Vincent Laporte 63b584395f camlp4: init at 4.07+1 (#44272) 2018-07-31 23:22:15 +02:00
Frederik Rietdijk d56b54cb3c Merge master into staging 2018-07-31 13:19:20 +02:00
aszlig c8b973d318
eresi: init at 0.83-a3-phoenix
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.

The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.

I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.

Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
John Ericson 9fb6462817 Merge commit master into staging 2018-07-30 15:33:01 -04:00
Daiderd Jordan aeab0ec63b jq: fix tests on darwin
The tests depend on libjq which isn't installed in the correct location
yet when the checkPhase runs.
2018-07-30 20:45:14 +02:00
Tim Steinbach 85d23b0b55
sbt: 1.1.6 -> 1.2.0 2018-07-30 14:38:54 -04:00
Jörg Thalheim 67e2de195a
Merge pull request #44229 from dtzWill/fix/rr-32bit
rr: enable on 32bit x86
2018-07-30 14:20:22 +01:00
Jörg Thalheim b4d668859a
Merge pull request #44205 from manveru/golangci-lint
golangci-lint: init at 1.9.2
2018-07-30 13:45:44 +01:00
Frederik Rietdijk 0349f796f2
Merge pull request #44219 from andreabedini/aws-sam-cli-0-5-0
aws-sam-cli: 0.4.0 -> 0.5.0
2018-07-30 14:28:08 +02:00
Will Dietz 541d30a3a9 rr: enable on 32bit x86
Lack of 32bit support led to the creation
of an overlay to add it back again,
but since it at least builds and seems to work
don't see why we'd disallow it here :).
2018-07-30 07:27:25 -05:00
lewo d123f5d00f
Merge pull request #44222 from nlewo/pr-skopeo
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:57:38 +02:00
Michael Fellinger 06eb270c8f golangci-lint: init at 1.9.2 2018-07-30 10:23:57 +02:00
Antoine Eiche 34a10d65a1 skopeo: 0.1.30 -> 0.1.31 2018-07-30 10:11:42 +02:00
Andrea Bedini 3e1cb3ef61 aws-sam-cli: 0.4.0 -> 0.5.0 2018-07-30 14:23:44 +08:00
Brandon Elam Barker e75a95d59c pyre: 0.0.8 -> 0.0.10 (#44023)
renamed pyre to pyre.bin; see upstream issue at:
https://github.com/facebook/pyre-check/issues/79#issuecomment-407150170
2018-07-29 21:29:29 +02:00
Pascal Bach 41efb9a6c8 gitlab-runner: 11.0.0 -> 11.1.0 (#44085) 2018-07-29 20:59:11 +02:00
Profpatsch 846d8f8305 jq: split outputs and run tests 2018-07-29 15:30:29 +02:00
Jörg Thalheim 718b15708b
Merge pull request #44174 from dywedir/yarn
yarn: 1.8.0 -> 1.9.2
2018-07-29 12:23:20 +01:00
Frederik Rietdijk 90ffd3f3f6
Merge pull request #44078 from volth/cpan2nix-2018-07-25
[staging] cpan2nix updates
2018-07-29 09:55:30 +02:00
Frederik Rietdijk e46e7f44c2
Merge staging-next into master 2018-07-29 09:13:54 +02:00
viric 5c77b9cddb
Merge pull request #43982 from viric/viric_clean
Take me (viric) out of most maintenance
2018-07-29 00:17:08 +02:00
Jörg Thalheim f545ddc6b6
Merge pull request #44185 from dywedir/rust-cbindgen
rust-cbindgen: 0.6.0 -> 0.6.1
2018-07-28 23:16:05 +01:00
Will Dietz 6980be7edc
Merge pull request #44150 from dtzWill/updatee/ctags-2018-07
universal-ctags: 2018-01-0 -> 2018-07-23
2018-07-28 16:49:02 -05:00
Vladyslav Mykhailichenko 56bab08df5 rust-cbindgen: 0.6.0 -> 0.6.1 2018-07-28 23:33:16 +03:00
Lluís Batlle i Rossell f54b387b63 Merge remote-tracking branch 'central/master' into viric_clean 2018-07-28 19:25:14 +02:00
Vladyslav Mykhailichenko 31cd3830f1 yarn: 1.8.0 -> 1.9.2 2018-07-28 13:41:40 +03:00
Frederik Rietdijk 8db716d9f3 Merge master into staging-next 2018-07-28 12:31:35 +02:00
Daniel Peebles fe036ea2be
Merge pull request #41908 from nicknovitski/dockertools-darwin
fix dockertools.pullImage on darwin
2018-07-27 23:42:56 -04:00
Bas van Dijk ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Nick Novitski 64c6ff3dfc skopeo: fix build on darwin 2018-07-27 12:29:31 -07: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
Will Dietz 28b2c8b27a universal-ctags: 2018-01-0 -> 2018-07-23 2018-07-27 08:09:09 -05:00
Frederik Rietdijk f59e6f4037 Merge master into staging 2018-07-26 16:18:53 +02:00
Frederik Rietdijk 38ac3b3437
Merge pull request #43972 from NixOS/python-unstable
Python packages: major updates
2018-07-26 16:16:10 +02:00
Jos van Bakel 812f4749ae rshell: init at 0.0.14 2018-07-26 06:12:06 -07:00
Robert Schütz a576b2ea64 conan: 1.5.2 -> 1.6.0 2018-07-26 12:43:17 +02:00
Roman Volosatovs 7b1632c841
dep: 0.4.1 -> 0.5.0 2018-07-26 10:04:53 +02:00
Carlos D 4758fe7c56 kustomize: init at 1.0.4 2018-07-25 21:10:07 -07:00
volth c501958535 hydra: fix build 2018-07-25 22:32:10 +00:00
Daiderd Jordan 3290f1d42a
Merge pull request #44063 from LnL7/ycmd-fix-jedi
ycmd: 2018-06-14 -> 2018-07-24
2018-07-25 23:26:36 +02:00
Wael M. Nasreddine 6688b650f8 pet: init at 0.3.2 2018-07-24 20:25:39 -07:00
John Ericson 1833a04aed flex: Don't use crossAttrs 2018-07-24 19:40:46 -04:00
John Ericson 4116754f45 elfutils: Don't use crossAttrs 2018-07-24 19:40:46 -04:00
Daiderd Jordan 7dde18891f
ycmd: 2018-06-14 -> 2018-07-24
Also added missing parso library, this caused issues with the python
semantic completion (and possibly others)
2018-07-24 21:53:58 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.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/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Matthew Stewart 18f517fbd6 Enable new dtags in a way that works with binutils 2.30.
In 3027bca, binutils was upgraded from 2.28.1 to 2.30. However, in 2.30,
the ldmain.c file within binutils, which the nixpkgs new-dtags.patch
file is meant to modify, was changed in such a way that the patch no
longer works. As a result, the new dtags are not actually enabled, and
binaries are built with RPATH set instead of RUNPATH, thereby preventing
LD_LIBRARY_PATH from overriding this built-in path. This change corrects
this. The patch file is no longer necessary because binutils's ldmain.c
now sets link_info.new_dtags based on the configuration flags.

This was probably not noticed immediately because, when the derivation
is built with nix-build, the fixupPhase runs patchelf --shrink-rpath.
patchelf converts any RPATH in the binary into RUNPATH (unless
--force-rpath is specified).  Of course, if the binary is built without
nix-build (such as in a nix-shell), this never occurs, and any RPATH in
the binary is left in place.
2018-07-24 11:09:36 +03:00
Jörg Thalheim b414694b4c
Merge pull request #43987 from risicle/ris-cf-cli-6-37-0
cloudfoundry-cli: 6.36.1 -> 6.37.0
2018-07-23 21:20:57 +01:00
Andrew Childs 4a629f56b6 rubocop: 0.55.0 -> 0.58.1 2018-07-24 00:25:05 +09:00
Jörg Thalheim 92d576e04b
Merge pull request #43962 from dywedir/rustup
rustup: 1.11.0 -> 1.13.0
2018-07-23 16:07:56 +01:00
Fatih Altinok 721fc43047
flow: 0.76.0 -> 0.77.0 2018-07-23 14:01:50 +00:00
Robert Scott e017ce0839 cloudfoundry-cli: 6.36.1 -> 6.37.0
upstream seems to have added new make build system - adapt to use that
2018-07-22 23:53:33 +01:00
Vladyslav Mykhailichenko c931b8609b rustup: 1.11.0 -> 1.13.0 2018-07-22 23:45:59 +03:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Domen Kožar 40887a6dc6 pipenv: 2018.5.18 -> 2018.7.1
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-22 16:52:33 +02:00
Patrick Hilhorst af987c6707
circleci-cli: 2018-05-12 -> 0.1.0 2018-07-22 16:17:34 +02:00
Frederik Rietdijk 72a8c0feb6 python.pkgs.ghp-import: move to all-packages.nix
because it's an application
2018-07-22 12:00:03 +02:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Jonathan Curran 979f10f704 rustracer: 2.0.12 -> 2.0.14 2018-07-21 20:47:30 -06:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
R. RyanTM e975814b19 ocamlPackages.utop: 2.1.0 -> 2.2.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/utop/versions.
2018-07-21 20:17:38 +00:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Frederik Rietdijk 81c539ee0b
Merge pull request #43838 from aneeshusa/gtk-doc-support-python-3
gtk-doc: support python3
2018-07-21 19:13:54 +02:00
Aneesh Agrawal dddac8b684 gtk-doc: support python3 2018-07-21 10:09:25 -07:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Jörg Thalheim 1a969d13d9
Merge pull request #43879 from Tomahna/bloop
bloop: 1.0.0-M11 -> 1.0.0
2018-07-21 15:30:56 +01:00
Jörg Thalheim dcd5d7af05 coursier: patch shebang to make it work in the nix sandboxes
Before `/usr/bin/env sh` was in the script.
2018-07-21 15:29:30 +01:00
Michael Fellinger 07eb9736f0 gotools: 2017-08-08 -> 2018-07-20 2018-07-21 12:30:02 +02:00
Frederik Rietdijk 251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Silvan Mosberger 027d52ff34
cuter: Fix build 2018-07-21 10:57:54 +02:00
Kevin Rauscher 1493a45f4b bloop: 1.0.0-M11 -> 1.0.0 2018-07-21 10:47:32 +02:00
Mario Rodas 501beb69f2 dejagnu: 1.6 -> 1.6.1 2018-07-21 02:48:59 -05:00
Vincent Laporte df6534d04a
Merge pull request #43535 from vbgl/ocaml-js_of_ocaml-3.2.0
ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0
2018-07-21 06:21:37 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Pascal Wittmann eca518109c
hyper-haskell-server-with-packages: add version to name
see issue #43717
2018-07-20 23:07:16 +02:00
Pascal Wittmann 4d1fd3775d
buck: adhere to version schema convention
see issue #43717
2018-07-20 22:53:05 +02:00
Pascal Wittmann ba893d4e49
bazel-buildtools: add version to name
see issue #43717
2018-07-20 22:50:48 +02:00
volth 6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk 1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Jörg Thalheim 0e617f68d3 gdbgui: 0.11.1.2 -> 0.13.0.0 2018-07-20 15:29:42 +01:00
Tim Steinbach a4d5583a85
gradle: 4.8.1 -> 4.9 2018-07-20 08:13:10 -04:00
Graham Christensen 7fdba7c74e
Merge pull request #43834 from ryantm/https2
treewide: http -> https
2018-07-19 21:31:36 -04:00
Ryan Mulligan df8062c45b treewide: http -> https 2018-07-19 18:12:04 -07:00
Pascal Wittmann c01411f109
leksah: include version in name
see issue #43717
2018-07-19 21:55:04 +02:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Mathieu Boespflug c27f686a4b bazel: Set a sensible strict action environment.
Bazel either reuses the `PATH` from the client, or sets a hardcoded
one. The former mode in problematic for build hermeticity. But the
latter is crippled on NixOS, because the hardcoded value is
`/bin:/usr/bin`. So we set the hardcoded value to match what
`customBash` provides. This has the effect of aligning the
environments for `ctx.actions.run` and `ctx.actions.run_shell`, which
were previously distinct (bug).
2018-07-19 09:51:09 +02:00
Mathieu Boespflug 5ab07a8041 bazel: make more tools available in customBash. 2018-07-19 09:51:09 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Silvan Mosberger a88f959278
Merge pull request #43655 from tarigo/master
qtcreator: 4.5.0 -> 4.6.2
2018-07-18 05:04:03 +02:00
Pascal Wittmann 90223e4a4a
jdepend: add myself (pSub) as maintainer 2018-07-17 22:00:14 +02:00
Pascal Wittmann 1c702bb8a3
valkyrie: add myself (pSub) as maintainer 2018-07-17 21:48:15 +02:00
Pascal Wittmann b835b8a95b
valkyrie: fix build 2018-07-17 21:48:13 +02:00
Yegor Timoshenko e6a721ed60
gputils: clean up, fix homepage url 2018-07-17 19:19:01 +03:00
Yorick van Pelt 9ba3b39e44
gputils: init at 1.5.0-1 2018-07-17 17:28:13 +02:00
Igor Tarasov 69affb8d26 qtcreator: 4.5.0 -> 4.6.2 2018-07-17 12:45:56 +03:00
Profpatsch 75942f96b3 bazel: 0.15 -> 0.15.1 2018-07-17 10:12:39 +02:00
Mathieu Boespflug 62f3bf7509 bazel: make the build --sandbox compatible by building extra deps separately. 2018-07-17 10:12:39 +02:00
Mathieu Boespflug d23e72ebf7 bazel: 0.13.0 -> 0.15.0
Upgrade to latest Bazel.
2018-07-17 10:12:39 +02:00
Frederik Rietdijk 12949bf84a Merge master into staging 2018-07-17 10:05:50 +02:00
Frederik Rietdijk 1ae2f10642 Merge staging-next into master 2018-07-17 10:04:59 +02:00
Pascal Wittmann 2d9a6023c4
doit: add myself (pSub) as maintainer 2018-07-16 22:17:38 +02:00
xeji 8b0fea2154
Merge pull request #43620 from aneeshusa/update-vagrant-to-2.1.2-properly
vagrant: update deps for 2.1.2
2018-07-16 19:49:12 +02:00
Aneesh Agrawal 982f9d8616 vagrant: update deps for 2.1.2
The version was bumped but the dependencies were not updated.
Do so and add some instructions for future package updates.
2018-07-16 10:11:36 -07:00
Frederik Rietdijk 6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Frederik Rietdijk 3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
Pascal Wittmann 4a35e7ef1d
Merge pull request #43503 from volth/bazel-private-tmp
bazel: use per-user tmp directory to avoid conflict with other builders
2018-07-15 22:22:47 +02:00
Jan Tojnar 98792fe351
flatpak-builder: 0.99.1 → 0.99.3 2018-07-15 19:10:02 +02:00
Jörg Thalheim e827b00dbf
Merge pull request #43554 from dtzWill/update/r2-cutter-1.6
radare2-cutter: 1.5 -> 1.6
2018-07-15 09:41:09 -04:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Will Dietz 4ba6e227a2 creduce: 2.7.0 -> 2.8.0 2018-07-14 23:54:21 -05:00
Will Dietz 692068ecfc radare2-cutter: use r2 built from rev Cutter pins as submodule 2018-07-14 23:25:21 -05:00
Will Dietz ec523bef21 radare2-cutter: 1.5 -> 1.6
https://github.com/radareorg/cutter/releases/tag/v1.6
2018-07-14 23:04:43 -05:00
Will Dietz 5568c7c04b bloaty: 2018-05-22 -> 2018-06-15 (#43540) 2018-07-14 23:12:22 +02:00
gnidorah 1727513d4d electron: add gtk2 dependency (#43379) 2018-07-14 22:06:41 +02:00
R. RyanTM 905e94bf4a elfutils: 0.172 -> 0.173 (#43031)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-readelf passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-nm passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-size passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-strip passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elflint passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-findtextrel passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-addr2line passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elfcmp passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-objdump passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-ranlib passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-strings passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-ar passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-unstrip passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-stack passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-elfcompress passed the binary check.
- /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173/bin/eu-make-debug-archive passed the binary check.
- 16 of 16 passed binary check by having a zero exit code.
- 0 of 16 passed binary check by having the new version present in output.
- found 0.173 with grep in /nix/store/nmml2vhzia58ji531a4q1j97rrj308yj-elfutils-0.173
- directory tree listing: https://gist.github.com/f0b855207a6f13446e77907717da40dd
- du listing: https://gist.github.com/1275237e95e19d1956769a304945cc37
2018-07-14 21:26:33 +02:00
xeji fbcb86966d
Merge pull request #43430 from tazjin/rebar3-3.6.1
rebar3: 3.4.3 -> 3.6.1
2018-07-14 21:10:11 +02:00
Vincent Ambo 74ca35bd81 hex2nix: 0.0.6 -> 0.0.6-a31eadd7
Updates hex2nix to a new version that includes pinned dependencies.
This allows building hex2nix even if newer versions of dependencies
than what is packaged in `hex-packages.nix` are available in the
package snapshot.

The version of ibrowse used has been downgraded due to an issue in the
library. Custom builds of the ibrowse and jsx dependencies have been
removed from the derivation.
2018-07-14 20:05:54 +02:00
Vincent Ambo 0cf4c90469 rebar3: 3.4.3 -> 3.6.1
Updates rebar3 to version 3.6.1, which amongst other things introduces
support for rebar3 on Erlang/OTP 21.

Changes made:

* rebar3 and dependencies updated to new versions
* rebar3 hermeticity patch updated to apply against new version
* hex package registry snapshot updated
2018-07-14 20:05:53 +02:00
Vincent Laporte 6d9ffeaa2e
ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0 2018-07-14 17:17:51 +00:00
Vladimír Čunát 0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Herwig Hochleitner a6f0ff33b5 Revert "cask: init"
This reverts commit 5bede1a252.

This commit never actually wrapped cask, so it can be safely removed.

see https://github.com/NixOS/nixpkgs/pull/42419
2018-07-14 14:18:57 +02:00
Benjamin Andresen e805874891 cask: fix incorrect exec 2018-07-14 14:07:23 +02:00
Mario Rodas 4d6ad88fe2 jbuilder: 1.0+beta20 -> 1.0.0 2018-07-14 11:11:45 +00:00
volth 2a7aa43c16 bazel: use per-user tmp directory to avoid conflict with other builders 2018-07-13 23:35:28 +00:00
Alyssa Ross 165b6391fc vagrant: 2.1.1 -> 2.1.2 (#43416) 2018-07-14 00:41:37 +02:00
xeji ebdb6edad7
Merge pull request #43440 from vbgl/ocaml-lwt_log-1.0.0
ocamlPackages.lwt_log: init at 1.0.0
2018-07-14 00:25:55 +02:00
R. RyanTM 06a6d1cb33 flyway: 5.1.3 -> 5.1.4 (#43200)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/1g49jlhy30sijz0js59lfnrg8k3mqvjf-flyway-5.1.4/bin/flyway 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 5.1.4 with grep in /nix/store/1g49jlhy30sijz0js59lfnrg8k3mqvjf-flyway-5.1.4
- directory tree listing: https://gist.github.com/869e3436d0f2761951eabdad68c0319d
- du listing: https://gist.github.com/6e8110c905ef757a084d835bb3181c41
2018-07-13 23:55:14 +02:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Frederik Rietdijk edfa03323b
Merge pull request #43347 from r-ryantm/auto-update/flow
flow: 0.75.0 -> 0.76.0
2018-07-13 18:43:44 +02:00
Jan Tojnar 0a7741110c
Merge pull request #42994 from r-ryantm/auto-update/meson
meson: 0.46.1 -> 0.47.0
2018-07-13 17:25:09 +02:00
Profpatsch adbd3ead27 Revert "bazel: fix darwin build on hydra" 2018-07-13 14:15:37 +02:00
Patrick Hilhorst 32f4fcaefe circleci-cli: init at 2018-05-12 (#43432) 2018-07-13 12:00:09 +02:00
Will Dietz 026b88d54f gtkperf: Add test selection patch from phoronix/openbenchmarking
Patch seems to not change default functionality, always use.
2018-07-12 17:35:51 -05:00
Will Dietz 22c94d366f gtkperf: init at 0.40(.0) 2018-07-12 17:35:19 -05:00
Vincent Laporte ca12adfeaf
flow: use lwt_log 2018-07-12 21:26:07 +00:00
Will Dietz b30a690af7 radare2-cutter: don't wrap, shouldn't be needed (and might be wrong)
This was working around mixed qt versions apparently,
which I've fixed and it is no longer needed.

Sorry about that.
2018-07-12 12:57:43 -05:00
Peter Simons 3e3a860c88 multi-ghc-travis: update to latest git version 2018-07-12 10:21:32 +02:00
R. RyanTM b4d9f481f5 conan: 1.5.1 -> 1.5.2 (#43354)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conan/versions.
2018-07-11 18:34:17 +02:00
Will Dietz e1b8e8a40c
Merge pull request #43309 from dtzWill/update/radare2-2.7-and-cutter-1.5
radare2: 2.6.0 -> 2.7.0; radare2-cutter: 1.4 -> 1.5
2018-07-11 09:40:55 -05:00
R. RyanTM 11a4a4bd3f flow: 0.75.0 -> 0.76.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-07-11 05:22:29 -07:00
Frederik Rietdijk d38413cd7b
Merge pull request #43335 from r-ryantm/auto-update/liquibase
liquibase: 3.6.1 -> 3.6.2
2018-07-11 12:19:25 +02:00
R. RyanTM 23811d983e liquibase: 3.6.1 -> 3.6.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liquibase/versions.
2018-07-11 02:34:53 -07:00
Frederik Rietdijk af9bf060d3
Merge pull request #43156 from r-ryantm/auto-update/sysbench
sysbench: 1.0.14 -> 1.0.15
2018-07-11 11:34:25 +02:00
Antoine Eiche 8e98630267 buildah: 0.12 -> 1.1 2018-07-11 10:00:31 +02:00
Will Dietz 1780e0e806 cutter: disable jupyter 2018-07-10 18:54:43 -05:00
Will Dietz 26e1a5410a radare2-cutter: wrap to set plugin / lib paths, fix crashery 2018-07-10 18:54:25 -05:00
teh 17fe19f5bf pyre: init at 0.0.8 (#43212) 2018-07-11 01:20:17 +02:00
R. RyanTM 1f7689f189 cfr: 0.130 -> 0.132 (#43215)
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.

These checks were done:

- built on NixOS
- /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132/bin/cfr 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 0.132 with grep in /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132
- directory tree listing: https://gist.github.com/03397074385526106bce1680bfe6b8c9
- du listing: https://gist.github.com/c5ff1f69de44790159ee04282b1b3102
2018-07-11 01:07:26 +02:00
Will Dietz 79d01b2e04 radare2-cutter: fix build by skipping over unhelpful helper script :)
At least it's very much not helpful for our usage.
2018-07-10 18:03:25 -05:00
Will Dietz a70f759224 radare2-cutter: 1.4 -> 1.5 2018-07-10 16:53:00 -05:00
Will Dietz 9d723978e0 radare2: 2.6.0 -> 2.7.0
(via update.py auto-magic ^_^)
2018-07-10 16:51:27 -05:00
Silvan Mosberger c5f9cd4cde
Merge pull request #43184 from r-ryantm/auto-update/mkdocs
mkdocs: 0.17.4 -> 0.17.5
2018-07-10 21:54:40 +02:00