Commit graph

54624 commits

Author SHA1 Message Date
Andrew Childs c5b0f56ae4 release: disable darwin bootstrapped stdenv test 2020-11-17 10:03:07 +09:00
Dmitry Kalinkin 972bcb496d
openshot-qt: enable on darwin 2020-11-16 18:07:08 -05:00
Dmitry Kalinkin 621f649bfb
libsForQt5.libopenshot-audio: enable on darwin 2020-11-16 18:07:01 -05:00
Anderson Torres b77f0d0bc1
Merge pull request #103229 from zyansheep/master
lunar-client: init at version 2.4.0
2020-11-16 18:33:30 -03:00
Karol Chmist 002a5f9de1 Add sphinx autoapi 1.5.1 2020-11-16 09:52:15 -08:00
sternenseemann bc714f86a5 ocamlPackages.ca-certs: init at 0.1.2 2020-11-16 16:09:18 +01:00
Frederik Rietdijk 36b27ccf77
Merge pull request #103462 from NixOS/staging-next
Staging next
2020-11-16 15:23:47 +01:00
Mazurel 8e995109f2 devour: init at 12 2020-11-16 14:20:12 +01:00
Bart Brouns 89fae7b7c7 vdirsyncerStable: deprecate 2020-11-16 20:23:49 +08:00
Bart Brouns 452043842a vdirsyncer: rename stable.nix to default.nix 2020-11-16 20:23:49 +08:00
Bart Brouns 90126c3e48 vdirsyncer: delete default.nix, point vdirsyncer to stable.nix
TLDR: default.nix was pointing to an unmaintained code base whereas stable.nix is up-to-date and maintained.

History
1. At first their was one Python version of vdirsyncer that had been working fine for years. Then, maintenance decreased and the package was marked as broken in nixpkgs.
2. The original author (@untitaker on github.com) of vdirsyncer decided to re-implement (part of) vdirsyncer in Rust. Nixpkgs made `vdirsyncer` point to the Rust version and renamed the Python historical version to `vdirsyncerStable`.
3. Eventually, @untitaker gave up on the Rust version.
4. Someone else (@WhyNotHugo on github.com) decided to take over maintenance of the Python version.
5.  Mario Rodas (@marsam on github) and Damien Cassou updated the `vdirsyncerStable` to point to the work of @WhyNotHugo and mark the package as working again.
2020-11-16 20:23:49 +08:00
Frederik Rietdijk 986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
AndersonTorres d024fa5ef8 cc65: init at 2.18 2020-11-15 20:49:58 -03:00
Anderson Torres 25afd6a3ec
Merge pull request #103768 from AndersonTorres/wip-antiprism
antiprism: init at 0.26
2020-11-15 19:43:57 -03:00
Symphorien Gibol 74b9066a39 paperwork: 1.3.1 -> 2.0 2020-11-15 15:46:53 +01:00
Anderson Torres b6deb94192
Merge pull request #103839 from AndersonTorres/wip-simh
simh: init at 3.11-1
2020-11-15 10:04:04 -03:00
Vincent Laporte 2806eb2743 coq_8_12: 8.12.0 → 8.12.1 2020-11-15 12:03:15 +01:00
Vincent Laporte b94a294363 scheherazade-new: init at 3.000 2020-11-15 09:33:45 +01:00
Matthieu Coudron 6bf0226686 pythonPackages.notmuch2: init at 0.31
generates bindings via cffi
2020-11-14 23:46:25 +01:00
AndersonTorres c7463be402 simh: init at 3.11-1 2020-11-14 19:24:35 -03:00
Michael Raskin 3e5039cbd5
Merge pull request #103714 from mweinelt/python/phonemizer
python3Packages.phonemizer: init at 2.2.1
2020-11-14 22:21:43 +00:00
John Ericson 86fedc3a92
Merge pull request #102766 from siraben/mmix
Initial implementation of cross-compilation to Knuth's MMIX
2020-11-14 12:46:24 -05:00
Martin Weinelt 8578fb3144
phonemizer: init at 2.2.1 2020-11-14 17:52:19 +01:00
Dmitry Kalinkin 832665765f
Merge pull request #103647 from sikmir/qvge
qvge: init at 0.6.1
2020-11-14 08:40:38 -05:00
Timo Kaufmann a638df745d
Merge pull request #97028 from midchildan/package/arc_unpacker
arc_unpacker: init at b9843a1
2020-11-14 14:30:35 +01:00
midchildan 302cbf171c
arc_unpacker: init at unstable-2019-01-28 2020-11-14 18:07:03 +09:00
Frederik Rietdijk da6239dab3 Merge #98541 into staging-next 2020-11-14 09:19:31 +01:00
Vincent Laporte 9ca92f0a5b ocamlPackages.mirage: init at 3.9.0 2020-11-14 09:11:28 +01:00
AndersonTorres fb1c3a2e1d all-packages.nix: a small reorganization
Now the science/geometry expressions are in a same block of the all-packages
file.
2020-11-14 00:48:32 -03:00
AndersonTorres f61b91cec4 antiprism: init at 0.26 2020-11-14 00:37:10 -03:00
Samuel Dionne-Riel b8c1348049
Merge pull request #103735 from andir/uboot-rockpi4
ubootRockPi4: init
2020-11-13 21:35:19 -05:00
Andreas Rammhold 7a5047bede
ubootRockPi4: init
This adds support for the Radxa Rock Pi 4 board which is based on
RK3399. The u-boot outputs from the introduced build are suitable to
build a generic image for the Rock Pi 4 by setting the following in a
custom build of $nixpkgs/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix:

