Commit Graph

63896 Commits

Author SHA1 Message Date
Dmitry Kalinkin
0a312a356c
root5: fix for gcc10 2021-09-01 07:14:56 -04:00
Matthieu Coudron
b4e6ec08f4
Merge pull request #134336 from teto/luarocks-rockspec-relpath
lua updater: support in-repo rockspecs
2021-09-01 10:31:14 +02:00
Sandro
93b0f6be13
Merge pull request #136351 from serokell/zhenya/danger-gitlab 2021-09-01 10:18:12 +02:00
Nick Cao
83b48cc589
caddy: build with default go and fix tests 2021-09-01 15:15:50 +08:00
Zhenya Vinogradov
e444a24b0e danger-gitlab: init at 8.0.0 2021-09-01 08:39:22 +03:00
(cdep)illabout
2fe1993baa
termonad: add meta.mainProgram to easily run with flakes
This also adds a top-level `termonad` alias for
`termonad-with-packages`.
2021-09-01 14:03:51 +09:00
github-actions[bot]
5f6b37f57e
Merge master into haskell-updates 2021-09-01 00:07:34 +00:00
Mario Rodas
4ab6df39c4 sqls: init at 0.2.19 2021-09-01 00:04:20 +00:00
Luflosi
9c1c61ca7a
python3Packages.certauth: init at 1.3.0 2021-09-01 00:36:05 +02:00
Jack Cummings
67247c113e bluespec: unstable-2021.03.29 -> 2021.07 2021-08-31 16:53:58 -05:00
Robert Hensing
0374e294a5
Merge pull request #136267 from hercules-ci/fix-pkgs-appendOverlays-otherPackageSets-interaction
Fix interaction between appendOverlays and otherPackageSets
2021-08-31 19:14:42 +02:00
Sandro Jäckel
0a8c01cfdf
cope: init at unstable-2021-01-29 2021-08-31 17:49:54 +02:00
Sandro Jäckel
6032a2af13
perlPackages.IOStty: init 0.04 2021-08-31 17:48:49 +02:00
Harsh Shandilya
65be0edee5 git-branchless: add support for Darwin builds 2021-08-31 15:30:09 +00:00
Vanilla
7a750b53e5
pipes-rs: init at 1.4.4 2021-08-31 17:17:56 +08:00
Robert Hensing
eb8e943493 Fix interaction between appendOverlays and otherPackageSets
The comment

    a dirty hack that should be removed

has led me to believe that nixpkgsFun isn't the right solution,
but bypassing it is worse, because it creates a second, inner
overriding mechanism that doesn't pass its changes to the old,
outer overriding mechanism.

Before this change:

    nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).foobarbaz
    "ok"

    nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
    error: attribute 'foobarbaz' missing

           at «string»:1:1:

                1| ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
                 | ^
                2|

