adisbladis
0e97967187
hound: Wrap git & mercurial binaries
2019-08-01 21:29:01 +01:00
Frederik Rietdijk
4ca8e53e1d
Merge staging-next into staging
2019-08-01 09:44:06 +02:00
Samuel Leathers
5d41f1a676
Merge pull request #62026 from bhipple/fix/libtool
...
libtool2: enable parallel builds
2019-07-31 13:03:29 -04:00
Mario Rodas
137ce9ec09
universal-ctags: 2018-07-23 -> 2019-07-30
2019-07-29 23:52:39 -05:00
Jörg Thalheim
d07fb6be03
linuxkit: 2017-07-08 -> 0.7 ( #65359 )
...
linuxkit: 2017-07-08 -> 0.7
2019-07-26 07:45:35 +01:00
Nick Novitski
e65244ee56
linuxkit: 2017-07-08 -> 0.7
2019-07-25 21:32:20 -07:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
Mario Rodas
dd6eea86f8
terraform-lsp: init at 0.0.5
2019-07-22 04:20:00 -05:00
Frederik Rietdijk
594ca3f1cf
ccache.links: make it a function of unwrappedCC
...
That way we can use a ccacheStdenv with e.g. a different CC:
stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
2019-07-19 11:27:56 +02:00
Ryan Mulligan
773f5ed058
Merge pull request #64958 from r-ryantm/auto-update/strace
...
strace: 5.1 -> 5.2
2019-07-16 21:40:06 -07:00
Ryan Mulligan
96d8683f22
Merge pull request #64864 from r-ryantm/auto-update/pkgconf
...
pkgconf: 1.6.1 -> 1.6.3
2019-07-16 20:15:26 -07:00
R. RyanTM
e871d5466a
strace: 5.1 -> 5.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/strace/versions
2019-07-16 17:55:50 -07:00
R. RyanTM
be23a4397a
pkgconf: 1.6.1 -> 1.6.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/pkgconf/versions
2019-07-15 22:03:27 -07:00
R. RyanTM
2c045c8f6d
babeltrace: 1.5.6 -> 1.5.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babeltrace/versions
2019-07-14 23:15:31 -07:00
Frederik Rietdijk
fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
...
Staging next
2019-07-10 08:52:04 +02:00
Will Dietz
a52e70e10e
pahole: 1.12 -> 1.15
2019-07-09 20:15:19 +02:00
Frederik Rietdijk
74c24385cb
Merge master into staging-next
2019-07-09 15:46:00 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
...
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
André-Patrick Bubel
4f8dacfcdf
travis: 1.8.9 -> 1.8.10
2019-07-06 13:43:09 +02:00
Doron Behar
03481d23a5
sccache: 0.2.8 -> 0.2.9
2019-07-01 19:21:43 +03:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9
treewide: use dontConfigure
2019-07-01 04:23:51 -04:00
Graham Christensen
0daecd2d7a
Merge pull request #63572 from volth/cpan2nix-2019-06-20
...
buildPerlPackage: name -> (pname, version)
2019-06-28 17:54:30 -04:00
Doron Behar
50602eb299
Add darwin specific dependencies
2019-06-23 09:34:53 +03:00
Doron Behar
e1ab8ae4a9
sccache: init at 0.2.8
2019-06-22 14:38:00 +03:00
volth
b3cc65f8b9
buildPerlPackage: name -> (pname, version)
2019-06-20 15:56:50 +00:00
Matthieu Coudron
c33153bf13
Merge pull request #63108 from Shados/lua-packaging-improvements-pr
...
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Bas van Dijk
ad96121365
Merge pull request #63333 from knl/enable-fsevents-api-for-fswatch
...
fswatch: Enable FSEvents API on Darwin
2019-06-18 09:26:20 +02:00
R. RyanTM
f4b609bf54
lttng-tools: 2.10.6 -> 2.10.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-06-17 21:40:39 +02:00
Bjørn Forsman
4cb1d299dd
Merge pull request #63291 from r-ryantm/auto-update/lttng-ust
...
lttng-ust: 2.10.3 -> 2.10.4
2019-06-17 21:40:04 +02:00
Nikola Knezevic
a0bbe1aa27
fswatch: Enable FSEvents API on Darwin
...
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to
have better monitoring of file system changes.
2019-06-17 15:06:04 +02:00
R. RyanTM
e8d79a52a9
lttng-ust: 2.10.3 -> 2.10.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/lttng-ust/versions
2019-06-17 00:24:21 -07:00
Franz Pletz
0751c5519e
openocd: fix build with gcc8
2019-06-17 07:06:00 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas
2c042a3c2e
reviewdog: init at 0.9.12
2019-06-15 02:00:00 -05:00
Alexei Robyn
f8efece8e7
luarocks: 3.0.4 -> 3.1.3
...
The newer version silences some superfluous warnings we were previously
getting in Nix builds using luarocks.
2019-06-13 20:52:34 +10:00
Alexei Robyn
00622f144e
luarocks-nix: Bump to version that supports --maintainers argument
2019-06-13 20:03:25 +10:00
Will Dietz
62a4423809
Merge pull request #62930 from dtzWill/update/libwhich-1.1.0
...
libwhich: 2019-03-20 -> 1.1.0
2019-06-11 23:41:22 -05:00
Matthew Bauer
80b51d983a
gdb: patch to use mach-o.h instead of bfd/mach-o.h
...
For unclear reasons, this doesn’t seem to work anymore. bfd/mach-o.h
is not accessible but mach-o.h is.
https://hydra.nixos.org/build/94542582
2019-06-09 23:56:08 -04:00
Will Dietz
e198573407
libwhich: 2019-03-20 -> 1.1.0
...
musl, openbsd support
2019-06-09 22:18:06 -05:00
Matthew Bauer
cb385daf95
gdb: remove applied patch for darwin
...
This patch is no longer needed. The commit was included in this
release.
https://hydra.nixos.org/build/94447561
2019-06-07 15:52:14 -04:00
Vladimír Čunát
8f5edef47e
Merge branch 'staging-next' (PR #62209 )
2019-06-07 08:07:10 +02:00
Matthew Bauer
d598eca41e
Merge pull request #62752 from matthewbauer/darwin-fixes100
...
Fixes for x86_64-darwin failures on Hydra
2019-06-06 09:46:41 -04:00
Matthew Bauer
8633a12224
kconfig-frontends: don’t error on security warning
...
needed for clang 7
2019-06-05 22:52:58 -04:00
Vladimír Čunát
576af17187
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
Matthieu Coudron
441ef28ac5
luarocks-nix: update that fixes indentation
...
Finally fixes indentation.
- removed buildType as it was not used
- doesn't crash on missing description anymore
2019-06-04 18:57:36 +09:00
Ryan Mulligan
1c090da0f1
Merge pull request #62416 from r-ryantm/auto-update/gede
...
gede: 2.13.1 -> 2.14.1
2019-06-03 05:46:17 -07:00
Vladimír Čunát
c4724fb7bc
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
Giulio Eulisse
d5e89b50b2
igprof: init at v5.9.16
2019-06-02 11:23:11 +02:00
Matthew Bauer
07fdacf9f9
Merge pull request #61308 from Ma27/bump-hydra
...
hydra: 2019-03-18 -> 2019-05-06
2019-06-01 19:04:38 -04:00
R. RyanTM
08fd23cceb
gede: 2.13.1 -> 2.14.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/gede/versions
2019-06-01 11:15:20 -07:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
R. RyanTM
31df5678ef
cli11: 1.7.1 -> 1.8.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/cli11/versions
2019-06-01 03:29:13 -07:00
Jörg Thalheim
144a031805
ccls: 0.20190301 -> 0.20190314.1
2019-05-30 11:42:39 +01:00
Ben Hipple
072f4d61c0
swig: use pname and standardize meta
...
- pname makes it easier to override the version in an overlay and looks generally cleaner
- Updated the meta sections to match between the various versions
No real functional change, just cleanup.
2019-05-28 14:24:42 +00:00
Vladimír Čunát
b4ae841b23
Merge branch 'staging-next' into staging
2019-05-26 09:48:55 +02:00
Frederik Rietdijk
b2ab860db3
Merge master into staging-next
2019-05-25 12:38:00 +02:00
Benjamin Hipple
62a8927217
libtool2: enable parallel builds
2019-05-24 17:29:23 -04:00
Frederik Rietdijk
6e4e7c5dc6
Merge master into staging-next
2019-05-24 12:39:37 +02:00
Will Dietz
6287f99a22
strace: 5.0 -> 5.1
2019-05-22 20:41:19 -05:00
Matthew Bauer
6bba2572c3
Merge pull request #61808 from mmahut/indent
...
indent: 2.2.10 -> 2.2.12
2019-05-21 18:13:19 -05:00
Daiderd Jordan
77908680f2
indent: fix darwin build
2019-05-21 23:27:10 +02:00
Marek Mahut
5c7ce21c5a
indent: 2.2.10 -> 2.2.12
2019-05-21 16:10:07 +00:00
Gabriel Ebner
131d9e53a2
nrfutil: init at 5.2.0
2019-05-19 12:12:32 +02:00
Renaud
8aef83d21d
Merge pull request #60944 from bobvanderlinden/patchelf-20190328
...
patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328
2019-05-18 16:56:20 +02:00
Will Dietz
a867260222
whatstyle: init at 0.1.7
2019-05-18 23:40:39 +09:00
Gabriel Ebner
c22f09e70b
Merge pull request #61651 from sondr3/tokei-mac-fix
...
tokei: fix missing Security framework on macOS
2019-05-18 10:52:05 +02:00
Robin Gloster
e7103e63e2
Merge pull request #61597 from xbreak/sloccount-wrap
...
sloccount: Wrap shell scripts
2019-05-18 08:28:49 +00:00
Frederik Rietdijk
840e530934
Merge staging into staging-next
2019-05-18 08:17:48 +02:00
Sondre Nilsen
bbba525226
tokei: fix missing Security framework on macOS
2019-05-18 03:46:52 +02:00
Bjørn Forsman
03398be1b9
saleae-logic: 1.2.28 -> 1.2.18
...
Yes, this is a downgrade. The .28 version is beta software, whereas .18
is the latest stable version.
2019-05-17 15:21:20 +02:00
xbreak
d54ea3e42b
sloccount: Wrap shell scripts
...
This fixes the issue that when `sloccount` is invoked it would fail
due to missing PATH to companion scripts.
2019-05-17 06:00:03 +00:00
Frederik Rietdijk
d4464ff8fe
Merge master into staging-next
2019-05-16 08:17:55 +02:00
Rostyslav Kurylo
91872f537c
saleae-logic: 1.2.10 -> 1.2.28
...
The older 1.2.10 version does not support new Saleae devices well.
i686 platform was removed because Saleae stopped providing 32-bit
builds since 1.2.11.
2019-05-15 20:24:22 +02:00
jhaasdijk
78bd2e82cc
gdb: 8.2.1 -> 8.3
2019-05-15 17:46:14 +02:00
Benjamin Hipple
6d8b114efa
pkg-config: enable check
...
The pkg-config test suite does pass, except for 3 tests related to functionality
we've modified regarding Requires.private and --static.
2019-05-15 02:13:13 +09:00
Frederik Rietdijk
f0a4305e0a
Merge staging-next into staging
2019-05-14 10:24:46 +02:00
Daniel Schaefer
06fad89bd6
treewide: Update meta of packages hosted on gnome
...
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer
b85ccbac54
treewide: Add passthru.updateScript to gnome pkgs
...
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Frederik Rietdijk
ef0dbef7f1
Merge master into staging-next
2019-05-12 19:59:09 +02:00
Matthew Bauer
8318ded593
Merge pull request #61301 from matthewbauer/darwin-nogold
...
binutils: disable gold when building on darwin
2019-05-11 13:39:38 -04:00
Maximilian Bosch
703a211f05
hydra: 2019-03-18 -> 2019-05-06
...
As Hydra doesn't have a release model, we have to pin git revs for our
package. The current state provides some new fixes and features like a status
plugin for GitLab.
As Nix 2.0 isn't bundled in `master` and `release-19.03` and we don't
support Nix 1.11 for Hydra, I figured that the Nix version checks could
be dropped and boost can always be used as build input.
2019-05-11 18:56:02 +02:00
Matthew Bauer
3c5188ccb6
binutils: disable gold when building on darwin
...
Needed to build anything, otherwise get this error:
https://hydra.nixos.org/build/93192355/
2019-05-11 11:24:35 -04:00
Vladimír Čunát
e8f4ad0169
Merge branch 'master' into staging-next
...
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
Will Dietz
d7ff576529
Merge pull request #60343 from dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness
...
luarocks-nix,luaPackages: formatting and additions; awesome: docs!
2019-05-10 16:56:58 -05:00
Bas van Dijk
1a0818e941
elk6: 6.7.1 -> 6.7.2
2019-05-10 23:32:44 +02:00
Bas van Dijk
8673d82bc1
elk5: 5.6.9 -> 5.6.16
2019-05-10 22:46:12 +02:00
Bas van Dijk
46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
...
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Bas van Dijk
78cb9b7898
elk: 7.0.0 -> 7.0.1
2019-05-09 11:37:48 +02:00
Renaud
98ec10ecbd
Merge pull request #60987 from manveru/mdl-update
...
mdl: use bundlerApp
2019-05-08 00:09:18 +02:00
Frederik Rietdijk
87a5d8fede
Merge staging-next into staging
2019-05-07 19:30:14 +02:00
Frederik Rietdijk
a80982b4c9
Merge staging-next into master
2019-05-07 19:29:06 +02:00
Frederik Rietdijk
0196d8f11c
Merge master into staging-next
2019-05-07 09:00:06 +02:00
Will Dietz
5fe0547457
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-06 23:39:56 -05:00
Matthew Bauer
e487f93c70
Merge pull request #60552 from matthewbauer/binutils-fix-darwin-build
...
binutils: apply patch when cross compiling from darwin
2019-05-06 15:53:58 -04:00
Andrew Childs
ce5a090075
stlink: fix Darwin build
...
Upstream supports various Unixes, so optimistically set platforms to
`unix` even though we're only going to build it on Linux and Darwin.
2019-05-06 17:06:28 +02:00
Michael Fellinger
1edc21fa52
mdl: use bundlerApp
2019-05-05 15:38:10 +02:00
Bob van der Linden
e0a2bc49fd
patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328
2019-05-04 23:43:33 +02:00
Robert Schütz
56b560942c
Merge branch 'master' into staging
2019-05-03 16:01:49 +02:00
Frederik Rietdijk
155c9d8e18
Merge master into staging-next
2019-05-02 08:43:14 +02:00
Silvan Mosberger
b6a6162919
Merge pull request #55422 from nand0p/ethminer
...
ethminer: init at 0.18.0-rc.0
2019-05-02 01:29:09 +02:00
Matthew Bauer
9dfd52ce0b
Merge pull request #60570 from matthewbauer/binutils-add-gettext
...
binutils: add gettext
2019-05-01 18:37:56 -04:00
Andrew Childs
8e2ab5d8dd
openocd: update libftdi dependency, fix Darwin build
...
Restrict Linux-only features to Linux and disable any feature that
doesn't build on Darwin for any reason.
Restrict GCC-specific cflags to GCC.
2019-05-01 15:52:13 +02:00
Frederik Rietdijk
bd9e44fce3
Merge staging-next into staging
2019-05-01 11:46:16 +02:00
Frederik Rietdijk
f137783927
Merge master into staging-next
2019-05-01 11:45:46 +02:00
R. RyanTM
d044631080
gede: 2.12.3 -> 2.13.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/gede/versions
2019-05-01 11:15:03 +02:00
Pascal Wittmann
e7888309ce
Merge pull request #60564 from r-ryantm/auto-update/help2man
...
help2man: 1.47.9 -> 1.47.10
2019-05-01 11:11:05 +02:00
Matthew Bauer
02e9697471
binutils: add gettext dependency
...
Needed on libc without gettext bundled.
Fixes #11420
2019-04-30 22:50:21 -04:00
R. RyanTM
aaae863446
help2man: 1.47.9 -> 1.47.10
...
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
2019-04-30 18:47:21 -07:00
Matthew Bauer
457b48cc03
binutils: apply patch when cross compiling from darwin
...
Fixes #60546
2019-04-30 20:24:09 -04:00
Will Dietz
6975dee942
luarocks-nix: update for formatting fixes
2019-04-28 10:10:50 -05:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
29cdd08e8e
tokei: add libiconv for macos
2019-04-26 21:55:12 -04:00
Matthew Bauer
2ecc1d1599
stdenv/darwin: move secure-format patch to gnum4
...
This is the only derivation that needs it anymore.
2019-04-26 21:54:47 -04:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Fernando J Pando
8fb48ffb55
cli11: init at 1.7.1
...
- Tested on NixOS
2019-04-20 09:24:51 -04:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Bas van Dijk
e5724e8e66
Merge pull request #59514 from basvandijk/elk-7.0.0
...
elk7: init at 7.0.0
2019-04-15 07:05:13 +02:00
Bas van Dijk
13352f28d2
elk7: init at 7.0.0
...
This adds the following new packages:
+ elasticsearch7
+ elasticsearch7-oss
+ logstash7
+ logstash7-oss
+ kibana7
+ kibana7-oss
+ filebeat7
+ heartbeat7
+ metricbeat7
+ packetbeat7
+ journalbeat7
The default major version of the ELK stack stays at 6. We should
probably set it to 7 in a next commit.
2019-04-14 21:39:46 +02:00
Mario Rodas
45e8b236fc
mkcert: init at 1.3.0 ( #59410 )
2019-04-13 19:09:09 -07:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
Joachim Breitner
610f73f3f7
macdylibbundler: init ( #59173 )
...
* macdylibbundler: init
whihc I found useful to make self-contained releases of binaries built
on osx.
* Add version field
2019-04-09 10:06:42 -04:00
Bas van Dijk
7062a073e8
elk: 6.5.1 -> 6.7.1
2019-04-09 12:34:01 +02:00
worldofpeace
76c80bfbfe
Merge pull request #58762 from r-ryantm/auto-update/pwndbg
...
pwndbg: 2018.07.29 -> 2019.01.25
2019-04-07 19:28:54 -04:00
R. RyanTM
89b867d23a
doclifter: 2.18 -> 2.19 ( #58663 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/doclifter/versions
2019-04-08 00:29:49 +02:00
Frederik Rietdijk
4a125f6b20
Merge master into staging-next
2019-04-07 08:33:41 +02:00
markuskowa
9e9e73b116
Merge pull request #58896 from r-ryantm/auto-update/sysbench
...
sysbench: 1.0.16 -> 1.0.17
2019-04-06 13:43:16 +02:00
Vladimír Čunát
1279016787
Re-Revert "Merge #58997 gettext: apply patch for CVE 2018-1875"
...
This reverts commit 742416addb
.
Moved to staging.
2019-04-05 21:03:59 +02:00
Jan Tojnar
cb1a20499a
Merge branch 'master' into staging
2019-04-05 11:37:15 +02:00
R. RyanTM
03071af31c
sysbench: 1.0.16 -> 1.0.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysbench/versions
2019-04-02 21:48:27 -07:00
R. RyanTM
dbb2eae65b
pwndbg: 2018.07.29 -> 2019.01.25
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pwndbg/versions
2019-04-02 02:51:27 -07:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
Alyssa Ross
98c22f2d03
semver-tool: init at 2.1.0
...
Cherry-picked from: eeb175169f
Although fixed so that it actually builds.
Original message:
> I chose "semver-tool" as the path for this package because "semver" is
> extremely generic, and probably more rightly belongs to node-semver[1]
> (at least judging by GitHub stars), and because "semver-tool" is the
> name of this project's GitHub repository, and because it was the name
> used in the package request[2].
>
> Closes https://github.com/NixOS/nixpkgs/issues/50945 .
>
> [1]: https://github.com/npm/node-semver
> [2]: https://github.com/NixOS/nixpkgs/issues/50945
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-31 21:32:15 +02:00
R. RyanTM
c36f0fa602
cflow: 1.5 -> 1.6 ( #58018 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cflow/versions
2019-03-31 00:36:56 +01:00
Danylo Hlynskyi
8e18f4e414
hydra: fix build ( #58592 )
...
Apply patch from https://github.com/NixOS/hydra/pull/648
2019-03-30 22:57:46 +02:00
Vladyslav M
132f26c7bc
tokei: 9.0.0 -> 9.1.1
2019-03-30 15:46:19 +02:00
Will Dietz
e38f2cbc2d
pkgconf: 1.6.0 -> 1.6.1
...
https://raw.githubusercontent.com/pkgconf/pkgconf/be6011222b52db362d2a4fdf602b4e4928b5317b/NEWS
2019-03-24 14:19:19 -05:00
R. RyanTM
255756e7da
help2man: 1.47.8 -> 1.47.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/help2man/versions
2019-03-23 15:15:19 -07:00
Will Dietz
4cadfe805d
lit: 0.7.1 -> 0.8.0
2019-03-22 14:12:36 -05:00
Will Dietz
309e095d90
Merge pull request #58079 from dtzWill/feature/libwhich
...
libwhich: init at 2019-03-20
2019-03-22 12:59:14 -05:00
Michael Raskin
22b73cc3c9
Merge pull request #57903 from dtzWill/update/strace-5
...
strace: 4.26 -> 5.0
2019-03-22 06:45:51 +00:00
Will Dietz
7fbe20a8d1
libwhich: init at 2019-03-20
2019-03-21 16:26:33 -05:00
Will Dietz
d0133e6624
strace: 4.26 -> 5.0
...
https://lists.strace.io/pipermail/strace-devel/2019-March/008672.html
2019-03-19 07:34:55 -05:00
Maximilian Bosch
341aeb8cf3
hydra: 2019-02-01 -> 2019-03-18
...
Yesterday we had a discussion about several Hydra-related problems in the #nixos
IRC channel[1], as a result a lot of stalled PRs were merged.
I think that we want to use the latest Hydra now as it contains lots of
new fixes and folks mentioned that they want to use a self-hosted
Hydra, so they probably use the `nixpkgs` package rather than the
expressions from `NixOS/hydra`.
Simply moving to 2019-03-18 should be fine for now as Hydra doesn't have
a release model.
[1] https://logs.nix.samueldr.com/nixos/2019-03-17#2048416 ;
2019-03-18 09:49:42 +01:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Benjamin Hipple
c484d9b501
findnewest: init at 0.3
...
* findnewest: init at 0.3
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
* Update pkgs/development/tools/misc/findnewest/default.nix
Co-Authored-By: bhipple <bhipple@protonmail.com>
2019-03-12 15:28:20 -07:00
Jörg Thalheim
fc3f98bb7d
Merge pull request #57217 from r-ryantm/auto-update/ccls
...
ccls: 0.20181225.8 -> 0.20190301
2019-03-10 09:43:39 +00:00
R. RyanTM
cc27a10955
ccls: 0.20181225.8 -> 0.20190301
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccls/versions
2019-03-09 21:47:37 -08:00
volth
4e2c477cf8
gnome2.gtkdoc -> gtk-doc
...
fix evaluation when `config.allowAliases` == false
(regression after https://github.com/NixOS/nixpkgs/pull/56791 )
2019-03-09 11:24:01 +00:00