```
  sdImage.postBuildCommands = ''
    dd if=${pkgs.ubootRockPi4}/idbloader.img of=$img seek=64 conv=notrunc
    dd if=${pkgs.ubootROckPi4}/u-boot.itb of=$img seek=16384 conv=notrunc
  '';
```
2020-11-14 02:25:41 +01:00
Mario Rodas 11453fa436 protobuf: 3.13.0.1 -> 3.14.0
https://github.com/protocolbuffers/protobuf/releases/tag/v3.14.0
2020-11-13 19:01:00 -05:00
Christoph Stich 5a5cb550dd
julia: init at 1.5 (#101933) 2020-11-13 21:43:50 +00:00
Nikolay Korotkiy 986d973ff4
qvge: init at 0.6.1 2020-11-13 23:53:50 +03:00
Joe Hermaszewski e5570d9f8b update-nix-fetchgit: standalone small closure 2020-11-13 21:37:56 +01:00
Frederik Rietdijk 9fc4a4db5a Merge staging-next into staging 2020-11-13 20:59:08 +01:00
Frederik Rietdijk 463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
Zyansheep 660864eb6f lunar-client: init at 4.2.0 2020-11-13 12:27:46 -05:00
Jack Kelly d01e5dc66b
octant: init at 0.16.0 (#99546) 2020-11-13 18:03:10 +01:00
Vincent Laporte 10fc2a3ac9 ocamlPackages.mstruct: remove at 1.4.0 2020-11-13 11:01:52 +01:00
Lassulus 5c816b9f1a
Merge pull request #101251 from samuelgrf/update-fmt
fmt: 6.2.1 -> 7.0.3
2020-11-13 10:44:16 +01:00
Daiderd Jordan 411f9e25d7
Merge pull request #98541 from thefloweringash/darwin-tapi-stdenv
darwin (Big Sur): tbd based stdenv
2020-11-13 00:14:25 +01:00
Orivej Desh (NixOS) df89889a67
Merge pull request #102521 from freezeboy/update-vmpk
vmpk: 0.5.1 -> 0.7.2
2020-11-12 22:33:02 +00:00
Matthew Pickering 7a9c3739a4
LAStools: init at 180812 2020-11-12 13:51:55 -08:00
Jonas Chevalier a7cb88c3de
tree-wide: unify Bash completions outputs (#103421)
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Matthieu Coudron 2bbfa82c2f
Merge pull request #103232 from teto/mptcp_official
linux_mptcp_5_9: init upstream multipath TCP at 5.9
2020-11-12 22:15:02 +01:00
Martin Weinelt 5c79a18f98
Merge pull request #99194 from prusnak/fastecdsa
python3Packages.fastecdsa: init at 2.1.5
2020-11-12 21:36:36 +01:00
Lassulus 40811ee161
Merge pull request #103052 from dbirks/add-ssmsh
ssmsh: init at 1.4.3
2020-11-12 21:00:27 +01:00
Pavol Rusnak f70ecb65e7
python3Packages.fastecdsa: init at 2.1.5 2020-11-12 20:59:56 +01:00
Martin Weinelt a6c7b75e4d
Merge pull request #99284 from Munksgaard/bump-obs
obs-studio: Add builtin support for browser source
2020-11-12 19:12:54 +01:00
Matthieu Coudron 015939bece linux_mptcp_5_9: MPTCP in upstream linux
linux_mptcp_5_9 enables Multipath TCP in the upstream kernel.

I keep linux_mptcp_95 even if it is out of tree because it has "more" features
than linux_mptcp_5_9.
2020-11-12 18:51:45 +01:00
Matthieu Coudron db215ca08d linux_mptcp_94: remove (outdated)
few years old by now, use linux_mptcp_95 instead.
2020-11-12 18:51:18 +01:00
StigP eaf2a0fcbe
Merge pull request #97673 from andir/add-perl-catalyst-ldap
perlPackages: init Catalyst::Authentication::Store::LDAP at 1.016 (and dependencies)
2020-11-12 12:13:23 +00:00
StigP 28a498b4b1
Merge pull request #103264 from zakame/updates/perl-Future-AsyncAwait-0.46
perlPackages.FutureAsyncAwait: 0.45 -> 0.46
2020-11-12 12:08:57 +00: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
Lassulus adbcba2ce7
Merge pull request #93833 from pulsation/add-quisk
quisk: init at 4.1.72
2020-11-12 08:22:10 +01:00
freezeboy fd9f28c396 vmpk: 0.5.1 -> 0.7.2
Also migrate from qt4 to qt5 (#33248)
2020-11-12 03:42:22 +00:00
Anderson Torres 55153b8b48
Merge pull request #103110 from AndersonTorres/4th
4th: init at 3.62.5
2020-11-11 19:20:08 -03:00
Marek Mahut c095429001
Merge pull request #98726 from xwvvvvwx/turbo-geth
turbo-geth: init at 2020.09.04
2020-11-11 22:35:49 +01:00
Gabriel Ebner 753656bbbc
Merge pull request #103225 from gebner/hsphfpd
pulseaudio: add hsphfpd support
2020-11-11 19:56:35 +01:00
pulsation a3bf66f487 quisk: init at 4.1.72 2020-11-11 19:43:07 +01: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
David Terry d277dc65a1
turbo-geth: init at 2020.11.01 2020-11-11 19:00:57 +01:00
Andrew Childs 3456ef6f30 darwin/apple-sdk: use darwin stubs 2020-11-12 00:23:09 +09:00
Andrew Childs fd33052999 darwin/print-reexports: nixpkgs-specific utility to inspect .tbd files
Used during bootstrap to check that re-exported libraries are not
dangling.
2020-11-12 00:23:09 +09:00
Andrew Childs 8946ff8d71 darwin/darwin-stubs: init 2020-11-12 00:23:09 +09:00
Frederik Rietdijk 4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
Marek Mahut e39bc29e1e
asciigraph: init at 0.5.1 (#103184) 2020-11-11 23:48:05 +10:00
Kevin Cox 5dee9b5699
Merge pull request #96679 from midchildan/add-mackerel
mackerel-agent: init at 0.69.3
2020-11-11 06:59:22 -05:00
Gabriel Gonzalez 87d5e6fc1a Change idiom for overriding Dhall package version
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version.  Then
downstream packages would specify which package to override
by selecting a different record field.

The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs.  Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.

The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`.  This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..

This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
John Ericson 493f8b2ea2
Merge pull request #93368 from samueldr/feature/or1k-toolchain
Initial support for OpenRISC 1000
2020-11-10 21:36:43 -05:00
Thiago Franco de Moraes dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
Jonathan Ringer b2e857a5fe spicetify-cli: init at 1.1.0 2020-11-10 14:48:34 -08:00
Edmund Wu 0f83b301aa hsphfpd: init at 2020-10-25 2020-11-10 20:53:13 +01:00
Robert Hensing 3f7278f9e9
Merge pull request #101341 from SuperSandro2000/gitlab-triage
gitlab-triage: init at 1.13.0
2020-11-10 19:14:29 +01:00
William Casarin b5f8f521e6 cp437: init at v0.6
Emulates an old-style "code page 437" / "IBM-PC" character set terminal
on a modern UTF-8 terminal emulator.

Signed-off-by: William Casarin <jb55@jb55.com>
2020-11-10 12:25:19 +01:00
Domen Kožar fdb4b55a09
Merge pull request #102265 from bburdette/timekeeper
Timekeeper gtk app
2020-11-10 10:55:16 +01:00
Frederik Rietdijk 0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Frederik Rietdijk 379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
Fabián Heredia Montiel 674d77e68a coconut: init at 1.4.3 2020-11-09 23:16:23 -08:00
Fabián Heredia Montiel 4408345c9c pythonPackages.cpyparsing: init at 2.4.5.0.1.1 2020-11-09 23:16:23 -08:00
Samuel Dionne-Riel 46db711cda or1k-newlib: Add newlib for OpenRISC 1000 2020-11-09 22:32:11 -05:00
Zak B. Elep 4735ed0d4f perlPackages.FutureAsyncAwait: 0.45 -> 0.46 2020-11-10 11:04:48 +08:00
Mario Rodas a049480f2d
Merge pull request #103126 from marsam/init-go-chromecast
go-chromecast: init at 0.2.5
2020-11-09 20:04:15 -05:00
Peter Hoeg fdca20391c plasma-thunderbolt: init at 5.18.5 2020-11-10 08:10:00 +08:00
Tim Steinbach 264f235e62
Merge pull request #103103 from NeQuissimus/hardened_59
linux-hardened: 5.8.x -> 5.9.x
2020-11-09 18:33:17 -05:00
Anderson Torres c08c8a5344
Merge pull request #103179 from djanatyn/pkg/fend
fend: init at 0.1.9
2020-11-09 18:34:18 -03:00
Anderson Torres 5e9d9f07d1
Merge pull request #103050 from AndersonTorres/create-dockapps
Reorganize windowmaker dockapps
2020-11-09 17:48:42 -03:00
AndersonTorres ce009bb0e2 Dockapps: new structure 2020-11-09 17:35:31 -03:00
AndersonTorres 2cc1860faf Dockapps: cleanup 2020-11-09 17:32:21 -03:00
Michael Weiss 05192975fb
Merge pull request #103221 from primeos/llvm
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11
2020-11-09 20:41:21 +01: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
Sarah Brofeldt 92e357dc59
Merge pull request #103125 from xfix/remove-freicoin
altcoins.freicoin: remove
2020-11-09 19:37:36 +01:00
Edmund Wu 33784354b9 pulseaudio-hsphfpd: init at 2020-11-02 2020-11-09 19:24:42 +01:00
Markus S. Wamser 9ed8e03a09 mupdf: mark 1.17 as insecure but as still required as dependency 2020-11-09 09:57:38 -08:00
Michael Weiss 51e55942cc
llvmPackages_latest: llvmPackages_10 -> llvmPackages_11 2020-11-09 18:25:09 +01:00
Lassulus 77c0568da5
Merge pull request #100028 from helsinki-systems/py_openrouteservice
pythonPackage.openrouteservice: init at 2.3.0
2020-11-09 15:21:42 +01:00
Doron Behar 9db44f61a7 rubyMinimal: remove
Due to being unused, and seemingly unusable, added appropriate release
notes.
2020-11-09 16:17:41 +02:00
Doron Behar f59f04352a ruby: Rename removeReferencesToCC flag to !jitSupport
If JIT support is built in to ruby, there's no choice other then to
leave this cc reference as is. removeReferencesToCC didn't do it's job
completely since some time ago. That's why it was practically redundant
- `lib/ruby/${version}/<platform>/rbconfig.rb` still referenced cc.
Removing this reference from
`lib/ruby/${version}/<platform>/rbconfig.rb` as well might lead to
breakage in some Gems that require this feature.

But, if JIT support is not desired, it should be safe enough to
completely remove all cc references, both in
lib/ruby/${version}/<platform>/rbconfig.rb and in $out/lib/libruby.so .
Hence now `rubyMinimal` has JIT support disabled and it has no
references at all to stdenv.cc.
2020-11-09 16:17:39 +02:00
Lassulus 6423ac7bf0
Merge pull request #100027 from helsinki-systems/py_googlemaps
pythonPackages.googlemaps: init at 4.4.2
2020-11-09 15:08:39 +01:00
Mario Rodas 5fff64bc01
Merge pull request #103131 from marsam/fix-dogdns-darwin
dogdns: fix build on darwin
2020-11-09 09:03:58 -05:00
Frederik Rietdijk 8aaf2e60e5 Merge staging-next into staging 2020-11-09 14:49:10 +01:00
Frederik Rietdijk 20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Ben Siraphob 445dde6304 Initial implementation of mmix cross-compile 2020-11-09 19:49:55 +07:00
WORLDofPEACE 00ecee00bb
Merge pull request #102664 from andreasfelix/andreasfelix/vala-language-server
vala-language-server: init at 0.48.1
2020-11-09 04:18:08 -05:00
Felix Andreas 49280e8bb8 vala-language-server: init at 0.48.1 2020-11-09 03:44:08 +01:00
Orivej Desh 0c75dfb732
convertall: init at 0.8.0 (#103108) 2020-11-09 01:45:09 +00:00
Jonathan Strickland a5c97364b3 fend: init at 0.1.9 2020-11-08 20:03:25 -05:00
Michael Weiss 197ddbced2
mesa: Replace all usages of old aliases 2020-11-08 22:56:55 +01:00
Symphorien Gibol b393908673
ocamlPackages.ocaml-lsp: init at 1.1.0 2020-11-08 21:25:04 +01:00
ajs124 bf4f302804
Merge pull request #101761 from helsinki-systems/init/asterisk18
asterisk_18: Init at 18.0.0
2020-11-08 17:31:37 +01:00
Ninjatrappeur 5f5d38e88f
Merge pull request #101218 from andir/unbound-systemd 2020-11-08 16:55:29 +01:00
Jörg Thalheim 105dd1dfae
python3.pkgs.bme680: init at 1.0.5 2020-11-08 15:04:41 +01:00
Jörg Thalheim d1dc6f61f9
python3.pkgs.smbus-cffi: init at 0.5.1 2020-11-08 15:04:41 +01:00
Konrad Borowski b3e07c7532 altcoins.freicoin: remove 2020-11-08 12:41:19 +01:00
Bruno Bigras e6fd6ab41e dogdns: init at 0.1.0 2020-11-08 01:27:04 -05:00
AndersonTorres 2898985747 4th: init at 3.62.5 2020-11-08 01:48:09 -03:00
Mario Rodas cea51f0cb9 go-chromecast: init at 0.2.5 2020-11-08 04:20:00 +00:00
Mario Rodas ae17a85324 dogdns: fix build on darwin 2020-11-08 04:20:00 +00:00
Danielle Lancashire b64df08a5f nomad: Default package 0.11 -> 0.12
Nomad 0.12 has now reached a fairly stable point release, this means we
should now be able to bump the default pretty safely, with recent
releases bug fixes primarily targetting 0.12 exclusive features, or long
standing latent bugs.
2020-11-08 12:28:42 +10:00
Tim Steinbach 726d307d2c
linux-hardened: 5.8.x -> 5.9.x 2020-11-07 18:17:26 -05:00
Florian Klink c0f4be6652
Merge pull request #102995 from lovesegfault/plater-init
plater: init at 2020-07-30
2020-11-07 23:45:08 +01:00
Michael Raskin ba70a79f3c
Merge pull request #102936 from fare-patches/fare
Gerbil Update
2020-11-07 21:06:03 +00:00
Vladimír Čunát 45009cacef
Merge #102196: doxygen: 1.8.19 -> 1.8.20 (in staging) 2020-11-07 21:15:21 +01:00
freezeboy a73cedd74f python3Packages.gradient_statsd: init at 1.0.1 2020-11-07 11:28:19 -08:00
freezeboy bbc0af82bd python3Packages.gradient_sdk: init at 0.0.4 2020-11-07 11:28:19 -08:00
freezeboy bf066b27b4 python3Packages.click-help-colors: init at 0.8 2020-11-07 11:28:19 -08:00
freezeboy f671d7e191 python3Packages.hyperopt: init at 0.1.2 2020-11-07 11:28:19 -08:00
Mario Rodas 799f0cf9a3
Merge pull request #102226 from Atemu/mlterm-darwin
mlterm: darwin support
2020-11-07 12:50:56 -05:00
Atemu 62b33a614d mlterm: add Darwin support 2020-11-07 18:11:40 +01:00
David Birks e7ce7e370a
ssmsh: init at 1.4.3 2020-11-07 11:39:00 -05:00
Anderson Torres e45d10d0e6
Merge pull request #101109 from jeremyschlatter/nestedtext
pythonPackages.nestedtext: init at 1.2
2020-11-07 13:12:48 -03:00
StigP 04b374eb9c
Merge pull request #94074 from jshholland/as-tree
as-tree: init at 0.12.0
2020-11-07 13:07:36 +00:00
Daniël de Kok e07a6ca48a
Merge pull request #102939 from raboof/seaweed-init-at-2.07
seaweedfs: init at 2.07
2020-11-07 13:26:02 +01:00
Michael Raskin d464bdce84
Merge pull request #101042 from r-burns/soil
soil: fix dead url, enable on darwin
2020-11-07 12:13:22 +00:00
Michael Raskin 1badf89e03
Merge pull request #102488 from ioplker/textadept-11
Textadept 11
2020-11-07 12:09:29 +00:00
Vladimír Čunát 0d657b9c61
Merge #103069: thunderbird*: 78.4.0 -> 78.4.1
In `thunderbird` case the rust downgrade was needed to fix the build
regardless of the update, i.e. fixes #103071.
2020-11-07 13:01:36 +01:00
Arnout Engelen aec3bd0bcb seaweedfs: init at 2.07 2020-11-07 12:36:55 +01:00
Josh Holland bcb92f53d5 as-tree: init at 0.12.0 2020-11-07 11:20:20 +00:00
taku0 00213ef17f thunderbird: 78.4.0 -> 78.4.1 2020-11-07 19:51:44 +09:00
Ryan Burns 981c8bb5e2 soil: fix dead url, enable on darwin 2020-11-06 22:35:29 -08:00
Elis Hirwing 4d65677903
Merge pull request #102818 from etu/php-split-to-leafs
php: Refactor to have the different versions as separate files
2020-11-07 07:04:21 +01:00
midchildan 2c99a203c7
mackerel-agent: init at 0.69.3 2020-11-07 13:37:32 +09:00
Bernardo Meurer 5cd0d6d710
plater: init at 2020-07-30 2020-11-06 19:59:00 -08:00
Jeremy Schlatter 1120f899da
pythonPackages.nestedtext: init at 1.2 2020-11-06 19:51:11 -08:00
Jeremy Schlatter 050aad187b
pythonPackages.inform: init at 1.23 2020-11-06 19:51:05 -08:00
Ryan Mulligan 5e6fec2d66
Merge pull request #103036 from ryantm/kent
kent: add to all-packages.nix
2020-11-06 14:15:24 -08:00
Emery Hemingway f979b589c7 elf-dissector: init at unstable-2020-11-14 2020-11-06 21:27:43 +01:00
Doron Behar 4c84556d6b
Merge pull request #102764 from jluttine/init-pass-secret-service 2020-11-06 22:22:46 +02:00
Ryan Mulligan befa4e1687 kent: add to all-packages.nix 2020-11-06 12:07:51 -08:00
Sarah Brofeldt e3bbadafe8
Merge pull request #99359 from meatcar/sqlite-utils
pythonPackages.sqlite-utils: init at 2.22
2020-11-06 19:00:55 +01:00
Andika Demas Riyandi 038497d3b3
nar-serve: init at 0.3.0 (#95420)
* nar-serve: init at 0.3.0

* nixos/nar-serve: add new module

Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-11-06 18:59:51 +01:00
Austin Butler 2778cf633a python3Packages.google-cloud-iam: init at 2.0.0 2020-11-06 09:42:17 -08:00
Michal Minář bf8f06748a megasync: bumped qt to 5.15
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-11-06 09:26:08 -08:00
Jonathan Ringer 37c564ae50 python3Packages.dotnetcore2: remove
Outdated, and new package isn't trivial to package anymore.
Not really useful outside of Azure Machine Learning anyway.
2020-11-06 09:19:35 -08:00
Francois-Rene Rideau 9bf2cf0a73 go-libp2p-daemon: init at 0.3.0 2020-11-06 12:04:00 -05:00
Maximilian Bosch 68726901e1
Merge pull request #94673 from justinas/prom-sql-exporter
prometheus-sql-exporter: init at 0.3.0
2020-11-06 17:00:47 +01:00
Elis Hirwing b62b76b78b
php: Refactor to have the different versions as separate files
This should enable easier auto updates of the packages.
2020-11-06 13:48:27 +01:00
Frederik Rietdijk 99fb79ae84 Merge master into staging-next 2020-11-06 12:51:56 +01:00
Jaakko Luttinen efa1a8b5c4
pass-secret-service: init at unstable-2020-04-12 2020-11-06 13:10:50 +02:00
Jaakko Luttinen 65d60c1259
pythonPackages.pypass: init at 0.2.1 2020-11-06 13:10:50 +02:00
freezeboy da04a8e397 k9copy: remove for being broken since 2014 2020-11-06 12:09:42 +01:00
Robert Hensing e2a129348b
Merge pull request #100585 from magnetophon/tiv
tiv: init at 1.1.0
2020-11-06 10:11:09 +01:00
Robert Hensing 5879841745
Merge pull request #99394 from omgbebebe/photoflare
photoflare: init at 1.6.5
2020-11-06 10:09:13 +01:00
Vincent Laporte bcd196ca69 ocamlPackages.mirage-logs: init at 1.2.0 2020-11-06 10:08:00 +01:00
Vincent Laporte 8b5088130e ocamlPackages.mirage-console: init at 3.0.2 2020-11-06 10:04:58 +01:00
omg 6cb2d3f9dd photoflare: init at 1.6.5 2020-11-06 11:12:16 +04:00
Jonathan Ringer 9b69c0881c python3Packages.scramp: init at 1.2.0 2020-11-05 21:10:04 -08:00
Sandro Jäckel f6428fd75e python3Packages.crytic-compile: init at 0.1.9 2020-11-05 20:11:23 -08:00
Bart Brouns 5ff62a94f2 tiv: init at 1.1.0 2020-11-06 01:25:30 +01:00
Robert Hensing f541365ca4
Merge pull request #100663 from andersk/rufo
rufo (Ruby formatter): init at 0.12.0
2020-11-06 00:44:42 +01:00
Daniël de Kok 820f3be9b4
Merge pull request #101941 from Flakebi/waffle
piglit: init at unstable-2020-10-28
2020-11-05 17:43:19 +01:00
Tim Steinbach 6834d33b00
scala: Refactor, add tests
Abstract over Scala derivation, add tests for individual versions
2020-11-05 08:32:28 -05:00
Doron Behar c96629259a
Merge pull request #96112 from doronbehar/pkg/bubblemail
bubblemail: init at 1.2
2020-11-05 13:53:44 +02:00
Robert Hensing 24f36f8464
Merge pull request #100002 from yanganto/find-cursor-1.6
find-cursor: init at 1.6
2020-11-05 12:47:09 +01:00
Doron Behar c5057bd3ea bubblemail: init at 1.3 2020-11-05 13:40:49 +02:00
Robert Hensing 97e3346fbd
Merge pull request #99955 from Jiehong/feature/new_font
ttf-tw-moe: first version
2020-11-05 12:37:30 +01:00
Robert Hensing 161539a1ea
Merge pull request #99952 from siraben/spasm-init
spasm-ng: init at unstable-2020-08-03
2020-11-05 12:33:32 +01:00
Robert Hensing d24360033d
Merge pull request #98383 from raboof/document-jre
openjdk: add derivation to generate bespoke minimal JRE's
2020-11-05 10:40:39 +01:00
Jan Tojnar a821be7531
Merge branch 'master' into staging-next 2020-11-05 09:42:47 +01:00
Jörg Thalheim f7dd7e86cb
Merge pull request #102822 from 0x4A6F/master-dasel
dasel: init at 1.1.0
2020-11-05 06:20:25 +01:00
Bas van Dijk a93c3763c7
Merge pull request #102670 from basvandijk/mlc-3.9
mlc: init at 3.9
2020-11-05 00:39:02 +01:00
Guillaume Bouchard 2de3de4631 antlr: 4.7 -> 4.8 2020-11-04 15:26:29 -08:00
0x4A6F d5edfc50ef
dasel: init at 1.1.0 2020-11-04 20:47:24 +00:00
Masanori Ogino 023f70ef8a pythonPackages.smugpy: remove
Upstream has stalled since 2013. The latest release supports up to
Python 3.2.

Reference: https://github.com/chrishoffman/smugpy
Reference: https://pypi.org/project/smugpy/
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Masanori Ogino b5de671861 pythonPackages.smugline: remove
Upstream states that it is no longer maintained.

Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Arnout Engelen d4efa08b53
openjdk: add derivation to generate bespoke minimal JRE's
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2020-11-04 17:47:18 +01:00
Marek Mahut 6336ac33c9
Merge pull request #102652 from freezeboy/remove-btc1
btc1: remove
2020-11-04 16:11:50 +01:00
Vladimír Čunát 20baaf104a
Revert "Disable the metrics job"
This reverts commit c54308d27c.
The machine has been back for some time.
2020-11-04 13:53:25 +01:00
freezeboy dc0f5ed6d2 btc1: remove 2020-11-04 12:26:42 +01:00
Nikolay Korotkiy 5a60fcf9e8
pg_featureserv: init at 1.1.1 2020-11-04 14:19:22 +03:00
Frederik Rietdijk 9eb00b9a71 Merge staging-next into staging 2020-11-04 10:48:21 +01:00
Robert Hensing f73df04874 haskell.compiler.integer-simple: Exclude ghc8102Binary*
(cherry picked from commit fc1562695bdfe26c38f473e4639ab0a1c349a953)
2020-11-04 09:55:56 +01:00
Frederik Rietdijk 10c57af49c Merge staging-next into staging 2020-11-04 09:28:07 +01:00
Frederik Rietdijk 9e6d7d3c74 Merge master into staging-next 2020-11-04 09:27:42 +01:00
Evax Software ba588df304 python3Packages.pandas-datareader: init at 0.9.0 2020-11-03 21:14:17 -08:00
Mario Rodas 79af4e8c91
Merge pull request #102554 from marsam/init-fraunces
fraunces: init at 1.000
2020-11-03 21:55:57 -05:00
Antonio Yang 7e51cfadba find-cursor: init at 1.6
Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
2020-11-04 09:12:56 +08:00
Kevin Cox dc79731ae0
Merge pull request #99631 from glittershark/graalvm-ce
graalvm{8,11}-ce: init at 20.2.0
2020-11-03 18:39:11 -05:00
WilliButz 13bc774904
Merge pull request #102629 from WilliButz/init/tempo/v0.2.0
tempo: init at 0.2.0
2020-11-04 00:32:20 +01:00
Kevin Cox c4a2a453be
Merge pull request #101446 from OPNA2608/package/ptcollab/21.03
ptcollab: init at 0.3.4.1
2020-11-03 18:24:00 -05:00
Kevin Cox e031671e19
Merge pull request #100202 from OPNA2608/update/halide-10.0.0
halide: 2019.08.27 -> 10.0.0, enable on aarch64-linux
2020-11-03 18:19:40 -05:00
Finn Behrens cb764dbc24 top-level: Use systemdMinimal in a few more places 2020-11-03 17:35:14 -05:00
Doron Behar d5560be0df
Merge pull request #98400 from doronbehar/pkg/bump
bump: init at 0.2.2
2020-11-04 00:30:09 +02:00
Doron Behar 89d9069c12
Merge pull request #100706 from doronbehar/pkg/rtsp-simple-server
rtsp-simple-server: init at 0.10.0
2020-11-04 00:29:57 +02:00
Bas van Dijk 64cbf9f0de mlc: init at 3.9
https://software.intel.com/content/www/us/en/develop/articles/intelr-memory-latency-checker.html
2020-11-03 23:02:47 +01:00
OPNA2608 ec38b50c67 ptcollab: init at 0.3.4.1 2020-11-03 21:24:10 +01:00
Vladimír Čunát a31fd3cb7f
Merge #102614: haskell.compiler.ghc8102BinaryMinimal: init 2020-11-03 19:54:09 +01:00
ajs124 2b03d12ace
Merge pull request #102551 from freezeboy/remove-freepops
freepops: remove
2020-11-03 17:51:51 +01:00
Kevin Cox 8230e62f57
Merge pull request #100495 from DianaOlympos/riak-cs-delete
riak-cs: delete
2020-11-03 11:17:42 -05:00
Jonathan Ringer 7dcd41516f
Merge pull request #102507 from jonringer/update-azure
python3Packages.azure*: update
2020-11-03 07:52:21 -08:00
freezeboy 00e30c9e9e backintime-qt: 1.1.24 -> 1.2.1
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-03 10:32:05 -05:00
Sebastian Neubauer 2907f280d3 piglit: init at unstable-2020-10-23
piglit is a test runner for mesa.
To check that it is working, run `piglit run sanity results/sanity`
2020-11-03 14:49:37 +01:00
Sebastian Neubauer 156fe5442e waffle: init at 1.6.1 2020-11-03 14:47:59 +01:00
WilliButz 03cb3521f8
tempo: init at 0.2.0 2020-11-03 14:12:42 +01:00
Kevin Cox c6ec0ec220
Merge pull request #102555 from freezeboy/remove-gnome-shell-extension-battery-status
gnomeExtensions.battery-status: remove (broken)
2020-11-03 07:49:52 -05:00
Kevin Cox d7a0daf2a1
Merge pull request #102420 from freezeboy/remove-plink
plink: remove (broken since 2014)
2020-11-03 07:49:09 -05:00
Vincent Laporte 8bf29a6014 ocamlPackages.mirage-channel: init at 4.0.1 2020-11-03 13:41:21 +01:00
Daniël de Kok 2730e02a90
Merge pull request #102525 from freezeboy/remove-pdf2htmlEx
pdf2htmlEx: remove
2020-11-03 13:17:36 +01:00
Andreas Rammhold f6d570b258
unbound-with-systemd: init
This introduces an unbound variant that is built with systemd support.
That means it is able to signal readiness to systemd once it did start
or finished reloading. This likely allows us to close a small gap during
bootup where the service is assumed up but doesn't respond to DNS
queries just yet.
2020-11-03 13:15:54 +01:00
Daniël de Kok 042cda99f1
Merge pull request #102422 from freezeboy/remove-dvb-apps
dvb_apps: remove (broken since 2018)
2020-11-03 13:15:24 +01:00
Daniël de Kok d33642978c
Merge pull request #102412 from freezeboy/remove-flvtool2
flvtool2: remove (broken since 2018)
2020-11-03 13:14:43 +01:00
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Frederik Rietdijk 237966224d Merge master into staging-next 2020-11-03 12:06:06 +01:00
Robert Hensing f8ad73b9d8 haskell.compiler.ghc8102BinaryMinimal: init
To stay within hydra limit of 2^31 output size on aarch64-linux
2020-11-03 12:01:41 +01:00
freezeboy 516f48a84c dvb_apps: remove (broken since 2018) 2020-11-03 11:45:45 +01:00
freezeboy 2c233e06d8 flvtool2: remove (broken since 2018) 2020-11-03 11:43:07 +01:00
freezeboy d4ad2a8723 pdf2htmlEx: remove
This package is broken since 2018 and the project itself is abandonned
upstream since 2017, so there is no hope to see it evolve
2020-11-03 11:41:29 +01:00
freezeboy fe4c52b628 gnomeExtensions.battery-status: remove (broken)
upsstream project is no more maintained for recent
gnome-shell releases
2020-11-03 00:46:14 +01:00
freezeboy 2549a11c58 freepops: remove
this software has not received any update since 2014, the website
is stating that it is unmaintained:

http://freepops.sourceforge.net/

It is also marked broken since 6 years
2020-11-03 00:34:04 +01:00
ajs124 b76c51f137
Merge pull request #102419 from freezeboy/remove-unarj
unarj: remove (broken since 2016, insecure since 2015)
2020-11-03 00:01:14 +01:00
Ben Burdette 66229110d1 timekeeper: init at v1.0 2020-11-02 15:36:40 -07:00
Maciej Krüger b6e4df5729
Merge pull request #102087 from luc65r/pkg/keystone
keystone: init at 0.9.2
2020-11-02 21:04:50 +01:00
luc65r 1e9d2d2f12 keystone: init at 0.9.2 2020-11-02 21:01:25 +01:00
Jakub Kądziołka 95381cf705
pythonPackages.sumtypes: init at 0.1a5 2020-11-02 20:57:23 +01:00
Maciej Krüger 16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
Maciej Krüger 8c3d91f77f
Merge pull request #102017 from luc65r/pkg/conv 2020-11-02 20:45:13 +01:00
luc65r 448729ea16 convfont: init at 1.0 2020-11-02 20:40:32 +01:00
luc65r fb3d797242 convimg: init at 8.3 2020-11-02 20:40:25 +01:00
Doron Behar 3f84b2d3f0
Merge pull request #102380 from doronbehar/pkg/musescore 2020-11-02 19:52:59 +02:00
Jonathan Ringer f8d5953a0a
python3Packages.azure-synapse-artifacts: init at 0.3.0 2020-11-02 09:41:56 -08:00
Kir Ax 2f00a2b066 textadept-11: add textadept 11_beta 2020-11-02 21:19:55 +07:00
Kir Ax ef7fff6a49 textadept: moved to subdir for 10th version 2020-11-02 21:13:09 +07:00
Kevin Cox ba84f8b1ba
Merge pull request #101503 from bbigras/angle-grinder
angle-grinder: init at 0.15.0
2020-11-02 08:12:04 -05:00
Mario Rodas 8eea6fcf0d
Merge pull request #91675 from MetaDark/cxxtest
cxxtest: package includes and run tests
2020-11-02 05:02:35 -05:00
Antoine Eiche 859a44ebc0 systemd: set withRemote true by default
This also adds the libmicrohttpd as a `buildInput` when `withRemote`
is true.
2020-11-02 09:07:52 +01:00
freezeboy 1f7e201e9e plink: remove (broken since 2014) 2020-11-02 03:24:16 +01:00
freezeboy 209fbcb121 unarj: remove (broken since 2016, insecure since 2015) 2020-11-02 03:10:24 +01:00