After this change:

    nix-repl> ((import ./. {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
    "ok"

Thanks to samueldr for discovering this problem.
2021-08-31 09:18:08 +02:00
github-actions[bot]
100003e8ce
Merge master into haskell-updates 2021-08-31 00:09:17 +00:00
happysalada
f9321de0f3 elk7: 7.5.1 -> 7.10.2
Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/servers/search/elasticsearch/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>

Update pkgs/development/tools/misc/kibana/7.x.nix

Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
Joseph Crail
db4b3ef15a
dwz: init at 0.14 (#136078) 2021-08-30 18:27:43 -05:00
Alyssa Ross
8bfb576250 linux_latest: 5.13.13 -> 5.14 2021-08-30 20:25:18 +00:00
Alyssa Ross
5ad9e2a74b linuxPackages.akvcam: 1.2.0 -> 1.2.2
The qmake-based build didn't seem to work any more, but there's a
Kbuild-based build system available anyway, so let's just switch to
that and save a dependency.

Also clarify license.
2021-08-30 19:20:08 +00:00
Anderson Torres
eafb05087a
Merge pull request #135944 from AndersonTorres/new-uxn
uxn: init at 0.0.0+unstable=2021-08-27
2021-08-30 15:16:55 -03:00
AndersonTorres
71af4f6ab1 uxn: init at 0.0.0+unstable=2021-08-27 2021-08-30 01:02:49 -03:00
github-actions[bot]
423e1eaafd
Merge master into haskell-updates 2021-08-30 00:06:11 +00:00
Fabian Affolter
a7785bf1fd
Merge pull request #135735 from figsoda/genact
genact: init at 0.11.0
2021-08-29 23:02:37 +02:00
Matthieu Coudron
5b73af6f5b update-luarocks-packages: support in-repo rockspecs
to handle derivations that are not registered or updated on
luarocks.org, for instance neovim plugins.
2021-08-29 19:39:42 +02:00
Philipp Bartsch
c8624013d3 cozy: rename directory and drop unused argument
Suggestions by @mweinelt and @r-rmcgibbo.
2021-08-29 18:15:10 +02:00
Domen Kožar
6f1242469a ghc: 8.10.5-binary -> 8.10.7-binary 2021-08-29 15:29:27 +02:00
Mario Rodas
f5889e2180
Merge pull request #134561 from r-ryantm/auto-update/sentry-cli
sentry-cli: 1.66.0 -> 1.68.0
2021-08-29 01:31:43 -05:00
Jan Tojnar
882899981d qgnomeplatform: 0.6.1 → 0.8.0
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.7.0
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.7.1
- https://github.com/FedoraQt/QGnomePlatform/releases/tag/0.8.0
2021-08-29 04:25:07 +02:00
github-actions[bot]
e96f5aea47
Merge master into haskell-updates 2021-08-29 00:06:33 +00:00
Ryan Burns
5e72b0a076 fossil: 2.15.1 -> 2.16
For CVE-2021-36377

Add enableDeserialize option to sqlite,
which is required to build fossil v2.16+.
2021-08-28 12:42:41 -07:00
sternenseemann
a008c419dd haskell.compiler.ghc921: provide xattr on darwin
GHC 9.2.1-rc1 needs to run xattr in ghc.mk unconditionally. The fix for
this and support for the XATTR environment variable have only been added
to the GHC 8.10 series so far.
2021-08-28 16:17:21 +02:00
sternenseemann
b756d62d8d haskell.compiler.ghcHEAD: provide xattr on darwin
This darwin specific tool is required for GHC on master
nowadays. Unfortunately the XATTR environment variable only works in the
GHC 8.10 series.
2021-08-28 16:17:21 +02:00
sternenseemann
a0142cc3cc Merge remote-tracking branch 'origin/master' into haskell-updates 2021-08-28 14:45:41 +02:00
figsoda
9346229902 inferno: init at 0.10.6 2021-08-28 21:38:51 +09:00
Domen Kožar
09818c59fa
Merge pull request #135345 from prusnak/ghc-aarch64-darwin
ghc: enable build on aarch64-darwin (aka Apple Silicon)
2021-08-28 13:10:55 +02:00
Pavol Rusnak
e0b89affa0 haskellPackages: fix ghc build on aarch64-darwin
by adding autoSignDarwinBinariesHook to nativeBuildInputs
2021-08-28 12:54:06 +02:00
Domen Kožar
8b34c96c58
Merge pull request #135989 from veprbl/pr/bear_darwin_fix
bear: fix on x86_64-darwin
2021-08-28 09:07:34 +02:00
Domen Kožar
a19c858868
Merge pull request #135725 from reckenrode/waifu2x-darwin
waifu2x-converter-cpp: Add support for Darwin
2021-08-28 09:06:29 +02:00
Dmitry Kalinkin
d9887396d5
Merge pull request #135833 from dbirks/add-shepherd
shepherd: init at 1.14.1
2021-08-28 02:52:06 -04:00
misuzu
b0daf8fb06
remarshal: use toPythonApplication (#135897)
* remarshal: use toPythonApplication

* Update pkgs/development/python-modules/remarshal/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-28 03:01:48 +02:00
Dmitry Kalinkin
e2e44d9b5c
bear: fix on x86_64-darwin 2021-08-27 20:22:27 -04:00
github-actions[bot]
c85c717e9b
Merge master into haskell-updates 2021-08-28 00:05:53 +00:00
Mario Rodas
55db199650 akku: init at 1.1.0 2021-08-28 00:04:20 +00:00
Mario Rodas
7a9526d433 sentry-cli: fix build on Darwin 2021-08-28 00:04:20 +00:00
Mario Rodas
87e41eca9c python39Packages.youtube-search-python: init at 1.4.7 2021-08-28 00:04:20 +00:00
Sandro
1970994604
Merge pull request #135952 from Artturin/vintagestory
vintagestory: init at 1.15.5
2021-08-28 01:52:21 +02:00
Sandro
a0318d11c4
Merge pull request #129972 from KAction/terminal-colors
terminal-colors: init at 3.0.1
2021-08-28 01:30:56 +02:00
Fabian Affolter
f34c35c6dc cloudlist: init at 0.0.1 2021-08-28 00:16:39 +02:00
Sandro Jäckel
00682a56b9
perlPackages.IOPty: init at 1.16 2021-08-27 23:48:01 +02:00
Dmitry Bogatov
3ef54d2032 terminal-colors: init at 3.0.1 2021-08-27 17:10:05 -04:00
Artturin
176705c295 vintagestory: init at 1.15.5 2021-08-27 23:13:13 +03:00
maralorn
354752c682
Merge pull request #135838 from sternenseemann/ghc-8.10.7
ghc: 8.10.6 -> 8.10.7
2021-08-27 19:34:38 +02:00
Fabian Affolter
70f04de8fb
Merge pull request #135764 from FabianGD/init/anybadge
python3Packages.anybadge: init at 1.7.0
2021-08-27 16:09:54 +02:00
Guillaume Girol
6ba20fa087 ocamlPackages.pp: init at 1.1.2 2021-08-27 13:38:37 +02:00
Mihai Fufezan
61ea3fe636 ocamlPackages.rfc7748: init at 1.0 2021-08-27 12:00:16 +02:00
Mihai Fufezan
843eebbd8e ocamlPackages.noise: init at 0.2.0 2021-08-27 12:00:16 +02:00
Mihai Fufezan
dd37bf5d75 ocamlPackages.chacha: init at 1.0.0 2021-08-27 12:00:16 +02:00
Mihai Fufezan
38927fac53 ocamlPackages.callipyge: init at 0.2 2021-08-27 12:00:16 +02:00
Thomas Sean Dominic Kelly
e21c64bbf1 perlPackages.DataSectionSimple: init at 0.07 2021-08-27 09:51:25 +01:00
Thomas Sean Dominic Kelly
42c17f7341 perlPackages.TestSnapshot: init at 0.06 2021-08-27 09:51:25 +01:00
Thomas Sean Dominic Kelly
67bcf059a2 perlPackages.BarcodeZBar: init at 0.04pre 2021-08-27 09:51:22 +01:00
Fabian Affolter
30ba872947
Merge pull request #135715 from figsoda/ttyper
ttyper: init at 0.2.5
2021-08-27 09:55:08 +02:00
Fabian G. Dröge
1f7711f0dd python3Packages.anybadge: init at 1.7.0 2021-08-27 07:49:52 +02:00
toastal
755b77f858 soupault: init at 3.1.0 2021-08-27 07:43:08 +02:00
Akshay
2fe4420941 ocamlPackages.ocaml-print-intf: init at 1.2.0 2021-08-27 07:38:37 +02:00
github-actions[bot]
2b967ea234
Merge master into haskell-updates 2021-08-27 00:06:46 +00:00
Michael Raskin
7c3be098d3
Merge pull request #133217 from yu-re-ka/feature/emscripten-2-0-26
emscripten: 2.0.10 -> 2.0.26
2021-08-26 23:08:02 +00:00
sternenseemann
9eca744cc0 ghc: 8.10.6 -> 8.10.7
https://www.haskell.org/ghc/download_ghc_8_10_7.html
2021-08-27 00:42:51 +02:00
Sandro
7f70726259
Merge pull request #134878 from r-ryantm/auto-update/python3.8-virtualenv-clone 2021-08-26 22:20:36 +02:00
Sandro
76f2e1966f
Merge pull request #133767 from thomasSDK/bump-ExtUtilsMakeMaker
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
2021-08-26 22:07:40 +02:00
David Birks
3bce5c2f41
shepherd: init at 1.14.1 2021-08-26 16:02:02 -04:00
Martin Weinelt
252669adcc virtualenv, virtualenv-clone: add top-level attributes 2021-08-26 20:49:31 +02:00
Martin Weinelt
7e1cdd2548
Merge pull request #133504 from Luis-Hebendanz/fix_firefox2
firefox: Added checks for new addon behaviour since v91
2021-08-26 19:51:08 +02:00
Joachim Breitner
a825afdc3e ocamlPackages.vlq: init at 0.2.1 2021-08-26 14:11:44 +02:00
Stig
49a044a885
Merge pull request #135742 from zakame/updates/perl-Future-AsyncAwait-0.52
perlPackages.FutureAsyncAwait: 0.49 -> 0.52
2021-08-26 13:50:43 +02:00
Stig
3ae001ee0f
Merge pull request #135741 from zakame/updates/perl-XS-Parse-Sublike-0.12
perlPackages.XSParseSublike: 0.10 -> 0.12
2021-08-26 13:48:21 +02:00
Stig
d6139bad5b
Merge pull request #135739 from zakame/updates/perl-XS-Parse-Keyword-0.12
perlPackages.XSParseKeyword: 0.06 -> 0.12
2021-08-26 13:37:33 +02:00
Paul-Nicolas Madelaine
6e758d0e81 fstar: 0.9.6.0 -> 2021.07.31 2021-08-26 13:36:29 +02:00
Luka Blaskovic
fff205f4a3 neovim: use luajit on aarch64-darwin 2021-08-26 09:15:32 +00:00
Bruno Bzeznik
a4127fa943 hp2p: init at 3.3 2021-08-26 11:03:54 +02:00
Zak B. Elep
89c84c4dc5 perlPackages.FutureAsyncAwait: 0.49 -> 0.52 2021-08-26 11:19:23 +08:00
Zak B. Elep
1f1357e20e perlPackages.XSParseSublike: 0.10 -> 0.12 2021-08-26 11:15:45 +08:00
Zak B. Elep
356ef3579b perlPackages.XSParseKeyword: 0.06 -> 0.12 2021-08-26 11:12:18 +08:00
davidak
8388b038a8
Merge pull request #133413 from jpetrucciani/add_ossutil
ossutil: init at 1.7.6
2021-08-26 04:34:06 +02:00
figsoda
448983cc4d genact: init at 0.11.0 2021-08-25 22:29:33 -04:00
Fabian Affolter
508bb7f42e python3Packages.prometheus-client: rename and enable tests 2021-08-26 02:17:10 +02:00
Randy Eckenrode
bf27bf0909
waifu2x-converter-cpp: Enable build on Darwin 2021-08-25 20:14:13 -04:00
github-actions[bot]
faa97c56dc
Merge master into haskell-updates 2021-08-26 00:06:00 +00:00
0x4A6F
d1f93e7bc6 gst: init at 5.0.4 2021-08-25 19:55:25 -04:00
Silvan Mosberger
e0257de95b
Merge pull request #135698 from helsinki-systems/fix/beam_nox
beam_nox: actually disable wxSupport
2021-08-26 01:54:05 +02:00
figsoda
a8f5a5ec02 ttyper: init at 0.2.5 2021-08-25 19:34:38 -04:00
Sandro
d960a8c60f
Merge pull request #135703 from figsoda/runiq 2021-08-26 01:18:02 +02:00
figsoda
3b81e5c7c4 dutree: init at 0.2.18 2021-08-25 18:10:15 -04:00
figsoda
6ea5813ff0 runiq: init at 1.2.1 2021-08-25 17:12:29 -04:00
ajs124
a995293358 beam_nox: actually disable wxSupport 2021-08-25 21:55:10 +02:00
Stig
6248814b68
Merge pull request #135664 from zakame/contrib/perl-File-lchown-fix-build-on-Darwin
perlPackages.Filelchown: fix build on Darwin
2021-08-25 15:24:49 +02:00
Noé Tarbouriech
b35a0c79f5
StarUML: 2.8.1 -> 4.0.1 (#135599)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-25 15:14:45 +02:00
Stig
fab904ffa4
Merge pull request #135666 from thomasSDK/bump-perlPackages.Graph
perlPackages.Graph: 0.9712 -> 0.9722
2021-08-25 14:39:23 +02:00
Thomas Sean Dominic Kelly
d16075b4c5 perlPackages.Graph: 0.9712 -> 0.9722 2021-08-25 13:24:45 +01:00
Stig
792eb07e54
Merge pull request #135653 from zakame/updates/perl-ExtUtils-CChecker-0.11
perlPackages.ExtUtilsCChecker: 0.10 -> 0.11
2021-08-25 14:20:09 +02:00
Zak B. Elep
edca4b029f perlPackages.Filelchown: fix build on Darwin 2021-08-25 20:06:04 +08:00
Sandro
0f0bce7c43
Merge pull request #134352 from astro/collectd 2021-08-25 13:57:24 +02:00
Sandro
6c3207cd62
Merge pull request #135534 from bzizou/mpldatacursor
python39packages.mpldatacursor: init at 0.7.1
2021-08-25 13:37:31 +02:00
Sandro
f9d4579b0e
Merge pull request #135435 from SuperSandro2000/google 2021-08-25 13:15:39 +02:00
Luka Blaskovic
d5fe0d2b6e Revert "luajit_openresty: init"
This reverts commit 0b467dfa95.
2021-08-25 10:33:56 +00:00
Luka Blaskovic
20b48c3727 Revert "neovim: use luajit_openresty on aarch64-darwin"
This reverts commit fb5156c0e8.
2021-08-25 10:33:48 +00:00
Sandro Jäckel
3b7677852a
python39Packages.tesnorboard-data-server: init at 0.6.1 2021-08-25 12:31:15 +02:00
Astro
4dacd7461f collectd: move IOKit input to all-packages.nix 2021-08-25 12:03:19 +02:00
Zak B. Elep
af0205cac7 perlPackages.ExtUtilsCChecker: 0.10 -> 0.11 2021-08-25 17:20:32 +08:00
Bruno Bzeznik
8349ef5050 python39packages.mpldatacursor: init at 0.7.1 2021-08-25 08:56:14 +02:00
Silvan Mosberger
02f85b8ab8
Merge pull request #135450 from Infinisil/erlang-fixpoint
Erlang package set improvements
2021-08-25 04:08:43 +02:00
Sergei Trofimovich
0cc67d775f
ccache: 4.3 -> 4.4 (#135527)
Added `test.trim_dir` to exclude list on Darwin as reported by @r-burns.
2021-08-24 21:02:32 -04:00
github-actions[bot]
b10e8be3a5
Merge master into haskell-updates 2021-08-25 00:05:58 +00:00
Martin Weinelt
29cb3e0729
Merge pull request #135505 from NobbZ/google-cloud-sdk-gc-downgrade-python
google-cloud-sdk-gce: override python to 3.8
2021-08-25 01:55:03 +02:00
Maximilian Bosch
a674bfbff4
Merge pull request #135463 from mayflower/init-postfixadmin
postfixadmin: init at 3.3.10
2021-08-25 00:16:09 +02:00
Sandro
66210e63b0
Merge pull request #135584 from fabaff/regexploit
regexploit: init at 1.0.0
2021-08-24 23:50:51 +02:00
Robin Gloster
0eafc74d50
postfixadmin: init at 3.3.9 2021-08-24 23:46:06 +02:00
Sandro
67b6ad26b2
Merge pull request #135055 from yl3dy/pydmd 2021-08-24 23:29:41 +02:00
Sandro
0d5fdac964
Merge pull request #135485 from fabaff/mutf8
python3Packages.mutf8: init at 1.0.3
2021-08-24 23:04:36 +02:00
Sandro
9c927ebd4a
Merge pull request #135563 from fabaff/hy 2021-08-24 22:49:55 +02:00
Fabian Affolter
93ff529590 regexploit: init at 1.0.0 2021-08-24 20:41:53 +02:00
Pavol Rusnak
02c5e5173f
haskellPackages: introduce ghc8105Binary to enable aarch64-darwin bootstrap 2021-08-24 18:49:25 +02:00
Fabian Affolter
0f95daf2a4 python3Packages.hy: init at 1.0a3 2021-08-24 16:19:35 +02:00
Sandro
5e34e5eacd
rehex: 0.3.1 -> 0.3.91 (#135437)
* rehex: 0.3.1 -> 0.3.91

* Apply suggestions from code review
2021-08-24 15:32:28 +02:00
Sandro Jäckel
5dacb83085
python39Packages.google-cloud-audit-log: init at 0.1.0 2021-08-24 12:59:05 +02:00
Norbert Melzer
2e44dc9a9c google-cloud-sdk-gce: override python to 3.8
As the pytohn passed in py default seems to brreak the `boto` dependency.
2021-08-24 06:51:43 +02:00
github-actions[bot]
73cb916725
Merge master into haskell-updates 2021-08-24 00:06:19 +00:00
Martin Weinelt
53fdb18b41
Merge pull request #135302 from mweinelt/octoprint 2021-08-24 01:32:13 +02:00
Fabian Affolter
1b965cd210 python3Packages.mutf8: init at 1.0.3 2021-08-24 01:30:04 +02:00
Samuel Ainsworth
2b81dc4fb6 python-packages.nix: fix alphabetical order 2021-08-23 23:01:01 +00:00
Sandro
b3242ce090
Merge pull request #135458 from fabaff/changetower
changetower: init at 1.0
2021-08-23 23:09:51 +02:00
zowoq
928cee3856 gvproxy: init at 0.1.0 2021-08-24 06:59:20 +10:00
Sandro
229b10fc71
Merge pull request #135465 from fabaff/sx-go
sx-go: init at 0.4.0
2021-08-23 22:29:48 +02:00
Fabian Affolter
094fbf0626 sx-go: init at 0.4.0 2021-08-23 21:05:14 +02:00
sternenseemann
b83ae81600 haskell.compiler.ghc921: bootstrap using ghc8102BinaryMinimal on arm 2021-08-23 19:12:24 +02:00
Fabian Affolter
df723cf939 changetower: init at 1.0 2021-08-23 19:10:08 +02:00
jacobi petrucciani
919b365d14
ossutil: init at 1.7.6 2021-08-23 11:25:49 -04:00
Joe Hermaszewski
ea7f40ef09
Merge remote-tracking branch 'origin/master' into haskell-updates 2021-08-23 23:10:16 +08:00
Sandro
0c7db4b307
Merge pull request #135395 from em0lar/vouch-proxy-init
vouch-proxy: init at 0.32.0
2021-08-23 16:19:42 +02:00
Silvan Mosberger
2508d1e2a5 beamPackages: Deduplicate default package set
Previously there were two package sets for the default Erlang version,
beam.packages.erlang and beam.packages.erlangR24, which didn't share
their evaluation.

This commit fixes this by pointing the former to the latter. It also
introduces a `beam.defaultVersion` attribute which can be used to get or
set the default version to something other than `erlangR24`.
2021-08-23 16:06:41 +02:00
Sandro
e68ca27003
Merge pull request #135441 from happysalada/cargo_flash_darwin
cargo-flash: fix darwin build
2021-08-23 16:00:57 +02:00
Silvan Mosberger
914705b895 beamPackages: Use nixpkgs fixed-point instead of rec
Ensures that overlays are properly applied
2021-08-23 15:59:10 +02:00
happysalada
3e1c1d30b6 cargo-embed: fix darwin build 2021-08-23 22:31:03 +09:00
Leo Maroni
ab4f3c81c8
vouch-proxy: init at 0.32.0 2021-08-23 14:38:19 +02:00
happysalada
00ace5a483 cargo-flash: fix darwin build 2021-08-23 21:11:43 +09:00
Zak B. Elep
02977f089a perlPackages.Appcpm: 0.997000 -> 0.997006 2021-08-23 18:53:55 +08:00
Guillaume Bouchard
e0f7b04c2e ghc: add 9.2.1 (rc1) 2021-08-23 12:40:11 +02:00
Sandro
774ff352d5
Merge pull request #134974 from Mindavi/terminus/remove 2021-08-23 12:26:05 +02:00
Sandro
545fc025a9
Merge pull request #134949 from jecaro/add-inputplug 2021-08-23 12:20:22 +02:00
Stig
b43e2e5581
Merge pull request #135354 from zakame/contrib/perl-Module-cpmfile
perlPackages.Modulecpmfile: init at 0.002
2021-08-23 12:14:37 +02:00
Zak B. Elep
d56b0736c1 perlPackages.Modulecpmfile: init at 0.002 2021-08-23 10:57:02 +08:00
Zak B. Elep
ff93e34005 perlPackages.CPAN02PackagesSearch: init at 0.001 2021-08-23 10:50:54 +08:00
Martin Weinelt
9f99f6f7bf
python3Packages.zipstream-new: init at 1.1.8 2021-08-23 01:55:11 +02:00
Martin Weinelt
9ec7deee8b
python3Packages.immutabledict: init at 2.1.0 2021-08-23 01:55:11 +02:00
Sandro
cc176b9cd0
Merge pull request #135334 from xrelkd/add/commitlint
commitlint: init at 13.1.0
2021-08-22 23:15:30 +02:00
Samuel Ainsworth
426569a041 python3Packages.jax: init at 0.2.19 2021-08-22 20:39:04 +00:00
Samuel Ainsworth
1f8686373a python3Packages.jaxlib: init at 0.1.70 2021-08-22 20:37:42 +00:00
Sandro
00ca3a1fda
Merge pull request #132900 from PrivateStorageio/twisted-to-21.7.0 2021-08-22 22:29:24 +02:00
Luis-Hebendanz
d031843a1e firefox: Added checks for new addon behaviour since v91 2021-08-22 22:17:44 +02:00
xrelkd
31dd75c7e7 commitlint: init at 13.1.0 2021-08-23 03:57:52 +08:00
Sandro
9695eaeec8
Merge pull request #132598 from arezvov/openipmi
openipmi: add new package
2021-08-22 21:49:37 +02:00
Sandro
00f31216e0
Merge pull request #130396 from collares/sage-9.4
sage: 9.3 -> 9.4
2021-08-22 21:26:12 +02:00
Alexander Rezvov
5f67fc8e69
openipmi: init at 2.0.31 2021-08-22 21:21:55 +02:00
Sandro
2498647df4
Merge pull request #134316 from natto1784/premid
premid: init at 2.3.2
2021-08-22 21:18:07 +02:00
Mario Rodas
3f20ec7deb
Merge pull request #135317 from marsam/update-rubypackages
rubyPackages: update
2021-08-22 13:37:17 -05:00
Sandro
ab7abc8271
Merge pull request #93181 from dasj19/filtron 2021-08-22 20:20:01 +02:00
Jean-Paul Calderone
f3ddf4fd71 pythonPackages.tubes: init at 0.2.0 2021-08-22 14:19:28 -04:00
Jean-Paul Calderone
4ce1122a3e thrift: Move from Python 2 to Python 3
The Twisted dependency now requires Python 3.
Also, Python 2 is long-since EOL.
2021-08-22 14:16:29 -04:00
maralorn
27d463c120
Merge pull request #134317 from NixOS/haskell-updates
haskellPackages: ghc 8.10.4 -> 8.10.6
2021-08-22 19:55:39 +02:00
Corbin Simpson
73ff5250ea
pythonPackages.datasette-template-sql: init at 1.0.2 (#129072)
* pythonPackages.datasette-template-sql: init at 1.0.2

* Address review feedback.

* Apply suggestions from code review

And fix the build.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-22 19:43:47 +02:00
Malte Brandy
5a774fc2f6
Merge branch 'master' into haskell-updates 2021-08-22 19:42:48 +02:00
Sandro
a55701feca
Merge pull request #135049 from xworld21/revert-113227-fix-perltidy-shebang
perlPackages.PerlTidy: revert "use shortenPerlShebang on darwin"
2021-08-22 19:35:09 +02:00
Mario Rodas
3f70ecd60f rubyPackages: update 2021-08-22 12:26:44 -05:00
Daniel Șerbănescu
64de340d72 filtron: init at 0.2.0 2021-08-22 19:19:03 +02:00
Sandro
fac5049cd9
Merge pull request #135252 from nagy/poedit
poedit: 2.4.3 -> 3.0
2021-08-22 18:41:52 +02:00
Sandro
edc410374b
Merge pull request #135288 from Mic92/bcat 2021-08-22 18:32:59 +02:00
Jörg Thalheim
26f0cea471 socat2pre: remove
marked as broken
2021-08-22 17:01:47 +02:00
Jörg Thalheim
671f047c7c bcat: remove
Upstream is dead: https://github.com/rtomayko/bcat
2021-08-22 16:15:46 +02:00
Jörg Thalheim
6d65cb8569 bitsnbots: drop
- upstream is dead
- crashes on startup
2021-08-22 16:14:35 +02:00
Mauricio Collares
0e94271c4b python3Packages.memory-allocator: init at 0.1.0 2021-08-22 09:52:37 -03:00
Daniel Nagy
8c2fa7b5ae
poedit: 2.4.3 -> 3.0 2021-08-22 12:36:36 +02:00
Rick van Schijndel
193c893efd mail-notification: remove
unmaintained since 2016
2021-08-22 11:23:56 +02:00
github-actions[bot]
4c4f7353fa
Merge master into haskell-updates 2021-08-22 00:06:15 +00:00
Sandro
2ad547e9c8
Merge pull request #133635 from fgaz/staticjinja/4.1.0 2021-08-21 21:19:10 +02:00
Sandro
4e3a844577
Merge pull request #134349 from OPNA2608/fix/mpg123-darwin-sound/21.11 2021-08-21 21:01:50 +02:00
jecaro
de85b9bb8f inputplug: init at 0.4.0 2021-08-21 20:42:02 +02:00
Wael Nasreddine
6f2a38c87b
Merge pull request #134764 from kalbasit/opensource/nixpkgs/add-onlykey-agent
onlykey-agent: init at 1.0.2
2021-08-21 10:09:58 -07:00
Sandro
d0182a4046
Merge pull request #135079 from zakame/contrib/perl-PerlCritic-shortenPerlShebang
perlPackages.PerlCritic: shortenPerlShebang on Darwin
2021-08-21 17:38:56 +02:00
Sandro
d9401a02e5
Merge pull request #133692 from angustrau/pygame-darwin 2021-08-21 17:27:18 +02:00
Zak B. Elep
7d5450ddff perlPackages.PerlCritic: shortenPerlShebang on Darwin 2021-08-21 22:40:56 +08:00
Markus Schneider
ffac945344
Rpiplay (#121117)
* rpiplay: init at unstable-2021-02-27

* added rpiplay to all packages

* rpiplay: unstable-2021-02-27 -> unstable-2021-06-14

Co-authored-by: Markus Schneider <mschneider@linkdot.org>
2021-08-21 15:32:35 +02:00
Nick Cao
11e68884a8
traefik-certs-dumper: init at 2.7.4 (#134428)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-21 14:58:16 +02:00
Sandro
fd3d3a7cfd
Merge pull request #133620 from humancalico/cilium
cilium-cli: init at 0.8.6
2021-08-21 14:40:34 +02:00
Sandro
6f1f387562
Merge pull request #134096 from angustrau/emote
emote: init at 2.0.0
2021-08-21 14:35:37 +02:00
Francesco Gazzetta
4520cb7f0e pythonPackages.docopt-ng: init at 0.7.2 2021-08-21 13:34:17 +02:00
Sandro
8ea364404e
Merge pull request #130150 from paperdigits/openexr-update 2021-08-21 12:14:21 +02:00
Sandro
108abf5c8a
Merge pull request #134893 from fabaff/cloudsplaining 2021-08-21 12:12:28 +02:00
Alexander Kiselyov
3dbd616b0f python3Packages.pydmd: init at 0.3.3 2021-08-21 13:04:04 +03:00