Commit Graph

54458 Commits

Author SHA1 Message Date
StigP
b52da4e641
Merge pull request #102071 from zakame/contrib/perl-NetAsyncWebSocket
perlPackages.NetAsyncWebSocket: init at 0.13
2020-10-30 16:43:05 +00:00
StigP
685c059737
Merge pull request #102066 from zakame/contrib/perl-NetAsyncHTTP
perlPackages.NetAsyncHTTP: init at 0.47
2020-10-30 16:40:22 +00:00
Jonathan Ringer
e6db435973 linux: add flavor metadata 2020-10-30 09:40:12 -07:00
Zak B. Elep
52c05c8791 perlPackages.NetAsyncWebSocket: init at 0.13 2020-10-30 23:17:17 +08:00
ajs124
5949927de4 jackmix: 0.5.2 -> 0.6.0
also qt4 -> qt5
2020-10-30 16:05:46 +01:00
Peter Hoeg
0d25246f4d kdeconnect: part of kdeApplications 2020-10-30 22:34:02 +08:00
Zak B. Elep
489c73671a perlPackages.NetAsyncHTTP: init at 0.47 2020-10-30 22:11:30 +08:00
Mario Rodas
e250fef768
Merge pull request #99920 from ericdallo/add-dart-to-flutter
flutter: Bump and add dart cache to flutter
2020-10-30 08:56:54 -05:00
Pierre Bourdon
ee36b1cd5b plover.dev: fix Qt version pinning
Issue report: https://github.com/NixOS/nixpkgs/issues/65399#issuecomment-719066888

Similar issues in #98067.

Plover seems to work fine with Qt > 5.14 so this is an easy way to fix
the problem (as opposed to keeping the pinning and making it work with
PyQt).
2020-10-30 14:55:16 +01:00
Eric Dallo
bee3fb885f
flutter: Add dart cache to flutter 2020-10-30 09:58:06 -03:00
Alex Whitt
fcc6849bcd bacnet-stack: init at 1.0.0
Update pkgs/tools/networking/bacnet-stack/default.nix

Co-authored-by: Daniel Løvbrøtte Olsen <daniel.olsen99+GitHub@gmail.com>

bacnet-stack: Add maintainer and use the original GitHub repo

bacnet-stack: Alphabetize

Update pkgs/top-level/all-packages.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-10-29 21:48:58 -07:00
Benjamin Hipple
fee705332d
Merge pull request #102120 from helsinki-systems/drop/attica
attica: drop
2020-10-29 22:13:20 -04:00
Sebastien Braun
c0bcfebaef rmlint: Use Python3 sphinx for docs
Eliminates a python2 dependency.
2020-10-29 18:56:02 -07:00
ajs124
0f1a83cf55 attica: drop
as far as I can tell, this file is completely unused.

Everything that uses attica uses it from pkgs/development/libraries/kde-frameworks/attica.nix
2020-10-30 02:22:09 +01:00
Matthew Kenigsberg
ffde641ac9 alibuild: use python3
Helps #101964
2020-10-29 17:30:30 -07:00
Sebastien Braun
8bdb5204be aria2: refactor to avoid python2 dependency
Use python3 Sphinx package instead of python2 Sphinx package,
to avoid build-time dependency on python 2, as per
https://github.com/NixOS/nixpkgs/issues/101964
2020-10-29 16:02:32 -07:00
MetaDark
ff4a1cf4d8 git-review: build with python3
Also updated source to the new repo and added myself as a maintainer
2020-10-29 16:01:12 -07:00
luc65r
345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
Timo Kaufmann
aee8263788
Merge pull request #100653 from trepetti/marker
marker: init at 2020.04.04
2020-10-29 18:47:37 +01:00
Russell O'Connor
069e485c18 OSCAR: init at 1.2.0 2020-10-29 11:00:13 -04:00
luc65r
4df7857cfd convbin: init at 3.0 2020-10-29 15:39:52 +01:00
Anderson Torres
75b92ef1a1
Merge pull request #101247 from wheelsandmetal/add-nuraft-lib
nuraft: init at 1.1.2
2020-10-29 09:24:06 -03:00
Anderson Torres
7cb747c3b7
Merge pull request #99480 from Sohalt/tarssh
tarssh: init at 0.4.0
2020-10-29 08:35:40 -03:00
wheelsandmetal
166eadee60 nuraft: init at 1.1.2 2020-10-29 10:24:59 +00:00
Matthieu Coudron
2eb1610725
neovimUtils: neovim utilities to handle more usecases
Current nixpkgs always wraps neovim with the "-u" which has sideeffects as explained in https://github.com/NixOS/nixpkgs/issues/55376 : 
1.  vim won't set the variable $MYVIMRC as explained #34215
 2. vim skips loading folder-specific .vimrc / .nvimrc

I wanted to provide a way for users to better control what flags are used to wrap neovim. This is achived by introducing wrapNeovimUnstable et neovimUtils, utilities to help with that. We provide a compatibility layer so that wrapNeovim still works and to let us experiment with wrapNeovimUnstable to better control neovim configuration, plugin dependencies, haskell environment etc so that it becomes easier to generate per-project neovim config.

With this commit, it's possible for instance for home-manager to wrap neovim without the `-u` and just write the config in the
expected $XDG_CONFIG_HOME/nvim/init.vim .
Expect wrapNeovimUnstable interface to evolve in the upcoming months.
2020-10-29 09:50:26 +01:00
Vincent Laporte
2ccfc2962e opa: build with OCaml 4.03 2020-10-29 06:35:15 +01:00
Mario Rodas
322aaa9b19 fraunces: init at 1.000 2020-10-29 04:20:00 +00:00
Mario Rodas
8305cce210
Merge pull request #100638 from xrelkd/add/clipcat
clipcat: init at 0.4.19
2020-10-28 23:00:38 -05:00
Tom Repetti
7559a99131 marker: init at 2020.04.04 2020-10-28 23:01:47 -04:00
Anderson Torres
066bf7dd5d
Merge pull request #101894 from AndersonTorres/terminal-emulators
Create a directory-category for terminal emulators
2020-10-28 23:27:05 -03:00
AndersonTorres
5b5aac40d5 Terminal emulators: whitespace cleanup and regroup
Because editorconfig complains, and also why not to organize them
"ascii-betically"?
2020-10-28 22:28:32 -03:00
Martin Weinelt
09bbd4017f
grafana-loki: 1.6.1 -> 2.0.0
Convert to use buildGoModule and add a patch for a test failing on
golang>=1.15.
2020-10-29 01:16:58 +01:00
Florian Klink
959cea2e80 systemd: add withPCRE2 option 2020-10-28 23:24:18 +01:00
Florian Klink
93dcbbf69d systemd: add withApparmor option 2020-10-28 23:24:18 +01:00
Florian Klink
961663a1b3 systemdMinimal: disable timesyncd 2020-10-28 23:24:18 +01:00
Florian Klink
e10a9a8506 systemd: add withMachined flag 2020-10-28 23:24:18 +01:00
Florian Klink
8526662a33 systemd: add withNss flag 2020-10-28 23:24:18 +01:00
Florian Klink
a079a6f026 systemd: add withUserDb flag 2020-10-28 23:24:18 +01:00
Florian Klink
e77326208e systemd: add withDocumentation flag 2020-10-28 23:24:18 +01:00
Florian Klink
f142493a6a systemd: add withShellCompletions flag 2020-10-28 23:24:18 +01:00
Florian Klink
1f9347431c systemd: add withPolkit option 2020-10-28 23:24:18 +01:00
Florian Klink
13a910e3f6 systemd: make gcrypt optional 2020-10-28 23:24:17 +01:00
Florian Klink
585f4a140b systemd: add withAnalyze flag 2020-10-28 23:24:17 +01:00
Florian Klink
987906aa58 systemd: add withCoredump flag
… and default it to false for systemdMinimal
2020-10-28 23:24:17 +01:00
Florian Klink
b027cf264c systemdMinimal: disable networkd
This was missed.
2020-10-28 23:24:17 +01:00
Florian Klink
8d18be9cdc systemdMinimal: sort feature flags 2020-10-28 23:24:17 +01:00
Florian Klink
ff07c6b47d systemd: introduce withCompression flag
This will build systemd without some compression utils, useful for
systemdMinimal.
2020-10-28 23:24:17 +01:00
Florian Klink
5f257d7d2c systemd: cleanup cryptsetup input
use lib.getDev to retrieve the dev output. Don't pass it to buildInputs
if we don't build with withCryptsetup set to true.
2020-10-28 23:24:17 +01:00
Anderson Torres
c13da09a6f
Merge pull request #101231 from djanatyn/pkg/peaclock
peaclock: init at 0.4.3
2020-10-28 16:06:00 -03:00
Thomas Depierre
63caecee7d riak-cs: delete 2020-10-28 19:31:33 +01:00
Vladimír Čunát
0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát
31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
Daniël de Kok
93b3fa6088 python3Packages.setuptools-rust: init at 0.11.3 2020-10-28 10:41:27 -07:00
Maxime Guerreiro
801104bdc5
nodePackages: Switch to 14.x
12.x is still maintained by Node, but 14.15.0 became the new LTS version of Node.js.
As per #89184, `nodejs` should point to the current LTS.

