Commit Graph

53137 Commits

Author SHA1 Message Date
Joe Lancaster
3a5b3ef85e dnadd: init at v1.0.0 2020-10-05 18:57:46 +01: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
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
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
TANIGUCHI Kohei
ec0f69b0a9 chruby-fish: init at 0.8.2 2020-09-30 22:49:35 +09: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