Felix Buehler
987902c434
lemon: deprecate phases
2021-07-25 01:37:47 +02:00
github-actions[bot]
dc802b2e19
Merge master into staging-next
2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true ( #130500 )
2021-07-18 23:42:48 +02:00
github-actions[bot]
f2eada4ab8
Merge master into staging-next
2021-07-18 06:01:33 +00:00
Felix Buehler
87316d778b
various: cleanup of "inherit version;"
2021-07-18 00:19:24 +02:00
github-actions[bot]
f0bb8c9a78
Merge master into staging-next
2021-07-14 18:01:12 +00:00
Guillaume Girol
c1ec258fe4
tree-sitter-latex: init at HEAD
2021-07-10 12:00:00 +00:00
Sandro
1619046572
Merge pull request #126894 from Stunkymonkey/pname&version
2021-07-05 18:52:04 +02:00
Philipp Mildenberger
cab809f466
tree-sitter: 0.19.5 -> 0.20.0
2021-07-01 17:02:04 +02:00
Felix Buehler
6f04cd0e69
application/development: /s/name/pname&version/
2021-06-30 09:55:22 +02:00
R. RyanTM
7e3d8fc66b
byacc: 20210520 -> 20210619
2021-06-22 16:57:20 -07:00
R. RyanTM
90022056f5
byacc: 20210109 -> 20210520
2021-06-16 13:36:12 -07:00
José Luis Lafuente
779cb5580d
tree-sitter: update grammars
...
Switch to nvim-treesitter/tree-sitter-lua for lua,
since current lua grammar is broken for 0.19.5
2021-06-16 16:53:57 +02:00
R. RyanTM
90d944e42f
byacc: 20200910 -> 20210109
2021-06-09 23:35:31 +00:00
Carlos Hernandez
99b351b4bd
tree-sitter: explicitly incl CXX headers on Darwin
...
clang needs to find headers + libraries for compiling with libc++.
On Darwin we will include CXX headers when compiling C.
This closes #124396
2021-06-04 11:31:42 -06:00
Michael Adler
44c286d236
tree-sitter: 0.19.3 -> 0.19.5
...
new grammars:
* tree-sitter-toml
* tree-sitter-tsq
* tree-sitter-zig
2021-05-27 17:03:37 +02:00
Andrew Childs
9ad03b1ed9
flex: fix cross compilation
2021-05-17 00:27:00 +09:00
Daniël de Kok
85f96822a0
treewide: fix cargoSha256/cargoHash
...
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.
This change updates cargoSha256/cargoHash tree-wide.
Fixes #121994 .
2021-05-08 00:36:37 -07:00
github-actions[bot]
f9e9e425fc
Merge staging-next into staging
2021-04-24 06:05:32 +00:00
Michael Livshin
a2ae19a00d
antlr3: make C++ headers compliant with C++20
...
(by stealing the relevant patch from Fedora)
2021-04-23 18:10:04 +03:00
github-actions[bot]
cdece2032d
Merge staging-next into staging
2021-04-22 18:14:30 +00:00
José Luis Lafuente
f29292db76
tree-sitter: Add withPlugins
2021-04-22 14:11:01 +02:00
github-actions[bot]
1eabfe5413
Merge staging-next into staging
2021-04-22 12:06:27 +00:00
Imran Hossain
ce5cbe4abf
tree-sitter: Update grammars
2021-04-22 11:53:13 +02:00
Thomas Gerbet
995ecddd9a
re2c: 1.3 -> 2.1.1
...
Release notes:
https://re2c.org/releases/release_notes.html#release-2-1-1
2021-04-16 11:03:18 +02:00
Christian Kögler
f822651e70
tree-sitter: Add aarch64 support
...
tree-sitter compiles on aarch64
2021-04-03 16:11:34 +02:00
R. RyanTM
f2a6ca89f3
bison: 3.7.5 -> 3.7.6
2021-03-20 09:19:34 +01:00
github-actions[bot]
d18aaddde4
Merge master into staging-next
2021-03-16 00:39:08 +00:00
José Luis Lafuente
fee2e23c00
tree-sitter: 1.18.2 -> 0.19.3
...
Update the grammars and add `allGrammars` derivation.
`nix-build "<nixpkgs>" -A tree-sitter.allGrammars` will create a
derivation with symlinks to all the grammars
2021-03-16 01:38:58 +01:00
github-actions[bot]
149a81c88d
Merge master into staging-next
2021-03-10 00:39:07 +00:00
Ben Siraphob
0be95fbe46
jikespg: fix darwin build
2021-03-09 09:16:10 +07:00
Frederik Rietdijk
277d488026
Merge staging into staging-next
2021-03-08 19:20:18 +01:00
Sandro Jäckel
bee35c7b7c
tree-sitter: cleanup
2021-03-06 21:03:30 +01:00
Sandro
94a59ecc7b
Merge pull request #114391 from omasanori/re2c-cve-2018-21232
...
re2c: fix CVE-2018-21232
2021-03-06 00:26:35 +01:00
José Luis Lafuente
c7cf17293b
tree-sitter: 0.17.3 -> 0.18.2
...
Also updates the tree-sitter grammars
2021-03-03 21:07:51 +01:00
li
f7752fc99c
treesitter grammars: look for scanner.c
2021-03-03 21:07:51 +01:00
Masanori Ogino
5854bf0834
re2c: fix CVE-2018-21232
...
It backports patches from 2.0 series to fix CVE-2018-21232.
References:
https://github.com/NixOS/nixpkgs/issues/88391
https://www.openwall.com/lists/oss-security/2020/04/27/2
https://github.com/skvadrik/re2c/issues/219
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-27 07:11:46 +09:00
R. RyanTM
ade8b6869d
bison: 3.7.4 -> 3.7.5
2021-02-11 10:57:03 +01:00
Souvik Sen
8da624e231
javacc: init at 7.0.10 ( #110783 )
...
Co-authored-by: Souvik Sen <nixpkgs-commits@deshaw.com>
2021-01-25 21:17:52 +01:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
3464ca4f2f
tree-sitter: update grammars
2021-01-16 13:15:46 +01:00
Profpatsch
b96633cf37
tree-sitter: add cstrahan/tree-sitter-nix
2021-01-16 13:15:46 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
John Ericson
f52263ced0
treewide: Start to break up static overlay
...
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.
CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Profpatsch
00359f25e2
tree-sitter: test building of grammars
2020-12-29 13:54:29 +01:00
Profpatsch
0181e103b3
tree-sitter: update grammars again with new update script
2020-12-29 13:06:41 +01:00
Profpatsch
5f0ace20af
tree-sitter/update: allow grammars to be fetched from other orgas
...
Some of the grammars are not in the official orga, like
tree-sitter-lua, so we make sure the updater knows how to fetch them.
2020-12-29 13:02:39 +01:00
Profpatsch
b4ff78a45b
tree-sitter/update: pull repo argument into the nix code
2020-12-29 13:02:39 +01:00
Profpatsch
0b1bfd7d14
tree-sitter/update: make the repo check into a boolean test
2020-12-29 13:02:38 +01:00
Profpatsch
d2988dac8e
tree-sitter/update: factor repo list into nix
...
We want the ability to add different orga repos as well, and that is a
lot easier on the nix level.
2020-12-29 13:02:38 +01:00
Profpatsch
a32c5d90e7
tree-sitter: update grammars
...
The new update scripts gives us a bunch of new grammars!
2020-12-29 12:46:30 +01:00
Profpatsch
c0a4b41afe
tree-sitter: improve update script to fetch all available grammars
...
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.
Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).
Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
Profpatsch
a629257ec5
tree-sitter: rename library.nix to grammar.nix
2020-12-29 12:46:30 +01:00
Profpatsch
c505e57173
tree-sitter: patch out web-ui by default, to drop emscripten
...
The tree-sitter build closure is pretty lean by default, but the
optional web-ui requires emscripten to compile the web interface
javascript/wasm code.
This is clearly not worth the increase in build closure size, and
since emscripten is broken more often than not, let’s patch it out by
default. If somebody /really/ needs the web-ui, there is a
`webUISupport` flag.
2020-12-24 17:11:04 +01:00
Profpatsch
cf81745404
tree-sitter: split arguments in library.nix & document
2020-12-19 13:36:03 +01:00
Profpatsch
5907bcadfa
tree-sitter: exports.json was fixed in releases, remove sed
...
These symbols do not exist anymore in the new tree-sitter releases, so
we can remove the sed.
2020-12-19 13:36:02 +01:00
R. RyanTM
8ad84a5c02
bison: 3.7.3 -> 3.7.4
2020-12-01 14:40:58 +01:00
R. RyanTM
a41a2375c9
bison: 3.7.2 -> 3.7.3
2020-11-18 15:55:16 +01:00
Nick Hu
a371c10711
Merge pull request #102763 from colemickens/tree-sitter
...
tree-sitter: 0.17.1 -> 0.17.3; run make install
2020-11-12 09:05:59 +00:00
Michael Raskin
83992fd7c6
bisoncpp: init ( #103316 )
...
* bobcat: 4.08.03 -> 5.05.00; switch homepage
* bisoncpp: init at 6.04.00
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-11 18:20:39 +00:00
Nick Hu
4d8adccab6
tree-sitter: update grammars
2020-11-09 18:42:17 +00:00
Nick Hu
a63c72212c
tree-sitter: macOS compatibility
2020-11-09 18:41:51 +00:00
Nick Hu
aea7f1b540
tree-sitter: make shared/static libraries configurable
2020-11-09 18:41:20 +00:00
Guillaume Bouchard
2de3de4631
antlr: 4.7 -> 4.8
2020-11-04 15:26:29 -08:00
Cole Mickens
562eaafd36
tree-sitter: 0.17.1 -> 0.17.3; run make install
2020-11-04 06:16:13 -08:00
R. RyanTM
51a5874231
byacc: 20200330 -> 20200910
2020-11-02 08:08:54 -08:00
Profpatsch
bb8758a533
Merge pull request #100504 from teto/treesitter_lua
...
Treesitter lua
2020-10-16 14:43:46 +02:00
Matthieu Coudron
29e5f73fa8
tree-sitter.grammars.lua: init
2020-10-14 16:42:23 +02:00
Matthieu Coudron
b7b62de54d
tree-sitter: 0.16.9 -> 0.17.1
2020-10-14 16:42:20 +02:00
Mario Rodas
d73759820e
Merge pull request #98918 from r-ryantm/auto-update/bison
...
bison: 3.7.1 -> 3.7.2
2020-10-04 15:06:35 -05:00
R. RyanTM
4ab0c62258
bison: 3.7.1 -> 3.7.2
2020-09-27 06:07:19 +00:00
Matthieu Coudron
be4832848d
tree-sitter.grammars: compile scanner.cc if exists
...
otherwise neovim's treesitter fails with for instance:
`undefined symbol: tree_sitter_bash_external_scanner_create`
2020-09-22 21:30:43 +02:00
Matthieu Coudron
51b854a254
tree-sitter.grammars: update
...
initialize php grammar too.
2020-09-22 14:58:47 +02:00
Matthieu Coudron
57597f6050
tree-sitter: 0.16.4 -> 0.16.9
2020-09-22 14:54:58 +02:00
Gabriel Ebner
bc9760b842
emscripten: precompile libc, etc.
2020-08-29 13:02:55 +02:00
Gabriel Ebner
ed55513a4f
tree-sitter: fix build
2020-08-28 21:00:19 +02:00
Frederik Rietdijk
0ac85bc455
Merge master into staging-next
2020-08-17 14:54:39 +02:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
R. RyanTM
aec3c76dca
bison: 3.6.4 -> 3.7.1
2020-08-14 21:28:08 +02:00
Matthew Bauer
d0677e6d45
treewide: add warning comment to “boot” packages
...
This adds a warning to the top of each “boot” package that reads:
Note: this package is used for bootstrapping fetchurl, and thus cannot
use fetchpatch! All mutable patches (generated by GitHub or cgit) that
are needed here should be included directly in Nixpkgs as files.
This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
R. RyanTM
0a5fd4c12e
bison: 3.6.3 -> 3.6.4
2020-07-06 07:42:31 +02:00
R. RyanTM
dc906cbe92
bison: 3.6.2 -> 3.6.3
2020-06-19 11:06:59 +02:00
R. RyanTM
6af533e456
bison: 3.5.4 -> 3.6.2
2020-05-20 04:58:42 +00:00
Fabian Möller
3cd6970658
jshon: fix musl build
2020-05-07 09:43:35 +02:00
Fabian Möller
f2b1359848
jshon: 20160111.2 -> 20170302
2020-05-06 20:31:27 +02:00
Martin Milata
7263c895ed
re2c: add patch for CVE-2020-11958
...
https://nvd.nist.gov/vuln/detail/CVE-2020-11958
2020-05-01 08:51:55 +02:00
Martin Milata
2e9c802cee
re2c: 1.2.1 -> 1.3
2020-05-01 08:51:55 +02:00
Lancelot SIX
6c162416ca
bison: 3.5.2 -> 3.5.4
2020-04-21 08:40:37 +02:00
markuskowa
e18bb6fa83
Merge pull request #84340 from r-ryantm/auto-update/byacc
...
byacc: 20191125 -> 20200330
2020-04-20 19:03:13 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
d7e7130f64
bison: 3.5.1 -> 3.5.2
2020-04-05 13:50:30 +02:00
R. RyanTM
17b5600bf7
byacc: 20191125 -> 20200330
2020-04-05 11:44:28 +00:00
Matthieu Coudron
53ae5f76a2
tree-sitter.builtGrammars: build parser libraries
...
except for typescript that provokes an error.
These libraries can be used on neovim 0.5 for instance.
2020-03-06 08:01:35 +01:00
Benjamin Hipple
9131efe52d
tree-sitter: 0.15.7 -> 0.16.4
...
Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975 ,
and gets the web assembly portion to compile successfully.
Fixes #75863
2020-02-15 00:33:54 -05:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
R. RyanTM
27cac321d4
bison: 3.5 -> 3.5.1
2020-02-09 09:00:48 +01:00
Luka Blaskovic
95c198a8ae
bison2: remove
2020-01-13 21:35:19 +00:00
Frederik Rietdijk
828f93a326
Merge master into staging-next
2020-01-05 16:00:21 +01:00
markuskowa
88810a55bf
Merge pull request #76235 from r-ryantm/auto-update/byacc
...
byacc: 20191119 -> 20191125
2020-01-04 14:18:23 +01:00
R. RyanTM
d6a5d28a4c
bison: 3.4.2 -> 3.5
2019-12-31 09:21:08 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
R. RyanTM
e5917771b8
byacc: 20191119 -> 20191125
2019-12-23 00:47:25 -08:00
R. RyanTM
053f6ffd2a
byacc: 20190617 -> 20191119
2019-11-25 08:47:07 -08:00
Sergei Trofimovich
697429c98a
re2c: enable parallel building, enable tests
...
Parallel builds speed up building considerably.
Tests don't add much of an overhead.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-10-12 08:57:21 -05:00
Sergei Trofimovich
7ebe962177
re2c: 1.0.3 -> 1.2.1
2019-10-12 08:57:21 -05:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Christine Koppelt
854c969b57
add missing meta data
2019-10-08 20:54:38 +02:00
Frederik Rietdijk
a0c34f54cc
Merge master into staging-next
2019-10-08 11:56:52 +02:00
Jonathan Ringer
23d3a0269a
antlr4: 4.7.1 -> 4.7.2
2019-09-29 03:14:22 -07:00
Will Dietz
b86f9d6d46
bison: 3.4.1 -> 3.4.2, bugfix release ( #68734 )
2019-09-16 10:58:43 -04:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
...
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.
Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Profpatsch
ffbad0f656
tree-sitter: init at 0.15.7
2019-08-24 15:13:47 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
1d88c43d7c
Merge pull request #63990 from r-ryantm/auto-update/byacc
...
byacc: 20180609 -> 20190617
2019-08-10 21:53:32 +02:00
Florian Peter
cb5b65c62a
antlr: add library outputs to 3.5.2
2019-08-11 02:11:32 +08:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
R. RyanTM
575cf7813f
byacc: 20180609 -> 20190617
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/byacc/versions
2019-07-01 01:04:10 -07:00
Frederik Rietdijk
f1bf93eb8e
bison: 3.3.2 -> 3.4.1
2019-06-15 19:06:37 +02:00
Mario Rodas
429d71d520
ragelDev: 7.0.0.11 -> 7.0.0.12
2019-05-25 04:20:00 -05:00
Maximilian Bosch
2169faee8b
byacc: resulting binary should be named byacc
2019-05-10 07:50:24 +02: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
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
Will Dietz
b3d8b2d6ec
bison: 3.3.1 -> 3.3.2
...
http://lists.gnu.org/archive/html/bison-announce/2019-02/msg00000.html
2019-02-03 22:54:03 -06:00
Will Dietz
5ef89ae605
bison: 3.3 -> 3.3.1
...
https://lists.gnu.org/archive/html/bison-announce/2019-01/msg00003.html
2019-01-27 10:26:13 -06:00
Will Dietz
ecce13ef44
bison: 3.2.4 -> 3.3
...
https://lists.gnu.org/archive/html/bison-announce/2019-01/msg00002.html
2019-01-26 12:22:51 -06:00
Will Dietz
cbd17f5821
bison: 3.2.2 -> 3.2.4
...
3.2.3: https://lists.gnu.org/archive/html/bison-patches/2018-12/msg00049.html
3.2.4: https://lists.gnu.org/archive/html/bison-patches/2018-12/msg00068.html
2018-12-29 13:44:47 -06:00
R. RyanTM
c859f30143
bison: 3.2.2 -> 3.2.3 ( #52920 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bison/versions
2018-12-29 20:24:10 +01:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Will Dietz
84634a3b91
bison: 3.2.1 -> 3.2.2
2018-11-23 17:07:55 -06:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01: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
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
Markus Kowalewski
3455f378c9
peg: add license
2018-11-08 20:54:07 +01:00
R. RyanTM
d47f732428
bison: 3.0.5 -> 3.1 ( #45843 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
bison
2018-09-27 21:05:13 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Markus Kowalewski
f9a1aef084
flex: add license
2018-08-16 21:51:07 +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
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Benjamin Hipple
34d7a370c1
antlr: fix license
...
See #43716
2018-08-11 13:43:56 +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
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 Tojnar
f07203656b
antlr4_7.runtime.cpp: init at 4.7.1
2018-08-09 17:36:50 +02:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03: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
John Ericson
25348b27c5
flex: Clean up to use less bash
2018-08-02 15:12:45 -04:00
John Ericson
1833a04aed
flex: Don't use crossAttrs
2018-07-24 19:40:46 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
a4476912f8
Merge pull request #42722 from thefloweringash/bison2-darwin
...
bison2: Fix Darwin runtime crash
2018-07-05 11:42:39 -04:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging
2018-06-30 01:41:59 +02:00
Will Dietz
a8ae782cac
bison: 2.7 -> 2.7.1 ( #42726 )
...
https://lists.gnu.org/archive/html/info-gnu/2013-04/msg00007.html
Been available for a while (2013), but seems good idea to update.
2018-06-28 23:34:52 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Andrew Childs
f29fa2098c
bison2: Fix Darwin runtime crash
2018-06-28 18:06:25 +09:00
R. RyanTM
98030eee15
byacc: 20180525 -> 20180609
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/byacc/versions .
These checks were done:
- built on NixOS
- /nix/store/rngxfbcnpk0n5v16msm7dhg609xfg5jp-byacc-20180609/bin/yacc 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 20180609 with grep in /nix/store/rngxfbcnpk0n5v16msm7dhg609xfg5jp-byacc-20180609
- directory tree listing: https://gist.github.com/a6550f00724283aca52496de32c95794
- du listing: https://gist.github.com/85e15144de69a0381160d89701d1b858
2018-06-14 16:27:01 -07:00
Vladimír Čunát
52fdec3c1d
bison: drop non-applying patch on Darwin
...
The Darwin case seems newly fixed in the tarballs now.
Beware: the affected file is *not* in bison's git repo (gitignored),
but it is in tarballs and is used during build (yummy!)
2018-06-02 11:33:22 +02:00
Orivej Desh
4b2735fd9f
Merge branch 'master' into staging
...
* master: (153 commits)
coqPackages.contribs.aac-tactics: enable for Coq 8.7 and 8.8 (#41351 )
haskell.packages.ghcjs.terminfo: Bump version (#41337 )
nixos/mpd: allow services.mpd.dbFile to be null
prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363 )
tdesktopPackages.preview: 1.2.24 -> 1.3.0
signal-desktop: Refactor the package description
rrootage: init at 0.23a
bulletml: init at 0.0.6
signal-desktop: Fix a possible crash when saving an attachment
linux_rpi: More downstream device tree name fixups
nixos/sd-image-raspberrypi: Support Raspberry Pi Zero
U-Boot: Add ubootRaspberryPiZero variant
U-Boot: 2018.03 -> 2018.05
linux_rpi: 1.20171029 -> 1.20180417
raspberrypifw: 1.20180328 -> 1.20180417
scite: 3.7.5 -> 4.0.5 (#41345 )
neo4j: 3.3.4 -> 3.4.0 (#41338 )
bat: 0.3.0 -> 0.4.1 (#41348 )
perlPackages.Git: init at 0.42
nodePackages_8_x.pnpm: wrap nodejs.passthru.python
...
2018-06-01 17:44:35 +00:00
R. RyanTM
0fbc3451ef
byacc: 20180510 -> 20180525 ( #41304 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/byacc/versions .
These checks were done:
- built on NixOS
- /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525/bin/yacc 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 20180525 with grep in /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525
- directory tree listing: https://gist.github.com/fffd356f1d450bf13fc3f2bf8a8f5304
- du listing: https://gist.github.com/3e8f1a51d1e20db022ff93cedc85b5a7
2018-05-31 21:47:30 +02:00
R. RyanTM
42e18cf6d1
bison: 3.0.4 -> 3.0.5 ( #41302 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/bison/versions .
These checks were done:
- built on NixOS
- /nix/store/q481pyq4xd66jis7wdcfjy3dldch0vwl-bison-3.0.5/bin/bison passed the binary check.
- /nix/store/q481pyq4xd66jis7wdcfjy3dldch0vwl-bison-3.0.5/bin/yacc passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 3.0.5 with grep in /nix/store/q481pyq4xd66jis7wdcfjy3dldch0vwl-bison-3.0.5
- directory tree listing: https://gist.github.com/76c5b3a38b02115e31a48c51785d1bd3
- du listing: https://gist.github.com/566dbfdfcc7a89fa9cd11d1ddf49935c
2018-05-31 19:56:38 +02:00
Jan Malakhovski
ad35019501
Merge branch 'master' into staging
...
Fixed conflicts:
- lib/systems/for-meta.nix: in favor of staging
- pkgs/os-specific/darwin/xcode/default.nix: in favor of master
2018-05-26 00:20:17 +00:00
Pascal Wittmann
9dc009926f
ragel: 7.0.0.10 -> 7.0.0.11
2018-05-24 22:16:00 +02:00
John Ericson
01a525b84e
Merge remote-tracking branch 'upstream/master' into staging
2018-05-14 13:31:20 -04:00
R. RyanTM
b7a0f37c0d
byacc: 20170709 -> 20180510 ( #40499 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/byacc/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 20180510 with grep in /nix/store/z8i5f145zpz750hvcbjlncy8kqak8zv2-byacc-20180510
- directory tree listing: https://gist.github.com/328d2b1900cfb911e7567cabf95d80c3
- du listing: https://gist.github.com/cc161fe31193017387ae25b64829aaf2
2018-05-14 17:03:17 +02:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
Matthew Bauer
e51405db3e
antlr: supports darwin
2018-04-09 18:35:34 -05:00
Andrew Chambers
68639325de
peg: 0.1.4 -> 0.1.18
2018-04-09 12:26:01 +12:00
Daiderd Jordan
319c61c893
ragel: fix clang build
...
/cc ZHF #36454
2018-03-25 14:41:08 +02:00
Matthew Bauer
7e59fd5b84
antlr4: 4.7 -> 4.7.1
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun -h` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun --help` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun help` got 0 exit code
- found 4.7.1 with grep in /nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1
2018-03-17 03:53:53 -05:00
Jan Malakhovski
7079e744d4
Merge branch 'master' into staging
...
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):
pkgs/development/libraries/epoxy/default.nix
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/python-modules/asgiref/default.nix
pkgs/development/python-modules/daphne/default.nix
pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Ryan Mulligan
b402f4fc59
jshon: 20140712 -> 20160111.2
...
Semi-automatic update. These checks were done:
- built on NixOS
- ran `/nix/store/pdxydl7lg0pbpcmh2332yygbb7b4vbq2-jshon-20160111.2/bin/jshon help` got 0 exit code
- found 20160111.2 in filename of file in /nix/store/pdxydl7lg0pbpcmh2332yygbb7b4vbq2-jshon-20160111.2
2018-03-08 20:38:10 -08:00
Ryan Mulligan
2493064a05
re2c: 0.16 -> 1.0.3
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c -h` got 0 exit code
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c --help` got 0 exit code
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c help` got 0 exit code
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c -V` and found version 1.0.3
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c -v` and found version 1.0.3
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c --version` and found version 1.0.3
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c version` and found version 1.0.3
- ran `/nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3/bin/re2c help` and found version 1.0.3
- found 1.0.3 with grep in /nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3
- found 1.0.3 in filename of file in /nix/store/nakhmqvpq4y9jdqs0n974wqmasvsypp9-re2c-1.0.3
cc "@thoughtpolice"
2018-03-01 16:24:52 +01:00
Will Dietz
cafe25224f
flex: review feedback
...
* top-level attributes, not crossAttrs
* use depsBuildBuild
2018-01-22 18:44:42 -06:00
Will Dietz
67be78f129
flex: patch around attempt to regen manpage, fix cross
2018-01-22 16:51:31 -06:00
Ben Gamari
715fcb4266
flex: Don't disable static while cross-compiling flex
...
linux-pam appears to rely on this while cross-compiling.
(cherry picked from commit 4009dd163ac30cd25833bf7eb19b5e26e75c474f)
2018-01-22 16:51:30 -06:00
Ben Gamari
e6f9e82ee4
flex: Use native dependencies where applicable
...
Flex needs both a C compiler for the build environment, as well as a native m4.
(cherry picked from commit 81827c0084c1a69e41894a4d38b0c0b267eaff34)
2018-01-22 16:51:30 -06:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Will Dietz
94f06c8868
byacc: 20170201 -> 20170709
...
http://invisible-island.net/byacc/CHANGES.html#t20170709
2018-01-02 12:31:33 -06:00
Will Dietz
19f1fd14b3
invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftp
...
FTP URL's should use ftp.invisible-island.net.
2018-01-02 12:31:33 -06:00
Pascal Wittmann
f63c21569f
Fix homepage links (see #30636 )
2017-11-11 17:36:48 +01:00
Vladimír Čunát
3562c2cfa7
flex: add notes about the glibc-2.26 patch
2017-11-06 19:25:14 +01:00
Vladimír Čunát
6535f0bca6
flex: fix with glibc-2.26
...
It caused segfaults, e.g. when building doxygen.
2017-11-06 19:20:21 +01:00
Piotr Bogdan
8904ce343a
fix source root locations.
...
These have changed following commit
c3255fe8ec
.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Vincent Laporte
b9d276bf4c
antlr4: enable more platforms
2017-10-10 07:21:58 +00:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson
e5567bae2d
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
...
Bootstrap tools has since been bumped
2017-09-14 10:27:13 -04:00
John Ericson
252b36a28d
misc pkgs: Recategorize some dependencies
2017-09-05 11:37:10 -04:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk
740d76371e
Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD
2017-07-31 09:12:15 +02:00
Vladimír Čunát
25c762f2bc
flex-2.5.35: switch source URL
2017-07-30 09:46:13 +02:00
Franz Pletz
5e08c4a2cd
flex: 2.6.3 -> 2.6.4
2017-07-29 19:51:15 +02:00
volth
d50437ba3e
flex_2_5_35: fix 404
2017-07-29 19:01:07 +02:00
Dan Peebles
0419452113
Fix Darwin stdenv to work on 10.13
...
The main changes are in libSystem, which lost the coretls component in 10.13
and some hardening changes that quietly crash any program that uses %n in
a non-constant format string, so we've needed to patch a lot of programs that
use gnulib.
2017-07-11 21:56:38 -04:00
Peter Hoeg
f2be840e98
re2c: minor cleanup
2017-07-09 22:43:38 +08:00