Commit Graph

53340 Commits

Author SHA1 Message Date
Jonathan Ringer 5473d0c554 python3Packages.starfish: remove due to prolonged breakage 2020-10-02 11:17:22 -07:00
Nikolay Korotkiy 70802f1d22
blogc: init at 0.20.0 2020-10-02 21:14:39 +03:00
Lassulus 2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Samuel Gräfenstein afa5fba493
jpexs: init at 11.3.0 2020-10-02 18:21:07 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee bc99830b67 pythonPackages.adguardhome: init at 0.4.2 2020-10-02 08:56:11 -07:00
Ben Siraphob fd18f7bbd7 knightos-patchrom: init at 1.1.3 2020-10-02 21:49:58 +07:00
zowoq 9e7e0e9aa1 caddy1: remove 2020-10-02 23:50:59 +10:00
Doron Behar 0ef1276d68
Merge pull request #99365 from Mic92/lldb 2020-10-02 16:34:27 +03:00
Timo Kaufmann d832ca8178
Merge pull request #97237 from midchildan/package/sd-local
sd-local: init at 1.0.5
2020-10-02 11:08:05 +02:00
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Jörg Thalheim f396492e6e
lldb: default to latest version
Unlike llvm we don't use it for building software and rather
want the latest and greatest.
2020-10-02 10:03:27 +02:00
Jonathan Ringer 1b17aea63e dbvisualizer: remove
Source has likely been broken since 2017
It's unfree, so we don't have hydra to view breakage history.
2020-10-01 21:15:04 -07:00
zowoq 5b09b92a16 traefik: 2.2.11 -> 2.3.1
https://github.com/traefik/traefik/releases/tag/v2.3.0
https://github.com/traefik/traefik/releases/tag/v2.3.1
2020-10-02 10:13:31 +10:00
Cole Helbling 11eddd61bc
top-level: ignore unexpected args
This fixes both `nix-shell` failing to eval with `nixUnstable`, as well
as ofborg's failure to eval on aarch64 due to passing an "unexpected
arg" (1112e3a8c8/ofborg/src/nix.rs (L334-L340)).
2020-10-01 11:21:32 -07:00
Cole Helbling d91cab87b1
Revert "top-level: fix nix-shell eval w/nixUnstable"
This reverts commit fa6064ad86.
2020-10-01 11:21:06 -07:00
Andrey Kuznetsov 9a54352353 tabnine: init at 3.1.1 2020-10-01 10:32:22 -07:00
Maciej Krüger b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Stig P 874cf0575b
Merge pull request #99169 from stigtsp/package/perl-text-diff-formattedhtml-init
perlPackages.TextDiffFormattedHTML: init at 0.08
2020-10-01 14:36:35 +00:00
Stig P cded620f2c
Merge pull request #99247 from stigtsp/package/perl-mojolicious-plugin-gravatar-init
perlPackages.MojoliciousPluginGravatar: init at 0.04
2020-10-01 12:25:49 +00:00
Mario Rodas 6aa4df7f45
Merge pull request #99179 from 0x4A6F/master-promscale
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
2020-10-01 05:46:49 -05:00
Stig P 25666f9d24
Merge pull request #99245 from stigtsp/package/perl-imager-qrcode-init
perlPackages.ImagerQRCode: init at 0.035
2020-10-01 10:35:23 +00:00
Stig Palmquist 10db289ea1
perlPackages.MojoliciousPluginGravatar: init at 0.04 2020-10-01 11:09:26 +02:00
Stig Palmquist a72101bfbc
perlPackages.ImagerQRCode: init at 0.035 2020-10-01 10:56:43 +02:00
Stig P 302ef60620
Merge pull request #99126 from berbiche/bottom
bottom: init at 0.4.7
2020-10-01 08:06:37 +00:00
Maciej Krüger 946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Pamplemousse 45f7a707d1 python3Packages.CppHeaderParser: init at 2.7.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-30 23:23:03 -07:00
Mario Rodas 56f9e7571c rbw: fix build on darwin 2020-10-01 04:20:00 +00:00
Silvan Mosberger 4aabac8d88
Merge pull request #86223 from pikajude/darwin-static-eval
pkgsStatic: use clang for C compiler on Darwin
2020-09-30 23:44:18 +02:00
Anderson Torres f8f892254a
Merge pull request #98946 from hugolgst/init/paco
paco: init at 1.0
2020-09-30 17:23:15 -03:00
Anderson Torres 7211bbbee5
Merge pull request #94345 from cohei/init-chruby-fish
chruby-fish: init at 0.8.2
2020-09-30 17:19:27 -03:00
Vincent Laporte cc739e1c67 ocamlPackages.z3: init at 4.8.9 2020-09-30 22:03:17 +02:00
WORLDofPEACE 3451caf60b
Merge pull request #99008 from mkg20001/cjs-upgrade
Cjs upgrade
2020-09-30 14:30:56 -04:00
Robert Scott 701a6aaeec
Merge pull request #99118 from risicle/ris-precice-2.1.0
precice: fix build, 2.0.2 -> 2.1.0, enable for darwin
2020-09-30 18:47:49 +01:00
Nicolas Berbiche f4ede1e1ba
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-09-30 12:44:06 -04:00
Vladimír Čunát 2be22836b1
thunderbird*: switch default: 68 -> 78
I didn't feel comfortable with *immediately* removing 68,
even though nixers have rollbacks etc.
2020-09-30 18:12:55 +02:00
0x4A6F 04a8c8aa24
timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
Rename to upgraded [promscale 0.1.0-beta.5](https://github.com/timescale/promscale/releases/tag/0.1.0-beta.5).
2020-09-30 14:35:29 +00:00
TANIGUCHI Kohei ec0f69b0a9 chruby-fish: init at 0.8.2 2020-09-30 22:49:35 +09:00
Stig Palmquist 6d4cd74626
perlPackages.TextDiffFormattedHTML: init at 0.08 2020-09-30 14:50:01 +02:00
Stig Palmquist 5592fad251
perlPackages.StringDiff: init at 0.07 2020-09-30 14:49:40 +02:00
Stig Palmquist a6e4aca950
perlPackages.ModuleInstallRepository: init at 0.06 2020-09-30 14:48:04 +02:00
Stig Palmquist f926d0567a
perlPackages.ModuleInstallReadmeMarkdownFromPod: init at 0.04 2020-09-30 14:47:30 +02:00
Stig Palmquist 300835cf3e
perlPackages.ModuleInstallReadmeFromPod: init a 0.30 2020-09-30 14:46:07 +02:00
Stig Palmquist b6dc723213
perlPackages.ModuleInstallGithubMeta: init at 0.30 2020-09-30 14:45:40 +02:00
Stig Palmquist e6df1220eb
perlPackages.TestInDistDir: init at 1.112071 2020-09-30 14:45:07 +02:00
Daniël de Kok b751c120ce
Merge pull request #95824 from obsidiansystems/python3.tensorflow_2-update-to-2.3.0
tensorflow: update to 2.3.0
2020-09-30 11:37:42 +02:00
Hugo Lageneste 2dc68c3e76 paco: init at 1.0 2020-09-30 11:05:45 +02:00
Doron Behar 6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Vincent Laporte 22b076e1c3 ikos: 2.1 → 3.0 2020-09-30 07:20:38 +02:00
Eric Bailey b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
Benjamin Staffin 703f052de1
material-shell: init at v6 (#98899) 2020-09-29 18:38:45 -04:00
Thiago Kenji Okada 9a43f55bb0 python3Package.aionotify: init at 0.2.0 2020-09-29 14:08:35 -07:00
Robert Scott 5afdaa28a6 precice: fix build
cmake gets confused with python 3.8's version number, switch back to 3.7
for now until upstream's resolved that
2020-09-29 21:52:44 +01:00
Anderson Torres 9f973593c8
Merge pull request #98991 from AndersonTorres/netsurf-upload
Netsurf: a huge rewrite+update!
2020-09-29 15:01:32 -03:00
Jonathan Ringer 4d165d29de python3Packages.azure-appconfiguration: init at 1.1.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 61ae2b4715 python3Packages.azure-keyvault-administration: init at 4.0.0b1 2020-09-29 06:00:43 -07:00
Christoph Hrdinka 7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Mario Rodas 77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Peter Simons 518338f7f7 ghc: add alpha-1 release of version 9.0.1 2020-09-29 12:06:53 +02:00
Ryan Mulligan 3c672fa551
Merge pull request #99054 from redvers/pony-corral_init
pony-corral: init 0.4.0
2020-09-28 21:27:16 -07:00
Ryan Mulligan ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Ryan Mulligan 990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
AndersonTorres 9438b04126 NetSurf: refactor
I will refactor NetSurf to make it more understandable and discoverable.

- First, it will be moved from misc/ to networking/browsers/, with all its
  related libraries;
- Second, the expressions will be arranged in a flat directory.
2020-09-28 22:39:14 -03:00
Redvers Davies ef71bc461d pony-corral: init 0.4.0 2020-09-29 01:14:12 +00:00
Tim Steinbach 6fb0a4dd2a
linux-hardened: 5.7 -> 5.8 2020-09-28 19:09:10 -04:00
Lily Ballard 72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Redvers Davies 046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04:00
Doron Behar 1d45990efb
spidermonkey_78: init at 78.1.0
* format

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-09-28 15:08:23 +02:00
Mario Rodas 692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
ccellado 2f4f052f7c pyvips: init at 2.1.12
pyvips: init at 2.1.12

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

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

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07:00
WORLDofPEACE 9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger 2870231e08 rofimoji: init at 4.3.0 2020-09-27 18:37:44 -04:00
Justin Lovinger d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
Patrick Winter 84a2282b7b typer: init at 0.3.2 2020-09-27 11:43:05 -07:00
Matt Huszagh 6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Robert Scott d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Michael Raskin 31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Austin Butler 84d74ae9c9 pythonPackages.entrypoint2: init at 0.2.1 2020-09-26 18:54:09 -07:00
Austin Butler af2dc4d401 python3Packages.mss: init at 6.0.0 2020-09-26 18:52:35 -07:00
Austin Butler 3b1ee7b011 pythonPackages.requests-hawk: init at 1.0.1 2020-09-26 15:46:48 -07:00
Richard Marko bcd728c9bf ghc8102Binary: add to integerSimpleExcludes 2020-09-26 12:18:00 -07:00
Aaron Andersen 7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Gabriel Ebner bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
Thomas Tuegel 6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas 69978a02e1
Merge pull request #98696 from marsam/init-postgresql_13
postgresql_13: init at 13.0
2020-09-26 08:00:37 -05:00
Gabriel Ebner 58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner 78c10375d8 opencascade-occt730: init at 7.3.0p3 2020-09-26 14:26:16 +02:00
Gabriel Ebner 22301b66cd freecad: 0.18.4 -> unstable-2020-09-25 2020-09-26 13:49:42 +02:00
Thomas Tuegel e1b7af630f
cantata: use libvlc 2020-09-26 05:50:24 -05:00
Frank Doepper 31ae9dd6ab nncp: init at 5.3.3 2020-09-26 10:28:42 +02:00
Oleksii Filonenko 59bfd517ff
Merge pull request #98691 from zowoq/caddy
caddy: 2.1.1 -> 2.2.0
2020-09-26 11:03:32 +03:00
Jonathan Ringer 2768436826 hasura-graphql-engine: reduce closure size
4.3G to around 80MB
2020-09-25 20:32:40 -07:00
Kevin Cox 36a68c8e82
pythonPackages.class-registry: init at 2.1.2 2020-09-25 16:29:42 -04:00
Peter Simons 3913f6a514
Merge pull request #98656 from sorki/hask/ghc8102Binary
ghc8102Binary: init, enable armv7l
2020-09-25 21:22:07 +02:00
ajs124 e81c9b78ff thc-ipv6: init at 3.6 2020-09-25 18:17:36 +02:00
Thomas Tuegel 9eb4c70c74
vlc: do not build with every Qt version
It is no longer necessary to build vlc with every Qt version now that we have a
Qt-less libvlc.
2020-09-25 10:47:43 -05:00
Thomas Tuegel 4cc2cdfb83
libvlc: init at 3.0.11.1 2020-09-25 10:47:43 -05:00
Doron Behar 9e8f8c2cf8 all-packages.nix: Fix a mis-indented `};`
And thereby fix a confusion for parenthesis based Vim folding.
2020-09-25 18:32:20 +03:00
Hongchang Wu 91c74eeae3 ocamlPackages.dot-merlin-reader: init at 3.4.0 2020-09-25 15:11:46 +02:00
Daniël de Kok 163fc72328
Merge pull request #98630 from Flakebi/amber
amber: init at unstable-2020-09-23
2020-09-25 11:22:26 +02:00
Doron Behar 0c8e51bd8c
Merge pull request #95413 from pstn/remove-gnunet-git
gnunet_git: remove
2020-09-25 10:29:55 +03:00
Philipp ff513a5b89 gnunet_git: remove 2020-09-25 10:13:48 +03:00
Graham Bennett 31cef85719 Remove lowPrio from octaveFull 2020-09-25 09:57:25 +03:00
Graham Bennett 3a5bcb313e octave: use qt-5 mkDerivation for wrapQtAppsHook
This is to ensure QT_QPA_PLATFORM_PLUGIN_PATH is set on Darwin.
2020-09-25 09:57:25 +03:00
Sebastian Neubauer 179360d419 amber: init at unstable-2020-09-23 2020-09-25 08:10:50 +02:00
zowoq dc19de6009 Revert "syncthing: pin to go 1.14"
This reverts commit 384e56bbaa.

Fixed in the 1.9.0 release.
https://github.com/syncthing/syncthing/releases/tag/v1.9.0
2020-09-25 15:41:55 +10:00
Anderson Torres 4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
zowoq 60fcc12970 caddy: 2.1.1 -> 2.2.0
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-25 09:17:28 +10:00
zimbatm cc9b34a56b
Merge pull request #98649 from cw789/elixir_cleanup
elixir_1_6: remove
2020-09-24 22:00:03 +00:00
zimbatm f32bc5c953
Merge pull request #98554 from Luflosi/update/ipfs
ipfs: 0.6.0 -> 0.7.0
2020-09-24 20:42:07 +00:00
Joe Hermaszewski 99d2db8dce
nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)
- This is fetched from a different URL, so allow passing that explicitly.

- There also isn't an nvidia-persistenced or nvidia-settings release for
  this version, so use 450.57 instead. Also implement passing
  persistenced and settings version explicitly.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-24 10:53:05 -04:00
cw 3c379af10b elixir_1_6: remove
Additionally removed the now obsolete rebar build dependency for elixir.
2020-09-24 15:14:52 +02:00
Richard Marko 0d4f3ef1ab ghc8102Binary: init, enable armv7l 2020-09-24 12:26:35 +02:00
Eric Litak 028e05d8a4
vcs: init at 1.13.4
* vcs: init at 1.13.4

* Update pkgs/applications/video/vcs/default.nix

Co-Authored-By: symphorien <symphorien@users.noreply.github.com>

* Update pkgs/applications/video/vcs/default.nix

Co-authored-by: Ryan Mulligan <ryan@ryantm.com>

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-09-23 21:58:52 -07:00
Ryan Mulligan d6d1c121e1
Merge pull request #72161 from Twey/libbacktrace
libbacktrace: init at 2018-06-05
2020-09-23 21:22:08 -07:00
Mario Rodas 27733e2bf6 postgresql_13: init at 13.0
https://www.postgresql.org/docs/13/release-13.html
2020-09-24 04:20:00 +00:00
Ryan Mulligan dfd2eeabd6
Merge pull request #69644 from bzizou/obitools
obitools3: init at 3.0.0-beta14
2020-09-23 19:04:11 -07:00
Ryan Mulligan 5b61492080
Merge pull request #68670 from B4dM4n/cargo-sync-readme
cargo-sync-readme: init at 1.0
2020-09-23 18:46:17 -07:00
Samuel Dionne-Riel 3d2d18cdb8 ubootNanonote: remove
This removes the last non-mainline U-Boot from Nixpkgs.
2020-09-23 21:00:03 -04:00
Vincent Laporte c65790f4dc ocamlPackages.irmin_1: remove at 1.4.0 2020-09-23 21:36:40 +02:00
Timo Kaufmann 2f352077e7
Merge pull request #85203 from fgaz/koboredux/init
audiality2, koboredux: init
2020-09-23 21:18:53 +02:00
Ben Darwin 502721e0a5 simpleitk: 1.2.4 -> 2.0.0 2020-09-23 14:51:15 -04:00
Timo Kaufmann ec3714b42b
Merge pull request #91766 from fgaz/littlegptracker/init
littlegptracker: init at unstable-2019-04-14
2020-09-23 20:32:28 +02:00
Francesco Gazzetta 130ce6de1c koboredux,koboredux-free: init at 0.7.5.1 2020-09-23 19:39:23 +02:00
Francesco Gazzetta e20e2d4e74 littlegptracker: init at unstable-2019-04-14 2020-09-23 19:04:40 +02:00
Ben Darwin 8a3c9812cc gifticlib: init at unstable-2020-07-07 2020-09-23 12:07:37 -04:00
Shea Levy dc6ff60cc6
Merge branch 'system76-firmware-and-nixos' into master 2020-09-23 08:14:11 -04:00
Stig Palmquist b7c64a1886
perlPackages.LinkEmbedder: 1.12 -> 1.14 2020-09-23 13:07:11 +02:00
Luflosi b75e431454
ipfs: 0.6.0 -> 0.7.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0

Pinning go114 is no longer necessary with this version.
2020-09-23 12:58:13 +02:00
Shea Levy b694eb6e6a
firmware-manager: Init at 0.1.1 2020-09-23 06:01:05 -04:00
Jon c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy 2468315f2b python3Packages.crc32c: init at 1.0.0 2020-09-22 23:10:00 -07:00
freezeboy 160f169f03 crc32c: enable static 2020-09-22 23:10:00 -07:00
Robert Scott fc709e6dfe cvc3: enable for darwin
it may be possible to get it building under clang with some work, but
switching it to gcc for now allows us to enable it
2020-09-22 23:06:45 -07:00
Ryan Mulligan cc7d3ff153
Merge pull request #78562 from fgaz/lobster/init
lobster: init at unstable-2020-01-22
2020-09-22 21:42:23 -07:00
Shea Levy f43c02c7ff
system76-firmware: Init at 1.0.17 2020-09-22 20:14:29 -04:00
Stig P 47297487c5
Merge pull request #93057 from stigtsp/package/ubidump-init
ubidump: init at unstable-2019-09-11
2020-09-22 22:29:34 +00:00
Johannes Rosenberger 7abb57c7b5 fix passing qt5 version to pythonInterpreters
fixes c88f3adb17, which resulted in
qt 5.15 being used in pythonPackages, despite 5.14 being
declared, and adapts qutebrowser accordingly.

'callPackage { pkgs = pkgs // { … }; }' does not work, because
it does not take into account the recursive evaluation of nixpkgs:

`pkgs/development/interpreters/python/default.nix` calls
`pkgs/top-level/python-packages.nix` with `callPackage`.
Thus, even if the former gets passed the updated `pkgs`,
the latter always gets passed `pkgs.pkgs`.

For the change in the qt5 version to apply consistently, 'pkgs.extend'
must be used.

qutebrowser only used the right qt5 version (5.15) because all
pythonPackages used it anyway.
2020-09-22 21:03:43 +02:00
Martin Weinelt 0f50990678 python3Packages.segments: init at 2.1.3 2020-09-22 10:11:37 -07:00
Martin Weinelt 8fca119c52 python3Packages.clldutils: init at 3.5.2 2020-09-22 10:11:37 -07:00
Martin Weinelt 2904bef26c python3Packages.csvw: init at 1.8.0 2020-09-22 10:11:37 -07:00
Stig Palmquist 5f31ac17c5
ubidump: init at unstable-2019-09-11 2020-09-22 18:38:04 +02:00
Stefan Frijters 08ab7f917d pythonPackages.dbus-next: init at 0.1.4 2020-09-22 09:17:42 -07:00
Stefan Frijters bc2e4628b2 maestral-gui: Fix Qt by using libsForQt5
This is needed after c88f3adb17 to make sure the libs are consistent.
2020-09-22 09:17:42 -07:00
Ben Wolsieffer 83162ab3b9 pythonPackages.pykdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Ben Wolsieffer ec92ffc530 orocos-kdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Ben Darwin 9fde97d85f python3Packages.pyxnat: init at 1.3 2020-09-21 23:16:17 -07:00
Martin Weinelt a762bbf7b4 pythonPackages.http-parser: init at 0.9.0 2020-09-21 23:14:57 -07:00
Milan 479976340a
duf: init at 0.1.0 (#98396) 2020-09-22 00:57:28 -05:00
Jules Aguillon c4cb4c226e
Declare several versions of OCamlformat (#88799)
OCamlformat is still a bit unstable and it's common to work on several
projects that each use a different version.

Define every versions at once and share code

* ocamlformat: add dependency on base

OCamlformat always required Base.
This will be important in the future as Base may make breaking changes.
2020-09-22 07:30:35 +02:00
Maximilian Bosch 2e98177bd7
Merge pull request #98350 from 9999years/spotify-device-scale-factor
spotify: support --force-device-scale-factor for high-DPI displays
2020-09-21 23:00:58 +02:00
Jörg Thalheim 4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Martin Weinelt e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Rebecca Turner 4f03644c56 spotify: support --force-device-scale-factor
Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
`--force-device-scale-factor` flag for high-DPI displays. If unset,
nothing is added.

This allows e.g.

   spotify.override { deviceScaleFactor = 1.66; }

Uses a separate wrapper derivation as suggested by @Ma27.
Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
2020-09-21 13:50:19 -04:00
Ben Darwin 8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Anderson Torres 4bcd1dcd2c
Merge pull request #98371 from bryanasdev000/package-velero
velero: init at 1.5.1
2020-09-21 13:19:45 -03:00
Anderson Torres 3eccc3f833
Merge pull request #98370 from bryanasdev000/package-popeye
popeye: init at 0.8.10
2020-09-21 13:15:27 -03:00
Austin Butler 8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
Sarah Brofeldt 44289eb20c
Merge pull request #91170 from DianaOlympos/update/apache-kafka
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-09-21 15:42:26 +02:00
Stig P 17ed10cf8e
Merge pull request #98359 from andrew-d/andrew/ham-aprs-fap
perlPackages.HamAPRSFAP: init at 1.21
2020-09-21 13:08:50 +00:00
Profpatsch f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
WilliButz 087fe53de8
Merge pull request #98374 from knedlsepp/fix-nvtop
nvtop: Make independent of Nvidia driver version
2020-09-21 13:36:52 +02:00
Doron Behar 20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej 2020-09-21 11:10:55 +03:00
Charlotte Van Petegem 090cc5d6ea bluej: init at 4.2.2 2020-09-21 09:31:18 +02:00
Josef Kemetmüller 0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Vincent Laporte 4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Bryan A. S 142f6d8515 velero: init at 1.5.1
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:12:06 -03:00
Bryan A. S 8465b4849b popeye: init at 0.8.10
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:58:36 -03:00
Andrew Dunham a4edf4ca20 perlPackages.HamAPRSFAP: init at 1.21 2020-09-20 17:58:04 -07:00
Robert Scott 781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Jan Tojnar aeba05f2e4
Merge pull request #96951 from doronbehar/pkg/gnome-network-displays
gnome-network-displays: init at 0.90.4
2020-09-21 01:23:28 +02:00
Doron Behar 4d4516a04e gnome-network-displays: init at 0.90.4 2020-09-20 21:06:00 +03:00
Doron Behar d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Gabriel Ebner a2bd21f1bf
Merge pull request #98314 from gebner/upgradejava 2020-09-20 16:36:52 +02:00
Gabriel Ebner 088ddf717c
Merge pull request #97661 from hannesweisbach/opencascade-oce
opencascade: enable macOS build and add features
2020-09-20 16:31:42 +02:00
Hannes Weisbach 80a6743c37 opencascade: enable macOS build and add features
enable/fix macOS build and add options for TBB and GL2PS dependencies

VTK integration needed a patch because implicit conversions in initializer
lists are an error in C++11, which is the default in clang 7 used by nix.
2020-09-20 15:05:09 +02:00
Robert Scott e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott 4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Gabriel Ebner e13e02f300 jedit: use latest jdk 2020-09-20 11:41:06 +02:00
Gabriel Ebner 3426068afe arduino: use latest jdk 2020-09-20 11:23:20 +02:00
Gabriel Ebner 5e46e2a783 awstats: use latest jdk 2020-09-20 11:21:16 +02:00
Gabriel Ebner 84a0da26d0 runelite: use latest jdk 2020-09-20 11:19:00 +02:00
Gabriel Ebner 9481828bd9 emscripten: use latest jdk 2020-09-20 11:17:10 +02:00
Gabriel Ebner 01fed03489 closurecompiler: use latest jdk 2020-09-20 11:17:02 +02:00
Gabriel Ebner 8ba71cef5d mediathekview: use latest jre 2020-09-20 11:13:56 +02:00
Gabriel Ebner aabe6e23a6 dbeaver: use latest jdk 2020-09-20 11:12:33 +02:00
Gabriel Ebner e11a487567 josm: use latest jdk 2020-09-20 11:11:30 +02:00
Gabriel Ebner efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Ben Darwin 5315ce0e40 python3Packages.hyppo: init at 0.1.3 2020-09-19 20:38:05 -07:00
Martin Weinelt d956ed6ac8 pythonPackages.yamlordereddictloader: init at 0.4.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 278d069304 python3Packages.ntc-templates: init at 1.5.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 6898bcff08 pythonPackages.textfsm: init at 1.1.1 2020-09-19 20:27:11 -07:00
Doron Behar 7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Ryan Mulligan 5ea751ca70
Merge pull request #98258 from ryantm/remove-heyefi
nixos/heyefi: remove module and package
2020-09-19 11:00:41 -07:00
Gabriel Ebner 70bc8cdd3f azureus: use jdk8 2020-09-19 17:57:21 +02:00
Gabriel Ebner 09a496939d areca: use jdk8 2020-09-19 17:36:39 +02:00
Benjamin Esham 1e136a97fb sqldiff, sqlite-analyzer: Fix Darwin build
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer e714798f27 sqldiff: init at 3.28.0 2020-09-19 18:05:30 +03:00
Gabriel Ebner 5c542d1caf vuze: use jdk8 2020-09-19 16:33:10 +02:00