Bump the default `nodejs` version from 12 to 14.
2020-10-28 15:20:41 +01:00
AndersonTorres
2bb3a9da24 A directory-category for terminal emulators
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.

Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.

Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00
Emery Hemingway
17a9d2187d vix: init at 0.1.2 2020-10-28 12:34:43 +01:00
Maximilian Bosch
3d04e9a779
Merge pull request #101669 from Zopieux/nxdomain
nxdomain: init at 1.0.1
2020-10-28 10:49:50 +01:00
Ben Siraphob
9b1a86f4d8 spasm-ng: init at unstable-2020-08-03 2020-10-28 13:39:15 +07:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Alexandre Macabies
c7f2086af5 nxdomain: init at 1.0.1 2020-10-27 23:41:01 +01:00
Vincent Laporte
47183f25a0 ocamlPackages.mirage-block: init at 2.0.1 2020-10-27 22:00:51 +01:00
Kierán Meinhardt
8d830311ec spotify-cli-linux: init at 1.6.0 2020-10-27 21:53:24 +01:00
Kierán Meinhardt
aa86d488cf python3Packages.lyricwikia: init at 0.1.11 2020-10-27 21:53:24 +01:00
Timo Kaufmann
55669a901b
Merge pull request #95530 from midchildan/package/sourcetrail
sourcetrail: 2019.3.46 -> 2020.2.43
2020-10-27 20:33:59 +01:00
Martin Weinelt
0ead6f8cfd
Merge pull request #101557 from mvnetbiz/zigpy-znp
home-assistant: pythonPackages.zigpy-znp: init at 0.2.2; pythonPackages.zigpy: 0.22.2 -> 0.26.0; pythonPackages.zigpy-cc: 0.5.1 -> 0.5.2; pythonPackages.zigpy-xbee: 0.12.1 -> 0.13.0; pythonPackages.zigpy-zigate: 0.6.1 -> 0.6.2
2020-10-27 18:30:26 +01:00
David Arnold
b016ae02e6
hostctl: init at 1.0.14 2020-10-27 11:17:55 -05:00
Michael Raskin
7371c2cc9b
Merge pull request #101837 from xfix/sgtpuzzles-20200610
sgtpuzzles: 20191114 -> 20200610
2020-10-27 16:08:02 +00:00
Eelco Dolstra
c54308d27c
Disable the metrics job
We currently don't have a machine to build this job
(https://github.com/NixOS/nixos-org-configurations/issues/127) which
delays channel updates until hydra-queue-runner auto-cancels the job.
2020-10-27 17:05:35 +01:00
Aaron L. Zeng
d240c4e1d1 ocamlPackages.bignum: init at 0.13 2020-10-27 16:04:06 +01:00
Jonathan Strickland
c84ddc7bf4 peaclock: init at 0.4.3
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-10-27 10:05:08 -04:00
midchildan
f806d4c79a
sourcetrail: 2019.3.46 -> 2020.2.43 2020-10-27 22:55:18 +09:00
Scriptkiddi
1e3f24f5f4
pythonPackages.googlemaps: init at 4.4.2 2020-10-27 11:35:06 +01:00
Konrad Borowski
d838ef0795 sgtpuzzles: 20191114 -> 20200610 2020-10-27 11:28:02 +01:00
Timo Kaufmann
f331acc1a2
Merge pull request #90430 from berbiche/byobu-screen
byobu: add screen backend
2020-10-27 09:45:03 +01:00
Lassulus
6a62663c60
Merge pull request #101548 from kmein/feature/vimv
vimv: init at unstable-2019-10-31
2020-10-27 07:44:33 +01:00
Matt Votava
760e367b6d python3Packages.zigpy-znp: init at 0.2.2, add tests 2020-10-26 22:48:40 -07:00
Denys Pavlov
ff3dca56ed pythonPackages.sqlite-utils: init at 2.22 2020-10-26 22:04:12 -04:00
Ryan Mulligan
178d373a8a
Merge pull request #83687 from primeos/wshowkeys
wshowkeys: init at 2020-03-29
2020-10-26 18:55:16 -07:00
Nicolas Berbiche
3ac1ffe8b2
byobu: add support for the screen backend 2020-10-26 20:52:46 -04:00
Florian Klink
5f8a741abf systemdMinimal: build without glib
This takes glib (and by this, gtk-doc) out of systemdMinimal's build
closure.
2020-10-26 21:58:49 +01:00
Sarah Brofeldt
d699505277
Merge pull request #100688 from henrikolsson/master
noise-suppression-for-voice: init at 2020-10-10
2020-10-26 20:05:27 +01:00
Henrik Olsson
c24433bedb noise-suppression-for-voice: init at 2020-10-10 2020-10-26 19:40:26 +01:00
Maximilian Bosch
7b55516f94
Merge pull request #101762 from p-h/gradle-6.7
gradle: 6.6 -> 6.7
2020-10-26 16:20:02 +01:00
Ryan Mulligan
99725609cd
Merge pull request #89227 from f4814/rcon-init
rcon: init at 0.5
2020-10-26 06:56:21 -07:00
Anderson Torres
ac08a3973c
Merge pull request #100536 from AndersonTorres/corectrl
corectrl: init at 1.1.1
2020-10-26 10:34:12 -03:00
Philippe Hürlimann
fe217b9fb9 gradle: 6.6 -> 6.7 2020-10-26 14:26:24 +01:00
Janne Heß
038793bd1e
asterisk_18: Init at 18.0.0
I hope I bumped all attributes correctly.
2020-10-26 14:10:29 +01:00
Sandro Jäckel
fd29e9a3c0 rustscan: fix building on darwin 2020-10-26 21:55:34 +10:00
Anderson Torres
ad19f56230
Merge pull request #90276 from Ralith/pfsfix
pfstools: fix Qt environment
2020-10-26 08:39:23 -03:00
Anderson Torres
81573a6435
Merge pull request #81608 from layus/dafny-update3
dafny: pin z3 and Boogie version
2020-10-26 08:36:31 -03:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
AndersonTorres
846266d9af corectrl: init at 1.1.1 2020-10-25 23:11:40 -03:00
Kierán Meinhardt
ea0d888242 vimv: init at unstable-2019-10-31 2020-10-25 19:13:20 +01:00
Vincent Laporte
b5f396e43a ocamlPackages.mirage-net: init at 3.0.1 2020-10-25 16:02:34 +01:00
Frederik Rietdijk
89a60382e4 Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/

This reverts commit af8a48c3c1.
2020-10-25 13:55:44 +01:00
Frederik Rietdijk
af8a48c3c1 Revert "pythonPackages.django: clarify versions, remove django_lts attribute"
Fix eval.

This reverts commit 00d5a13322.
2020-10-25 13:44:02 +01:00
Vincent Laporte
aa7977af2c ocamlPackages.mirage-bootvar-unix: init at 0.1.0 2020-10-25 11:09:43 +01:00
Vincent Laporte
8b2e5dcf27 ocamlPackages.parse-argv: init at 0.2.0 2020-10-25 11:09:43 +01:00
georgewhewell
53c52f1a45 kodi: remove jre override, use headless 2020-10-25 10:52:45 +01:00
Jonathan Strickland
b775bc734e pinboard: init at 2.1.8 2020-10-25 10:29:53 +01:00
Ben Darwin
8e17389a56 graspy: rename to graspologic 2020-10-25 10:17:35 +01:00
Frederik Rietdijk
00d5a13322 pythonPackages.django: clarify versions, remove django_lts attribute
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/
2020-10-25 10:16:38 +01:00
Frederik Rietdijk
f9ae2b7dac pythonPackages.django_3: init at 3.1 2020-10-25 10:16:38 +01:00
volth
3dc6b14b72 all-packages.nix: pkgs.config.cudaSupport -> config.cudaSupport 2020-10-25 10:02:45 +01:00
Vladimír Čunát
2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát
4bd836b381
Merge branch 'master' into staging-next 2020-10-25 09:46:04 +01:00
Michele Guerini Rocco
c868baa4ca
Merge pull request #101614 from rnhmjoj/arx
arx-libertatis: 2019-07-22 -> 2020-10-20
2020-10-25 09:43:28 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Vladimír Čunát
17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Michael Raskin
0fc4bba48e
Merge pull request #101632 from 7c6f434c/nyxt-deps
pkgs.nyxt: init at 2020-10-23
2020-10-25 08:11:05 +00:00
bqv
be17edc6f6 pkgs.nyxt: init at 2020-10-23 2020-10-25 08:56:12 +01:00
Vladimír Čunát
ed217bcc35
Merge #100446: python*Packages.apprise: fix dependencies 2020-10-25 08:39:18 +01:00
r-burns
4e88622ac9
bacula: fix build on darwin (#101526) 2020-10-25 00:04:37 -04:00
rnhmjoj
9ae47f9e64
arx-libertatis: remove old override 2020-10-25 02:38:37 +02:00
Lassulus
a020c1b591
Merge pull request #101536 from kmein/feature/opustags
opustags: init at 1.3.0
2020-10-24 23:39:16 +02:00
Andreas Rammhold
ff957d06ac
Merge pull request #99718 from ckauhaus/99286-suil-qt5-alias
suil-qt5: remove from aliases.nix
2020-10-24 23:07:57 +02:00
Guillaume Maudoux
7b7efa47e7 dafny: use pinned z3 in the full closure 2020-10-24 22:24:40 +02:00
Kierán Meinhardt
cd63b94b0d python3Packages.betacode: init at 1.0 2020-10-24 21:15:46 +02:00
Kierán Meinhardt
55d047fc0e python3Packages.pygtrie: init at 2.3 2020-10-24 21:15:46 +02:00
Kierán Meinhardt
af0eab7a79 opustags: init at 1.3.0 2020-10-24 21:11:25 +02:00
StigP
ec352ccff6
Merge pull request #101550 from zakame/updates/perl-PerlTidy
perlPackages.TestPerlTidy: 20200412 -> 20200930
2020-10-24 17:24:23 +00:00
Guillaume Maudoux
7769e32006 dafny: pin z3 and Boogie version 2020-10-24 17:04:15 +02:00
Zak B. Elep
e843c46396 perlPackages.PerlTidy: 20200110 -> 20201001 2020-10-24 22:45:35 +08:00
Zak B. Elep
31825fdef3 perlPackages.TestPerlTidy: 20200412 -> 20200930 2020-10-24 22:45:22 +08:00
Michael Raskin
18a170fe8e
Merge pull request #101544 from 7c6f434c/sbcl-update
sbcl: 2.0.0 -> 2.0.8; add 2.0.9; lispPackages: regenerate
2020-10-24 13:19:34 +00:00
Michael Raskin
571d45fea6 sbcl: 2.0.0 -> 2.0.8 2020-10-24 12:52:16 +02:00
Vincent Laporte
7be0ab8249 ocamlPackages.mirage-fs: init at 3.0.1 2020-10-24 12:25:02 +02:00
Vincent Laporte
8f0accd00f ocamlPackages.mirage-kv: init at 3.0.1 2020-10-24 12:25:02 +02:00
Michael Raskin
21ada4cf89 sbcl: add 2.0.9 2020-10-24 10:34:56 +02:00
Dennis Gosnell
81881f2a1d
Merge pull request #101214 from lostnet/ghcpr1a
ghc:8.10.2Binary bootstrap for 8.8 on aarch64 (NixOS#97407)
2020-10-24 17:33:55 +09:00
Jan Tojnar
c7c4c236e0
libsysprof-capture: init
This will allow us to use sysprof-capture as a dependency of other libraries like GLib.
2020-10-24 06:57:59 +02:00
Nikolay Korotkiy
0c102b283d python3Packages.pygmt: init at 0.2.0 2020-10-23 18:05:52 -07:00
WORLDofPEACE
949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Jan Tojnar
61afd7f80e
tracker_2: drop
It does not seem to work and only semi-broken apps like Books and Documents depend on it.
2020-10-24 01:18:49 +02:00
WORLDofPEACE
9aaad83e43
zeitgeist: switch to Python 3 2020-10-24 01:17:30 +02:00
WORLDofPEACE
cb1a410de6
gnome-connections: init at 3.38.0 2020-10-24 01:17:27 +02:00
WORLDofPEACE
13dfd7464e
freerdp: build tweaks
* use latest ffmpeg_4
* add libjpeg_turbo support
* add cairo support
* add ffmpeg vaapi support
2020-10-24 01:17:03 +02:00
WORLDofPEACE
620c1ef3a0
tracker-miners-2: init at 2.3.3 2020-10-24 01:15:49 +02:00
WORLDofPEACE
d2cba8af0a
tracker_2: init at 2.3.4
The following apps still need the old tracker:
- photos
- games
- books
- documents
2020-10-24 01:15:15 +02:00
WORLDofPEACE
f90473785f
libhandy_0: init at 0.0.13 2020-10-24 01:14:06 +02:00
Jan Tojnar
c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
Bruno Bigras
b622f7fe80 angle-grinder: init at 0.15.0 2020-10-23 18:03:40 -04:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Michael Raskin
228b835dd7
Merge pull request #101485 from sikmir/openscenegraph
openscenegraph: enable on darwin
2020-10-23 20:43:44 +00:00
Alexandre Macabies
af28dac3ac prometheus-rtl_433-exporter: init at 641a1f5 2020-10-23 20:33:35 +02:00
Nikolay Korotkiy
4b545daec4
openscenegraph: enable on darwin 2020-10-23 21:25:05 +03:00
Ryan Mulligan
3c96aceb3c
Merge pull request #101465 from ryantm/sonar-scanner-cli
sonar-scanner-bin: rename to sonar-scanner-cli, 3.3.0.1492 -> 4.5.0.2216
2020-10-23 09:59:59 -07:00
Christoph Hrdinka
972ba804fd
Merge pull request #100162 from samuelgrf/pcsx2_gtk3-x86_64
pcsx2: multiple improvements
2020-10-23 16:48:45 +02:00
Samuel Gräfenstein
e8c80d8a26
gerbera, waybar: build with fmt_6 2020-10-23 15:43:47 +02:00
Samuel Gräfenstein
0c10d50caa
fmt_6, fmt_7: init 2020-10-23 15:39:26 +02:00
Ryan Mulligan
77fe740a5b sonar-scanner-bin: rename to sonar-scanner-cli, 3.3.0.1492 -> 4.5.0.2216
also fix up meta info
2020-10-23 06:30:32 -07:00
Ryan Mulligan
e3ac67d42e
Merge pull request #55558 from ghost/sonar-scanner
sonar-scanner-bin: init at 3.3.0.1492
2020-10-23 06:21:41 -07:00
Sandro Jäckel
863ae4a768
gitlab-triage: init at 1.13.0 2020-10-23 09:37:39 +02:00
IvarWithoutBones
cda313e3cc pythonPackages.imdbpy: init at 2020.9.25 2020-10-23 03:16:36 +02:00
Anderson Torres
253fb7648c
Merge pull request #101244 from zaninime/nanovna-saver
nanovna-saver: init at 0.3.7
2020-10-22 20:42:56 -03:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Jan Tojnar
4147603e5b
Merge pull request #101174 from xaverdh/aliases-throws-names
pkgs/top-level/aliases.nix: improve error messages
2020-10-22 20:54:12 +02:00
Dominik Xaver Hörl
9c3bc4a757 pkgs/top-level/aliases.nix: improve error messages
Change error messages to start with or at least mention the name of the
package being referenced. This avoids obscure error messages like
"error: Abandoned by upstream." when rebuilding your system.
Also do some trivial cosmetic changes while touching things.
2020-10-22 19:53:04 +02:00
Zak B. Elep
9d53d4bb88 perlPackages.FutureAsyncAwait: 0.44 -> 0.45 2020-10-23 01:36:53 +08:00
Anderson Torres
02e4a0e65f
Merge pull request #95320 from mstrangfeld/tektoncd-cli
tektoncd-cli: init at 0.13.0
2020-10-22 12:15:38 -03:00
Francesco Zanini
2a54c4f950 nanovna-saver: init at 0.3.7 2020-10-22 16:23:13 +02:00
Francesco Zanini
6bcc200340 pythonPackages.scipy_1_4: nanovna-saver dependency 2020-10-22 16:23:06 +02:00
Doron Behar
44dd65ffca
Merge pull request #98093 from marius851000/portmod 2020-10-22 15:12:13 +03:00
Eelco Dolstra
05bdfd6f2f
Merge pull request #98973 from Ma27/bump-hydra
hydra-unstable: 2020-09-02 -> 2020-10-20
2020-10-22 12:01:13 +02:00
Eelco Dolstra
357a62df6c
Merge pull request #101272 from edolstra/fix-kdeconnect
Fix kdeconnect
2020-10-22 11:18:38 +02:00
midchildan
55871dc165
javaPackages: add upgraded packages
These are packages required to build Sourcetrail Java support

- maven-compiler-plugin 3.2
- plexus-compiler-api 2.4
- plexus-compiler-javac 2.4
- plexus-compiler-manager 2.4
2020-10-22 10:11:36 +09:00
Will Young
1c2ee215ab ghc:8.10.2Binary bootstrap for 8.8 on aarch64 (NixOS#97407) 2020-10-21 21:13:22 +02:00
Eelco Dolstra
fa08ce096e kdeconnect: Use Qt 5.12
Fixes #99951.

  $ kdeconnect-app
  Cannot mix incompatible Qt library (5.12.7) with this library (5.15.0)
  Aborted (core dumped)
2020-10-21 20:35:49 +02:00
Maximilian Bosch
1308817e05
nixos/hydra: remove hydra-migration upgrade path
This should NOT be backported to 20.09!

When 21.03 is released, the DB changes are about a year old and
operators had two release cycles for the upgrade. At this point it
should be fair to remove the compat layer to reduce the complexity of
the module itself.
2020-10-21 18:03:04 +02:00
Vladimír Čunát
90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
zowoq
c43e01b6d2 rustPlatform: fix darwin build failure 2020-10-21 20:20:15 +10:00
Timo Kaufmann
ea0abe99d8
Merge pull request #100374 from berbiche/wayst
wayst: init at 2020-10-12
2020-10-21 09:56:52 +02:00
Ryan Burns
40e9a2340a python3Packages.yamale: init at 3.0.4 2020-10-20 21:34:32 -07:00
Mario Rodas
99332f9728
Merge pull request #101212 from leemhenson/nodejs-15_x
nodejs-15_x: init at 15.0.0
2020-10-20 19:14:30 -05:00
Anders Kaseorg
0931ebd00a rufo: init at 0.12.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-10-20 16:44:04 -07:00
Nicolas Berbiche
31cd7cfbd1 wayst: init at 2020-10-12 2020-10-20 19:20:36 -04:00
Florian Klink
6e5ccaa34f
Merge pull request #100657 from flokli/network-manager-sstp
networkmanager-sstp: init at unstable-2020-04-20, bump sstp from 1.0.12 to 1.0.13
2020-10-21 00:33:13 +02:00
Florian Klink
72cd3086cc networkmanager-sstp: init at unstable-2020-04-20 2020-10-21 00:02:18 +02:00
Samuel Gräfenstein
d6def694c1
pcsx2: build with gtk3 and support x86_64 builds 2020-10-21 00:00:00 +02:00
Lee Henson
cd3c2b1fad
nodejs-15_x: init at 15.0.0
Changelog: https://github.com/nodejs/node/releases/tag/v15.0.0
2020-10-20 21:16:09 +01:00
Frederik Rietdijk
23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
StigP
a24a33dbc8
Merge pull request #101182 from zakame/zakame/meta/perl-LinuxInotify2
perlPackages.LinuxInotify2: add description/license to meta
2020-10-20 18:51:16 +00:00
Ryan Mulligan
72ac8255dc
Merge pull request #88921 from sikmir/keeweb
keeweb: init at 1.15.7
2020-10-20 10:44:55 -07:00
Doron Behar
0f3d40ef68
Merge pull request #84816 from FlorianFranzen/texmacs
texmacs: 1.99.11 -> 1.99.13
2020-10-20 20:17:26 +03:00
Zak B. Elep
1d8c943339 perlPackages.LinuxInotify2: add description/license to meta 2020-10-20 22:51:21 +08:00
Janne Heß
cdabe1007c
raspberrypi-eeprom: Init at 2020-10-05 2020-10-20 15:45:58 +02:00
Jan Tojnar
d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
StigP
dba3e198d4
Merge pull request #101118 from zakame/zakame/updates/perl-Future-0.46
perlPackages.Future: 0.45 -> 0.46
2020-10-20 10:30:40 +00:00
Vincent Laporte
466194482c ocamlPackages.ppx_type_conv: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte
1f65cf4bde ocamlPackages.ppx_fail: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte
649059d42b ocamlPackages.ppx_driver: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Vincent Laporte
07ad2970a5 ocamlPackages.ppx_core: remove at 113.33.03 2020-10-20 09:39:30 +02:00
Zak B. Elep
6f4105f412 perlPackages.Future: 0.45 -> 0.46 2020-10-20 12:13:26 +08:00
V
3835f35f2b uemacs: remove
This crashes with a buffer overflow upon running it. It has likely been
broken for some time. It has no maintainers. It is also unfree.
2020-10-20 03:27:03 +02:00
Rebecca Turner
e19a5b3f95
ytop: Add "ytop" to ytop's error message
Right now, running `nixos-rebuild` gives an obscure error:
```
$ nixos-rebuild switch
building Nix...
building the system configuration...
error: Abandoned by upstream. Consider switching to bottom instead
(use '--show-trace' to show detailed location information)
```

(And `--show-trace` adds no useful information.)

The error message doesn't indicate that `ytop` is what's causing the problem.
By adding `ytop` to the error message, configurations that still reference
`ytop` will be easier to debug and fix.
2020-10-19 18:24:28 -04:00
Jan Tojnar
17739fa570
python3.pkgs.pycairo: clean up
* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
2020-10-20 00:07:26 +02:00
V
744a504030
fx: init at 20.0.2 (#100828) 2020-10-19 20:38:17 +00:00
Rok Garbas
298659b5f8
Merge pull request #101080 from Patryk27/news/unifi
unifiBeta: init at 6.0.23
2020-10-19 21:45:59 +02:00
Martin Weinelt
4dca83eb54
Merge pull request #101033 from JamieMagee/pyaftership
pythonPackages.pyaftership: init at 0.1.2
2020-10-19 20:59:26 +02:00
Patryk Wychowaniec
07518da204
unifiBeta: init at 6.0.23 2020-10-19 18:47:12 +02:00
Jonathan Ringer
67d2de5ffa python310: init at 3.10a1 2020-10-19 09:31:27 -07:00
Evan Stoll
154fa4d0e7 pythonPackages.hydrus: init at 413 2020-10-19 09:13:33 -07:00
Ryan Mulligan
12642234d9
Merge pull request #99883 from mtanzi/elixir-1.11.0
elixir_1_11: init at 1.11.0
2020-10-19 08:52:02 -07:00
StigP
76fe85fcdd
Merge pull request #101012 from r-burns/perl-linux
perlPackages.Linux*: disable on non-Linux platforms
2020-10-19 14:20:10 +00:00
Peter Simons
e0f62babfc
Merge pull request #100215 from RasmusRendal/boost
boost173 and boost174: Init both
2020-10-19 09:44:07 +02:00
Jamie Magee
d804c4393f
pythonPackages.pyaftership: init at 0.1.2 2020-10-18 23:10:23 +02:00
Jean-François Roche
af87635776
python{2,3}Packages.gntp: init at 1.0.3 2020-10-18 22:22:59 +02:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging 2020-10-18 21:21:03 +02:00
Martin Weinelt
c3054b77d7
Merge pull request #93400 from ruuda/mopidy-local
mopidy-local: init at 3.1.1
2020-10-18 20:19:31 +02:00
Ryan Burns
b7e4ac43e4 perlPackages.Linux*: disable on non-Linux platforms 2020-10-18 10:42:31 -07:00
Ruud van Asseldonk
b82ca4d2e1 mopidy-local-sqlite: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
2020-10-18 19:33:55 +02:00
Ruud van Asseldonk
79a823ceae mopidy-local-images: remove
This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older plugins any more.
2020-10-18 19:32:55 +02:00
Ruud van Asseldonk
7565d00a7c mopidy-local: init at 3.1.1
Mopidy-Local is the successor to Mopidy-Local-SQLite and
Mopidy-Local-Images, which are already packaged. I had to make
gobject-introspection a propagated build input, otherwise
Mopidy-Local can't import Mopidy.
2020-10-18 19:31:07 +02:00
Jamie Magee
8fadee041c pythonPackages.accuweather: init at 0.0.11 2020-10-18 09:41:30 -07:00
Gabriel Ebner
7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython 2020-10-18 16:28:57 +02:00
Gabriel Ebner
27bf7cb663 opencascade-occt730: remove 2020-10-18 15:13:25 +02:00
Gabriel Ebner
1665d59ac3 freecadStable: remove
It depends on the insecure qtwebkit package.
2020-10-18 15:12:12 +02:00
Peter Hoeg
3694212f4d puddletag: fix wrapping 2020-10-18 20:26:50 +08:00
Michael Weiss
7c676c6429
wshowkeys: init at 2019-09-26 2020-10-18 14:09:49 +02:00
marius david
aa442d0660 portmod: init at 2.0_beta9 2020-10-18 11:10:46 +02:00
marius david
27c87b0fa8 tr-patcher: init at 1.0.5 2020-10-18 11:10:39 +02:00
marius david
e71198d9f0 tes3cmd: init at 0.40-pre-release-2 2020-10-18 10:31:11 +02:00
marius david
9c17a5448b patool: init at 1.12 2020-10-18 10:31:11 +02:00
marius david
f4a58813fa python3Packages.redbaron: init at 0.9.2 2020-10-18 10:31:11 +02:00
marius david
eca871cbaa python3Packages.baron: init at 0.9 2020-10-18 10:31:10 +02:00
marius david
1c8204e0fa python3Packages.python-sat: init at 0.1.6.dev6 2020-10-18 10:30:07 +02:00
Vladimír Čunát
04821fbe46
Merge #93333: julia: Remove version 0.7 and 1.1 2020-10-18 10:29:04 +02:00
Vladimír Čunát
81b1356944
Merge #98415: wordnet: Fix darwin build 2020-10-18 10:07:04 +02:00
Vincent Laporte
d149b27d41 ocamlformat: refactor 2020-10-18 09:51:18 +02:00
Robert Scott
9a09285f5a pythonPackages.fastprogress: init at 1.0.0 2020-10-17 22:35:27 -07:00
StigP
5c5e7b119e
Merge pull request #100820 from zakame/zakame/contrib/perl-IOAsyncSSL
perlPackages.IOAsyncSSL: init at 0.22
2020-10-17 21:47:40 +00:00
Martin Weinelt
5304f52bc7 python3Packages.aubio: init at 0.4.9 2020-10-17 14:40:21 -07:00
Martin Weinelt
73eea3d98d python3Packages.sacn: init at 1.4.6 2020-10-17 14:40:21 -07:00
Florian Franzen
a30600a387 texmacs: 1.99.11 -> 1.99.13 2020-10-17 21:24:54 +02:00
Martin Weinelt
0d0c9769b0 python3Packages.wled: init at 0.4.4 2020-10-17 12:01:41 -07:00
Mario Rodas
311a0c490f
Merge pull request #100838 from RaghavSood/stripe-cli/init
stripe-cli: init at 1.5.3

Fixes #100609
2020-10-17 13:44:51 -05:00
Ben Darwin
e20652da9b elastix: 5.0.0 -> 5.0.1; unbreak OS X build 2020-10-17 11:36:31 -07:00
Matt Huszagh
0c695515e2 pythonPackages.python-openems: init at unstable-2020-02-15 2020-10-17 10:12:37 -07:00
Raghav Sood
0e8198502f
stripe-cli: init at 1.5.3 2020-10-17 23:35:58 +08:00
Zak B. Elep
06deaadb70 perlPackages.IOAsyncSSL: init at 0.22 2020-10-17 20:05:19 +08:00
marius david
487c1902b5 pythonPackages.pypblib: init at 0.0.4 2020-10-17 10:36:06 +02:00
Daniël de Kok
cd0e1c093b
Merge pull request #99288 from siraben/z80e-init
knightos-z80e: init at 0.5.0
2020-10-17 10:19:02 +02:00
Ben Siraphob
bd09a9e386 knightos-z80e: init at 0.5.0 2020-10-17 09:55:22 +02:00
Mario Rodas
2a58362f8f
Merge pull request #100213 from yanganto/hotfix-hime
hime: fix enable hime, remove hime-all package
2020-10-16 23:51:24 -05:00
Dmitry Bogatov
78d9b5fb1a psftools: init at 1.0.13 2020-10-17 00:00:00 -04:00
Antonio Yang
52b903b3c4 hime: fix enable hime, remove hime-all package
- fix inputMethod.enable hime by adding module list
- rm hime-all package, because chewing, anthy modules does not work well
2020-10-17 10:48:31 +08:00
Peter Simons
50e986ba96
Merge pull request #100716 from NixOS/haskell-updates
Update Haskell package set to LTS 16.18 (plus other fixes)
2020-10-16 22:34:52 +02:00
Anderson Torres
4669a06b33
Merge pull request #99572 from siraben/tilem-init
tilem: init at 2.0
2020-10-16 12:18:21 -03:00
Stig P
d944d67751
Merge pull request #100652 from zakame/zakame/contrib/perl-FutureAsyncAwait
perlPackages.FutureAsyncAwait: init at 0.44
2020-10-16 13:49:29 +00:00
Zak B. Elep
86e486a890 perlPackages.FutureAsyncAwait: init at 0.44
dependencies:
perlPackages.XSParseSublike: init at 0.10
2020-10-16 20:55:26 +08:00
Peter Simons
92805ab38d Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-10-16 13:37:56 +02:00
Vincent Laporte
6742cc7660 ocamlPackages.camlimages: remove at 4.1.2 2020-10-16 12:33:38 +02:00
Daniël de Kok
e7add4afc1
Merge pull request #99374 from siraben/mktiupgrade-init
knightos-mktiupgrade: init at 1.1.6
2020-10-16 10:34:30 +02:00
Ben Siraphob
f8ca1bebdf knightos-mktiupgrade: init at 1.1.6 2020-10-16 07:48:16 +02:00
Ryan Mulligan
c4679aac6f
Merge pull request #96698 from KAction/snooze
snooze: init at 0.4
2020-10-15 16:29:34 -07:00
Stig P
fd2995dfcb
Merge pull request #56267 from catern/ssprefork
perlPackages.NetServerSSPrefork: init at 0.06pre
2020-10-15 22:48:28 +00:00
Florian Klink
9d0d99f05b
Merge pull request #95746 from Mic92/cloud-init
cloud-init: 0.7.9 -> 20.2 (python3!)
2020-10-15 22:57:46 +02:00
xrelkd
7ee6eb7e1d clipcat: init at 0.4.19 2020-10-16 03:49:26 +08:00
Janne Heß
1c0f102220
pyocr: Use tesseract without alias 2020-10-15 20:53:57 +02:00
Lassulus
8b4d70ca94
Merge pull request #100466 from ryanorendorff/agda-functional-linear-algebra
agda-packages: add functional-linear-algebra library at v0.1
2020-10-15 20:21:56 +02:00
Michael Weiss
c55a67dcf0
ffmpeg-full: Build without rav1e
The build of rav1e is currently broken, see #100029.
2020-10-15 20:11:52 +02:00
Spencer Baugh
b156dd9fda perlPackages.NetServerSSPrefork: init at 0.06pre
This package hasn't seen a release in about 9 years, and there are
important features on master (namely, Unix socket support), so we'll
get our version from Github.
2020-10-15 13:44:07 -04:00
Spencer Baugh
e5a84155af perlPackages.TestUNIXSock: init at 0.4 2020-10-15 13:44:07 -04:00
Peter Simons
56bc587444 Merge remote-tracking branch 'origin/master' into haskell-updates, 2020-10-15 19:39:16 +02:00
Ryan Orendorff
c78dc9cf5b agda-packages: add fla library at v0.1
Adds the functional-linear-algebra library to the agda package set.
2020-10-15 10:54:22 -06:00
Doron Behar
1db3202722
Merge pull request #75843 from jbedo/lumpy 2020-10-15 19:46:13 +03:00
Stig P
3464ccf58d
Merge pull request #100599 from stigtsp/package/perl-mojolicious-8.63
perlPackages.Mojolicious: 8.58 -> 8.63
2020-10-15 16:00:21 +00:00
Tim Steinbach
153787e7dc
Merge pull request #100528 from mweinelt/linux_latest
linuxPackages_latest: update to linuxPackages_5_9
2020-10-15 11:09:40 -04:00
Stig Palmquist
098d951e4d
perlPackages.Mojolicious: 8.58 -> 8.63 2020-10-15 15:34:29 +02:00
Mario Rodas
74da7d5a79
Merge pull request #100491 from marsam/init-resvg
resvg: init at 0.11.0
2020-10-15 07:31:08 -05:00
sternenseemann
a65c4739a3 perlPackages.PerlCriticMoose: init at 1.05 2020-10-15 12:40:43 +02:00
Doron Behar
0826f2efae
Merge pull request #94049 from CajuM/vulkan-up 2020-10-15 09:53:35 +03:00
Dmitry Bogatov
35943384ea snooze: init at 0.4 2020-10-15 00:00:00 -04:00
Mario Rodas
a5f819d08b
Merge pull request #92387 from marsam/init-tubeup
pythonPackages.tubeup: init at 0.0.19
2020-10-14 22:16:24 -05:00
Mario Rodas
d497f8b360
Merge pull request #100453 from berbiche/deprecate-ytop-gotop
ytop: remove
2020-10-14 21:14:14 -05:00
Martin Weinelt
873497f94f
linuxPackages_latest: update to linuxPackages_5_9
The linux 5.9 package set was introduced in
0a614d2fb5 but the linuxPackages_latest
packageset alias wasn't updated.
2020-10-15 00:33:36 +02:00
Câju Mihai-Drosi
00946dc283 Move glslang and vulkan-validation-layers overrides out of all-packages 2020-10-15 00:54:05 +03:00
Frederik Rietdijk
b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
José Romildo Malaquias
6bae92a3ee
Merge pull request #99980 from romildo/upd.marwaita-ubuntu
marwaita-ubuntu: init at 1.5
2020-10-14 14:45:41 -03:00
Anderson Torres
b19efccaf1
Merge pull request #100448 from eraserhd/rep-0.2.0
rep: init at 0.2.1
2020-10-14 13:39:36 -03:00
Nicolas Berbiche
258ebb540e
ytop: remove
Upstream has archived the repository and recommends bottom
2020-10-14 12:10:30 -04:00
Elis Hirwing
90a7b7672c
Merge pull request #100341 from etu/php-move-extension-derivations-to-separate-dirs
php: move extension derivations to separate dirs
2020-10-14 17:46:02 +02:00
José Romildo Malaquias
722a480c88 marwaita-ubuntu: init at 1.5 2020-10-14 10:47:51 -03:00
Anderson Torres
09ccd168f0
Merge pull request #100405 from magnetophon/xtuner
xtuner: init at 1.0
2020-10-14 10:11:58 -03:00
Jason Felice
2c9ffab4e2 rep: init at 0.2.1 2020-10-14 08:45:10 -04:00
Rok Garbas
12fc5bc075
Merge pull request #100401 from evax/vuescan
vuescan: init at 9.7
2020-10-14 14:15:58 +02:00
Rok Garbas
a740a0bdd1
Merge pull request #100480 from rnhmjoj/trans-remote
transmission-remote-cli: remove
2020-10-14 14:09:50 +02:00
Rok Garbas
6e8efe8a11
Merge pull request #100459 from AndersonTorres/unqlite-new
unqlite: init at 1.1.9
2020-10-14 14:02:49 +02:00
Thomas Droxler
f37f5381b1 perlPackages.AppMusicChordPro: init at 0.977 2020-10-14 12:22:48 +02:00
Thomas Droxler
f5ac538395 perlPackages.TextLayout: init at 0.019 2020-10-14 12:22:48 +02:00
Thomas Droxler
19935694da perlPackages.StringInterpolateNamed: init at 1.00 2020-10-14 12:22:48 +02:00
Thomas Droxler
f6037690c1 perlPackages.FileLoadLines: init at 0.02 2020-10-14 12:22:48 +02:00
Thomas Droxler
b77e30043e perlPackages.AppPackager: init at 1.430.1 2020-10-14 12:22:48 +02:00
Frederik Rietdijk
b981eca057 Merge master into staging-next 2020-10-14 11:32:49 +02:00
Bart Brouns
e37ee61a68 xtuner: init at 1.0 2020-10-14 11:13:56 +02:00
rnhmjoj
b42a421e47
transmission-remote-cli: remove
This finally stopped working after transmission upgraded the API
protocol to v3.0.
2020-10-14 09:26:23 +02:00
Vincent Laporte
c0ab50b741 orpie: 1.5.2 → 1.6.1 2020-10-14 07:33:04 +02:00
Vincent Laporte
b3910a583c ocamlPackages.gsl: init at 1.24.3 2020-10-14 07:33:04 +02:00
Mario Rodas
ab8f1f32f3 resvg: init at 0.11.0 2020-10-14 04:20:00 +00:00
John Ericson
f3db41d730
Merge pull request #99335 from obsidiansystems/make-rust-platform-separate
makeRustPlatform: Put back in it's own file.
2020-10-13 22:15:47 -04:00
John Ericson
e54f6b1fde
Merge pull request #99401 from Ericson2314/cmake-optional-openssl
cmake: Tighten deps
2020-10-13 22:13:13 -04:00
Austin Butler
c9c4730f11 python3Packages.google-cloud-org-policy: init at 0.1.2 2020-10-13 18:48:52 -07:00
Austin Butler
906d77af8b python3Packages.google-cloud-access-context-manager: init at 0.1.2 2020-10-13 18:48:52 -07:00
AndersonTorres
87056f5fa1 unqlite: init at 1.1.9 2020-10-13 22:38:27 -03:00
John Ericson
54b4b470c3 makeRustPlatform: Put back in it's own file.
We expose it on the top level, but I don't think it makes sense to pull
it from a specific version of the rust tools when it is in fact version
agnostic.

This reverts a tiny portion of 912dca193a.
2020-10-13 20:05:29 -04:00
John Ericson
e75f863bd4 darwin bootstrapping: Dedup code a bit 2020-10-13 19:26:13 -04:00
Anderson Torres
a9637e5b52
Merge pull request #100357 from AndersonTorres/zegrapher-new
zegrapher: init at 3.1.1
2020-10-13 15:14:04 -03:00
Frederik Rietdijk
dc0aeee5db Merge staging-next into staging 2020-10-13 19:35:37 +02:00
Frederik Rietdijk
9e1943edc0 Merge master into staging-next 2020-10-13 19:34:34 +02:00
Frederik Rietdijk
c5a41da563 kile: use qt 5.14 2020-10-13 19:21:34 +02:00
Jan Tojnar
22ac861c5c
Merge pull request #99992 from jeremyschlatter/pm2
pm2: init at 4.5.0
2020-10-13 19:15:17 +02:00
Tim Steinbach
6d174dd5e0
linux: Remove 5.7
`nix-shell -p nixpkgs-review --run "nixpkgs-review wip"` does not find any issues
2020-10-13 11:54:28 -04:00
Anderson Torres
1e70a76996
Merge pull request #99412 from 06kellyjac/init_starboard
starboard: init at 0.4.0
2020-10-13 12:46:24 -03:00
Ryan Mulligan
9c4fe53222
Merge pull request #86894 from contrun/koreader
koreader: init at 2020.09
2020-10-13 08:09:31 -07:00
YI
d4b420a9df koreader: init at 2020.09 2020-10-13 22:39:08 +08:00
Anderson Torres
f67893d8ac
Merge pull request #99407 from 06kellyjac/init_trivy
trivy: init at 0.11.0
2020-10-13 10:40:35 -03:00
Anderson Torres
7128fcea5a
Merge pull request #100173 from SuperSandro2000/grex
grex: init at 1.1.0
2020-10-13 10:37:25 -03:00
WORLDofPEACE
90ce7a4455
Merge pull request #98044 from mvnetbiz/gnome-passwordsafe
gnome-passwordsafe: init at 3.99.2
2020-10-13 09:21:20 -04:00
06kellyjac
aa7a16a72f trivy: init at 0.11.0 2020-10-13 14:18:41 +01:00
06kellyjac
fa4c32628d starboard: init at 0.4.0 2020-10-13 13:50:55 +01:00
Matt Votava
2cebafe5ba passwordsafe: init at 3.99.2 2020-10-13 04:30:50 -07:00
Domen Kožar
18d295cd19
Merge pull request #100258 from sikmir/mapper
openorienteering-mapper: 0.9.3 -> 0.9.4
2020-10-13 12:29:57 +02:00
Evax Software
b621f1b541 vuescan: init at 9.7 2020-10-13 12:11:47 +02:00
Daniël de Kok
7ab39519e0
Merge pull request #100289 from happysalada/cargo-edit
cargo-edit: fix Darwin build
2020-10-13 09:12:34 +02:00
Daniël de Kok
f91426713b cargo-edit: pass the Security dependency properly 2020-10-13 08:51:35 +02:00
Nikolay Korotkiy
6154471a6a
keeweb: init at 1.15.7 2020-10-13 09:21:26 +03:00
Cole Mickens
e362ce119b
grex: init at 1.1.0 2020-10-13 08:06:26 +02:00
Damien Cassou
58a6d078f0
Merge pull request #99724 from onny/ocenaudio
ocenaudio: init at 3.9.3
2020-10-13 08:06:06 +02:00
Vincent Laporte
8b92269f53 kst: remove broken 2020-10-13 07:55:22 +02:00
Austin Seipp
0a614d2fb5
linux: init 5.9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-12 20:10:29 -05:00
Mario Rodas
166bbe963b
Merge pull request #99995 from trepetti/fujprog-4.8
fujprog: 4.6 -> 4.8
2020-10-12 18:25:18 -05:00
AndersonTorres
1331d642e0 zegrapher: init at 3.1.1 2020-10-12 19:31:34 -03:00
Florian Klink
399a2ab954
Merge pull request #98917 from lovesegfault/klipper-init
klipper: init at 0.8.0
2020-10-13 00:20:24 +02:00
John Ericson
7568c3f452
Merge pull request #100038 from Kloenk/rust_1_47
rust: 1.46.0 -> 1.47.0
2020-10-12 16:53:53 -04:00
Finn Behrens
75ead1b43a
rust: 1.46.0 -> 1.47.0 2020-10-12 22:29:20 +02:00
Tom Repetti
eeb3c1f726 fujprog: fix MacOS build by adding IOKit dependency and add changelog 2020-10-12 15:28:36 -04:00
Robert Scott
afee72c311
Merge pull request #100168 from risicle/ris-perfplot-0.8.4
python3Packages.perfplot: 0.5.0 -> 0.8.4, fix build by packaging new dependencies
2020-10-12 19:41:31 +01:00
Mario Rodas
0f81680440
Merge pull request #100130 from suhr/julia-mono
julia-mono: init at 0.018
2020-10-12 06:32:25 -05:00
Tom Sydney Kerckhove
614441ec41 add smos to all-packages as well 2020-10-12 12:14:53 +02:00
Mario Rodas
5da31721c0
Merge pull request #100222 from sikmir/pg_tileserv
pg_tileserv: init at 1.0.3
2020-10-11 20:34:05 -05:00
Bernardo Meurer
85c15c4ccb
klipper: init at 0.8.0 2020-10-11 15:55:50 -07:00
Florian Klink
a6fec75d04
Merge pull request #93426 from helsinki-systems/feat/gitlab-pages
nixos/gitlab: Support pages
2020-10-11 23:50:19 +02:00
Justinas Stankevicius
01762fec0a prometheus-sql-exporter: init at 0.3.0 2020-10-11 23:36:10 +03:00
José Romildo Malaquias
e2064ae542
Merge pull request #99704 from Vonfry/update/dracula
dracula-theme: 1.3.0 -> 2.0 and rename ant-dracula to dracula-theme
2020-10-11 16:07:12 -03:00
Elis Hirwing
3d31818f1a
php: Drop usage of isPhp73 and isPhp74
These variables have bad names that doesn't really make full sense
2020-10-11 20:10:58 +02:00
Elis Hirwing
6d0abdd9c1
phpExtensions.yaml: Move to separate directory 2020-10-11 20:00:38 +02:00
Elis Hirwing
e810b999eb
phpExtensions.xdebug: Move to separate directory 2020-10-11 19:58:03 +02:00
Elis Hirwing
a004e2ca68
phpExtensions.sqlsrv: Move to separate directory 2020-10-11 19:55:31 +02:00
Elis Hirwing
f5a4a96fad
phpExtensions.redis: Move to separate directory 2020-10-11 19:53:07 +02:00
Elis Hirwing
80ba7d0c87
phpExtensions.rdkafka: Move to separate directory 2020-10-11 19:49:28 +02:00
Elis Hirwing
b27b297c56
php73Extensions.pthreads: Move to separate directory 2020-10-11 19:45:22 +02:00
Nikolay Korotkiy
f637dd34f6
openorienteering-mapper: 0.9.3 -> 0.9.4 2020-10-11 20:39:59 +03:00
Elis Hirwing
63e150560b
phpExtensions.protobuf: Move to separate directory 2020-10-11 19:39:34 +02:00
Elis Hirwing
58c1014f5a
phpExtensions.pinba: Move to separate directory 2020-10-11 19:37:31 +02:00
Elis Hirwing
d5ea4254a4
phpExtensions.php_excel: Move to separate directory 2020-10-11 19:32:05 +02:00
Elis Hirwing
fd6db7224b
phpExtensions.pdo_sqlsrv: Move to separate directory 2020-10-11 19:24:04 +02:00
Elis Hirwing
98bc2f4da6
phpExtensions.pcov: Move to separate directory 2020-10-11 19:19:01 +02:00
Elis Hirwing
1f00056a36
phpExtensions.oci8: Move to separate directory 2020-10-11 19:16:59 +02:00
Elis Hirwing
4cae064b2c
phpExtensions.mongodb: Move to separate directory 2020-10-11 19:14:22 +02:00
Elis Hirwing
77224fd8e7
phpExtensions.memcached: Move to separate directory 2020-10-11 19:10:24 +02:00
Elis Hirwing
df08b0fc00
phpExtensions.maxminddb: Move to separate directory 2020-10-11 19:05:50 +02:00
Elis Hirwing
f8180fed9a
phpExtensions.mailparse: Move to separate directory 2020-10-11 19:00:38 +02:00
Elis Hirwing
ba173b438a
phpExtensions.imagick: Move to separate directory 2020-10-11 18:57:01 +02:00
Elis Hirwing
6be3b07411
phpExtensions.igbinary: Move to separate directory 2020-10-11 18:56:56 +02:00
Elis Hirwing
ad0965029d
phpExtensions.event: Move to separate directory 2020-10-11 18:56:53 +02:00
Elis Hirwing
649fdcdc4a
phpExtensions.couchbase: Move to separate directory 2020-10-11 18:56:50 +02:00
Elis Hirwing
021c6fee67
phpExtensions.ast: Move to separate directory 2020-10-11 18:56:47 +02:00
Elis Hirwing
bf5ca6bbf3
phpExtensions.apcu_bc: Move to separate directory 2020-10-11 18:56:44 +02:00
Elis Hirwing
0fc9ac20fe
phpExtensions.apcu: Move to separate directory 2020-10-11 18:56:40 +02:00
Elis Hirwing
f688b895f9
Merge pull request #100252 from etu/php-move-derivations-to-separate-dirs
phpPackages: Move derivations to separate dirs
2020-10-11 18:55:12 +02:00
Justinas Stankevicius
6bdbd6b76c gnomeExtensions.freon: init at 40 2020-10-11 18:00:33 +02:00
Elis Hirwing
13c197085f
phpPackages.psysh: Move to separate directory and be version specific 2020-10-11 17:04:31 +02:00
Elis Hirwing
8473816508
phpPackages.psalm: Move to separate directory 2020-10-11 17:04:28 +02:00
Elis Hirwing
2defaa83c0
phpPackages.phpstan: Move to separate directory 2020-10-11 17:04:25 +02:00
Elis Hirwing
b3f36d7cd7
phpPackages.phpmd: Move to separate directory 2020-10-11 17:04:22 +02:00
Elis Hirwing
9055c588c2
phpPackages.phpcs: Move to separate directory 2020-10-11 17:04:15 +02:00
Elis Hirwing
c8f859fd57
phpPackages.phpcbf: Move to separate directory 2020-10-11 17:04:09 +02:00
Elis Hirwing
5d0cc8d156
phpPackages.php-parallel-lint: Move to separate directory 2020-10-11 17:04:02 +02:00
Elis Hirwing
47aa265985
phpPackages.php-cs-fixer: Move to separate directory 2020-10-11 17:03:54 +02:00
Elis Hirwing
e9a9b9ba82
phpPackages.composer2: Move to separate directory 2020-10-11 17:03:46 +02:00
Elis Hirwing
a149fe969c
phpPackages.composer: Move to separate directory 2020-10-11 17:03:40 +02:00
Elis Hirwing
5c8e29da49
phpPackages.box: Move to separate directory 2020-10-11 17:03:34 +02:00
Ryan Mulligan
8ebf265923
Merge pull request #86404 from nuxeh/nuxeh/domoticz-init-2020.2
domoticz: init at 2020.2
2020-10-11 05:59:28 -07:00
Vonfry
0f1be68116
dracula-theme: rename ant-dracula-theme to dracula-theme and update 2020-10-11 20:16:27 +08:00
Gabriel Ebner
b03c6ef37d
Merge pull request #99503 from NieDzejkob/isabelle-z3-fix 2020-10-11 12:39:09 +02:00
Robert Scott
5b66067eb9 python3Packages.rich: init at 8.0.0 2020-10-11 11:37:20 +01:00
Robert Scott
b5b8839e0a python3Packages.dufte: init at 0.2.9 2020-10-11 11:37:18 +01:00
Nikolay Korotkiy
f246be40af
pg_tileserv: init at 1.0.3 2020-10-11 13:11:24 +03:00
Rasmus Rendal
78b030f317 boost174: init at 1.74.0 2020-10-11 10:26:47 +02:00
Rasmus Rendal
35e296f5e5 boost173: init at 1.73.0 2020-10-11 10:26:47 +02:00
Ben Siraphob
3204e87efa swaglyrics: init at 1.2.2 2020-10-10 22:33:48 -07:00
Ben Siraphob
9b1f2a0e7f python3Packages.swspotify: init at 1.2.1 2020-10-10 22:33:48 -07:00
Ben Siraphob
81ef443d05 tilem: init at 2.0 2020-10-11 11:21:34 +07:00
Jan Tojnar
b6c7e8c66b
Merge pull request #100085 from siraben/miranda-init
miranda: init at 2.066
2020-10-11 05:16:48 +02:00
OPNA2608
2699d3f2a7 halide: 2019.08.27 -> 10.0.0 2020-10-11 05:09:01 +02:00
Ruud van Asseldonk
e9874b2ce5 pythonPackages.proto-plus: init at 1.10.1
I am adding this package because it is a dependency of
google_cloud_dataproc.
2020-10-10 19:37:23 -07:00
Ruud van Asseldonk
ef32b7fa5d pythonPackages.libcst: init at 0.3.12
I am adding this package because it is a dependency of
google_cloud_dataproc.
2020-10-10 19:37:23 -07:00
Ben Siraphob
4600ea9c31 miranda: init at 2.066 2020-10-11 09:09:27 +07:00
Jan Tojnar
1882368e8a
Merge branch 'staging-next' into staging 2020-10-11 00:27:42 +02:00