Commit Graph

61691 Commits

Author SHA1 Message Date
Martin Weinelt
34d8d085ca
Merge pull request #127271 from dotlambda/python-ecobee-api-init 2021-06-18 02:16:09 +02:00
Martin Weinelt
6de87929ca
Merge pull request #127250 from dotlambda/pdunehd-init 2021-06-18 01:35:23 +02:00
Robert Schütz
27ad553518 python3Packages.python-ecobee-api: init at 0.2.13 2021-06-18 00:21:29 +02:00
Nicolas Berbiche
d3c232b4ff
nwg-menu: init at unstable-2021-06-12 2021-06-17 16:29:29 -04:00
Alyssa Ross
59420d6b6f makeDBusConf: make apparmor argument optional
The only in-tree use of this is the DBus NixOS module, which always
passes apparmor (but the services.dbus.apparmor option defaults to
"disabled").  Set the default in the function as well so other users
of the function can take advantage of it.
2021-06-17 19:44:46 +00:00
OPNA2608
c403c730d6 munt: Add maintainer, 2.4.1 -> 2.5.0 2021-06-17 21:07:07 +02:00
OPNA2608
ac70827524 opl3bankeditor,opn2bankeditor: Add maintainer, refactor, devendor deps 2021-06-17 21:06:42 +02:00
Guillaume Girol
185b114d7d
Merge pull request #126728 from austinbutler/imagination
imagination: init at 3.6
2021-06-17 18:51:48 +00:00
Robert Schütz
00c2250571 python3Packages.pdunehd: init at 1.3.2 2021-06-17 20:11:58 +02:00
V
e8e0255162
obs-studio: add plugin wrapper (#125308)
* obs-studio: tidy things up a little

* obs-studio: add plugin wrapper

This allows users to install plugins into their OBS Studio, like so:

	wrapOBS {
	  plugins = with obs-studio-plugins; [
	    wlrobs
	    obs-multi-rtmp
	    obs-gstreamer
	  ];
	}

* obs-gstreamer: convert to plugin

* obs-move-transition: convert to plugin

* obs-multi-rtmp: convert to plugin

* obs-ndi: convert to plugin

* obs-v4l2sink: remove

The functionality provided by this package is included in the upstream
project as of version 26.1.

Link: https://github.com/CatxFish/obs-v4l2sink/issues/56#issuecomment-753191690
Link: https://github.com/obsproject/obs-studio/releases/tag/26.1.0

* wlrobs: convert to plugin, unstable-2020-06-22 -> unstable-2021-05-13
2021-06-17 14:05:26 -04:00
Fabian Affolter
0e9014624e python3Packages.elgato: init at 2.1.1 2021-06-17 19:55:09 +02:00
Malte Brandy
4b2e95ca2a
Merge branch 'master' into haskell-updates 2021-06-17 19:13:59 +02:00
Fabian Affolter
b26545db7e
Merge pull request #127201 from dotlambda/directv-init
python3Packages.directv: init at 0.4.0
2021-06-17 19:12:18 +02:00
Graham Christensen
9f7651db00
Merge pull request #127239 from zimbatm/tf-restore-old-versions
Revert "terraform: drop old versions"
2021-06-17 12:58:56 -04:00
zimbatm
56f08c070d
Revert "terraform: drop old versions"
Leave a bit of breathing rooms for users to upgrade.

This reverts commit 3919d73030.
2021-06-17 18:31:16 +02:00
Luke Granger-Brown
f69ee1e3fe grafanaPlugins: use callPackages
This drops dontRecurseIntoAttrs at the same time.
2021-06-17 16:04:28 +00:00
Michael Raskin
6f910f41f4
Merge pull request #126145 from MatthewCroughan/add-survex
survex: init at 1.2.44
2021-06-17 15:40:43 +00:00
Robert Schütz
704c1e5708 python3Packages.doorbirdpy: init at 2.1.0 2021-06-17 17:15:30 +02:00
Sandro
e3134503d9
Merge pull request #127167 from aanderse/tomcat-updates 2021-06-17 17:14:58 +02:00
Alyssa Ross
7ff166f50f libgpgerror: clean up
The missing gen-lock-obj.sh was resolved a long time ago.

Change the Git URL to the official location while I'm doing
libgpgerror things.
2021-06-17 13:31:53 +00:00
Robert Schütz
709de4aef6 python3Packages.directv: init at 0.4.0 2021-06-17 12:32:49 +02:00
superherointj
930ccdeade ocamlPackages.cstruct-async: init 6.0.0 2021-06-17 11:46:23 +02:00
Domen Kožar
c2c4aa36db
Merge pull request #127194 from SuperSandro2000/typo
top-level: fix typo
2021-06-17 11:35:14 +02:00
Sandro Jäckel
6708061975
top-level: fix typo 2021-06-17 11:16:37 +02:00
Fabian Affolter
5d32ee50b5
Merge pull request #126968 from dotlambda/aioazuredevops-init
python3Packages.aioazuredevops: init at 1.3.5
2021-06-17 09:08:25 +02:00
Austin Butler
990a17bd02 imagination: init at 3.6 2021-06-16 21:29:29 -07:00
Aaron Andersen
fa60c16dfc tomcat8: drop package 2021-06-16 22:07:30 -04:00
Aaron Andersen
b6ce336775 tomcat7: drop package 2021-06-16 22:05:28 -04:00
Aaron Andersen
d2080550e3 tomcat10: init at 10.0.6 2021-06-16 22:05:28 -04:00
AndersonTorres
ddc6655e34 Rename commander-x16 to commanderx16
After all, it is the upstream name.
2021-06-16 22:41:13 -03:00
AndersonTorres
37916df9d0 commanderx16: create x16-run script
In a typical FHS-compliant system, the rom and the emulator share the same
directory tree, and x16emu explores it. But Nix/Nixpkgs breaks this assumption.

Therefore, I made a useful script tailored to a regular user of Nixpkgs invoke
it in a more straightforward way. With this, the end user does not need to
explicitly set the default rom path.
2021-06-16 22:41:13 -03:00
Sandro
1ffadaa858
Merge pull request #127130 from superherointj/package-linkerd-edge-21.6.2 2021-06-17 03:11:50 +02:00
github-actions[bot]
51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Sandro
29affb1603
Merge pull request #126207 from georgyo/usql 2021-06-17 01:18:16 +02:00
superherointj
24b04ac4c6 linkerd: 2020-05-01 -> edge-21.6.2
linkerd.stable: init stable-2.9.5
linkerd.edge: init edge-21.6.2

Fixes #113218

This PR was a huge colaboration between many people: @NobbZ, @Kalbasit, @Tomberek, @ldesgoui, @Gonzih, @jnetod, @bryanasdev000, @AndersonTorres and more...
And @jnetod won the crown by being the last one to put the nail in the coffin!

Co-authored-by: bryanasdev000 <bryanasdev000@gmail.com>
Co-authored-by: jnetod <jnetod@users.noreply.github.com>
Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2021-06-16 20:13:54 -03:00
Robert Schütz
d850550ec8
Merge pull request #116181 from ju1m/mastodon-archive
mastodon-archive: init at 1.3.1
2021-06-16 20:54:37 +02:00
Julien Moutinho
0af0d5c5c3 mastodon-archive: init at 1.3.1 2021-06-16 20:24:45 +02:00
github-actions[bot]
2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Florian Beeres
ef74702bff
litestream: init at 0.3.5 (#127108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-16 19:06:30 +02:00
Sandro
19e79f03cf
Merge pull request #127032 from weihua-lu/logseq-0.1.8
logseq: 0.1.3 -> 0.1.8
2021-06-16 18:31:16 +02:00
superherointj
2efd63b87c ocamlPackages.reason-native: init 2020-07-18-a33f152
Adds 10 Reason Native packages:
    * reason-native-console
    * reason-native-dir
    * reason-native-file-context-printer
    * reason-native-fp
    * reason-native-pastel
    * reason-native-pastel-console
    * reason-native-qcheck-rely
    * reason-native-refmterr
    * reason-native-rely
    * reason-native-rely-junit-reporter
2021-06-16 17:47:58 +02:00
Robert Schütz
80c38e967f python3Packages.pycoolmasternet-async: init at 0.1.2 2021-06-16 16:18:55 +02:00
Sandro
0082e65f4f
Merge pull request #126965 from dotlambda/arcam-fmj-init 2021-06-16 15:39:24 +02:00
Sandro
0e706475e5
Merge pull request #125884 from astro/kaidan 2021-06-16 15:33:30 +02:00
Martin Weinelt
9a543d90c6
Merge pull request #127088 from dotlambda/pycontrol4-init 2021-06-16 15:31:19 +02:00
Martin Weinelt
91a7ca2c3c
Merge pull request #126983 from dotlambda/bimmer-connected-init 2021-06-16 15:31:02 +02:00
Sandro
9dc0610429
Merge pull request #126842 from nessdoor/nixpkgs/jquake
jquake: init at 1.6.1
2021-06-16 15:30:36 +02:00
Martin Weinelt
e694e36873
Merge pull request #126941 from dotlambda/goalzero-init 2021-06-16 15:30:23 +02:00
Sandro
82c44903bc
Merge pull request #126095 from liff/init/libserdes
libserdes: init at 6.2.0
2021-06-16 15:30:05 +02:00
Martin Weinelt
1dcef0ba7f
Merge pull request #126935 from dotlambda/libpyfoscam-init 2021-06-16 15:29:52 +02:00
Robert Schütz
743a7ab1ca python3Packages.pycontrol4: init at 0.1.0 2021-06-16 14:57:37 +02:00
Robert Schütz
f361a31f75 pythonPackages.colorthief: init at 0.2.1 2021-06-16 14:22:44 +02:00
George Shammas
b2cae371fe
usql: init at 0.9.1 2021-06-16 08:20:17 -04:00
github-actions[bot]
b08ae54dd9
Merge master into staging-next 2021-06-16 12:04:47 +00:00
Martin Weinelt
2a00e3b7f3
Merge pull request #126984 from mweinelt/home-assistant 2021-06-16 13:28:10 +02:00
Pavol Rusnak
82e3acb047
Merge pull request #124897 from wamserma/remove-pyselectors34
pythonPackages.selectors34: drop
2021-06-16 13:08:29 +02:00
Martin Weinelt
8feaae5b60
Merge pull request #126977 from dotlambda/blinkpy-init 2021-06-16 12:49:56 +02:00
Joe Hermaszewski
2d95c11e1c nix-linter: 2020-09-25 -> 2021-06-16
Also add to haskellPackages
2021-06-16 11:18:27 +02:00
markuskowa
5ad54b5bc9
Merge pull request #126785 from oxzi/ucarp-1.5.2
ucarp: init at 1.5.2 / nixos/ucarp: init / nixos/test/ucarp: init
2021-06-16 10:54:23 +02:00
Robert Schütz
1b48bdb703 python3Packages.arcam-fmj: init at 0.7.0 2021-06-16 10:41:29 +02:00
Robert Schütz
43e1239c8e python3Packages.libpyfoscam: init at 1.1 2021-06-16 10:15:03 +02:00
Robert Schütz
9b307dd741 python3Packages.goalzero: init at 0.1.7 2021-06-16 10:13:54 +02:00
Robert Schütz
b012d3feef python3Packages.aioazuredevops: init at 1.3.5 2021-06-16 10:11:41 +02:00
Robert Schütz
495818f35a python3Packages.bimmer-connected: init at 0.7.15 2021-06-16 10:09:56 +02:00
Robert Schütz
18a79652ce python3Packages.blinkpy: init at 0.17.1 2021-06-16 10:07:02 +02:00
Markus S. Wamser
2d82a3e2ca pythonPackages.selectors34: drop
package is abandonded and supports only Python < 3.4
2021-06-16 08:51:54 +02:00
Weihua Lu
6a41e5719e logseq: 0.1.3 -> 0.1.8 2021-06-16 12:06:26 +08:00
Jonathan Ringer
d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
Sandro
56e1dac7c8
Merge pull request #126975 from dotlambda/blebox-uniapi-init 2021-06-16 04:12:11 +02:00
Sandro
973b16c79c
Merge pull request #126307 from ratsclub/dotnetPackages-cleanup
nixos/dotnetPackages: remove packages
2021-06-16 03:25:32 +02:00
Sandro
7a7c7de4e3
Merge pull request #126697 from arezvov/iotop-c 2021-06-16 03:20:23 +02:00
Robert Schütz
ef689d5c0f python3Packages.bond-api: init at 0.1.12 2021-06-15 18:13:00 -07:00
Sandro
fda3bb6c21
Merge pull request #126972 from dotlambda/azure-eventhub-init 2021-06-16 03:10:01 +02:00
Sandro
4bfec72937
Merge pull request #124842 from veprbl/pr/boost-histogram 2021-06-16 03:05:50 +02:00
Alexander Rezvov
74f03b7e7c iotop-c: add new package 2021-06-16 03:15:08 +03:00
Martin Weinelt
fd800a838c
Merge pull request #125890 from mweinelt/brother-mfc9140cdn 2021-06-16 00:42:18 +02:00
Martin Weinelt
fa7c441c33
python3Packages.garminconnect-ha: init at 0.1.6 2021-06-16 00:27:19 +02:00
Robert Schütz
0b1ec4bd68
Merge pull request #126940 from SuperSandro2000/websocket_client
pythonPackages: websocket_client -> websocket-client
2021-06-16 00:04:27 +02:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Domen Kožar
97ee9d357c
Merge pull request #124888 from hlolli/aarch64-darwin/fix-emacs-codesigning
emacs: fix for darwin's aarch64 codesigning issue
2021-06-15 20:44:37 +02:00
Robert Schütz
1878c369a7 python3Packages.blebox-uniapi: init at 1.3.3 2021-06-15 19:42:36 +02:00
Robert Schütz
3e85bb55ed python3Packages.azure-eventhub: init at 5.5.0 2021-06-15 18:46:01 +02:00
Fabian Affolter
189a136887
Merge pull request #126947 from dotlambda/pytibber-init
python3Packages.tibber: init at 0.17.1
2021-06-15 17:58:51 +02:00
Fabian Affolter
0e98d7acab
Merge pull request #126931 from dotlambda/foobot-async-init
python3Packages.foobot-async: init at 1.0.0
2021-06-15 17:05:48 +02:00
Alvar Penning
f610ecd084 ucarp: init at 1.5.2 2021-06-15 16:27:26 +02:00
Fabian Affolter
542a1a9782
Merge pull request #126927 from dotlambda/pyflick-init
python3Packages.pyflick: init at 0.0.2
2021-06-15 16:20:25 +02:00
hlolli
5efbcf8d7e emacs: fix darwin's aarch64 codesigning issue 2021-06-15 16:05:58 +02:00
stigtsp
5698c6ac01
Merge pull request #126946 from stigtsp/package/convos-6.24
convos: 6.11 -> 6.24
2021-06-15 15:44:05 +02:00
Fabian Affolter
c8bdd6aefd
Merge pull request #126943 from dotlambda/greeclimate-init
python3Packages.greeclimate: init at 0.11.8
2021-06-15 15:29:21 +02:00
Robert Schütz
e346b30e8b
Merge pull request #126896 from dotlambda/wallbox-init
python3Packages.wallbox: init at 0.4.5
2021-06-15 15:12:14 +02:00
Robert Schütz
9414a47d63 python3Packages.tibber: init at 0.17.1 2021-06-15 15:06:23 +02:00
Robert Schütz
6deaecd116 python3Packages.graphql-subscription-manager: init at 0.4.0 2021-06-15 14:59:00 +02:00
Stig Palmquist
f09f0be183 perlPackages.MojoliciousPluginWebpack: 0.14 -> 1.01 2021-06-15 14:54:05 +02:00
Dmitry Kalinkin
4154e64406
python3Packages.boost-histogram: init at 1.0.2 2021-06-15 08:42:11 -04:00
Robert Schütz
a3eca489bc python3Packages.greeclimate: init at 0.11.8 2021-06-15 14:16:31 +02:00
Sandro
95737ccee7
Merge pull request #126569 from polygon/flowblade 2021-06-15 13:35:08 +02:00
Robert Schütz
f83dd6ab01 python3Packages.pyflick: init at 0.0.2 2021-06-15 13:28:52 +02:00
Sandro
48cc7f1d1c
Merge pull request #126926 from dotlambda/pyfireservicerota-init 2021-06-15 13:09:14 +02:00
Robert Schütz
b05b6e2a0d python3Packages.foobot-async: init at 1.0.0 2021-06-15 13:05:43 +02:00
Sandro
b5a9df01ab
Merge pull request #126729 from r-burns/g203-led 2021-06-15 13:03:59 +02:00