Commit graph

2551 commits

Author SHA1 Message Date
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
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
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
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
Matthew Bauer 457b48cc03 binutils: apply patch when cross compiling from darwin
Fixes #60546
2019-04-30 20:24:09 -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
Matthieu Coudron 68a72f1a47 luarocks-nix: bump to match luarocks
Also made changes to lua package generation system to account for packages like cqueues
that have one version per lua interpreter.
The csv file also accepts comments now.
2019-03-07 17:43:07 +09:00
Matthieu Coudron c37b8925ba luarocks: 2.4.4 -> 3.0.4
Some new features like test_dependencies/build_dependencies and flags ( --lua-versions)
that should make nix integration easier:
https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
2019-03-07 17:43:07 +09:00
Michael Raskin 3aae18f7dd luarocks: fix meta after refactoring, thanks to @peti for mentioning 2019-03-06 12:31:06 +01:00
Michael Raskin 73a82dcc44 luarocks: switch to a less intrusive update-walker metadata style 2019-03-06 11:54:21 +01:00
Väinö Järvelä 41a675258f Add Darwin support for ccls 2019-03-05 08:37:07 +02:00
R. RyanTM 1b194208d3 dialog: 1.3-20181107 -> 1.3-20190211
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions
2019-03-01 17:59:35 -08:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00