Commit graph

38528 commits

Author SHA1 Message Date
illustris 5e49c97d29 jitsi-meet-prosody: init at 1.0.5056 2021-06-20 12:36:51 +02:00
maralorn 1070b786a9
Merge pull request #126693 from NixOS/haskell-updates 2021-06-19 03:23:12 +02:00
Sandro 28b1fb9630
Merge pull request #126646 from ethancedwards8/guile-json
guile-json: init at 4.4.1
2021-06-18 20:36:43 +02:00
Phillip 8534a4e1a8
libvori: init at 210412 (#127373)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 20:36:10 +02:00
Sandro 75f70a36ca
Merge pull request #125896 from Fundament-Software/terra 2021-06-18 20:16:32 +02:00
Sandro 1bea1daefd
Merge pull request #127365 from davegallant/infracost-0.9.1
infracost: init at 0.9.1
2021-06-18 20:03:55 +02:00
Sandro 4dfa1d108a
Merge pull request #124495 from bolasblack/feat/asdf-vm
asdf-vm: init at 0.8.1
2021-06-18 20:03:33 +02:00
Sandro d370fb96c5
Merge pull request #127262 from samuelgrf/times-newer-roman-init-at-2018-09-11 2021-06-18 19:59:51 +02:00
Sandro 4d84708a4d
Merge pull request #75395 from malbarbo/scryer-prolog 2021-06-18 19:28:24 +02:00
Maximilian Bosch b2db3cb6f1
Merge pull request #127352 from happysalada/cargo-udeps_update
cargo-udeps: 0.1.21 -> 0.1.22
2021-06-18 18:47:04 +02:00
Dave Gallant e7059c01e1
infracost: init at 0.9.1 2021-06-18 12:06:52 -04:00
Marco A L Barbosa 60ddbbb3a3 scryer-prolog: init at 0.8.127 2021-06-18 12:36:03 -03:00
c4605 892fa79371 asdf-vm: init at 0.8.1 2021-06-18 22:19:53 +08:00
Ethan Edwards 33d42ad7cf
guile-gcrypt: init at 0.2.1 (#126645)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 15:56:38 +02:00
happysalada 8568807d54 cargo-udeps: 0.1.21 -> 0.1.22 2021-06-18 22:54:59 +09:00
Bob van der Linden d1ac06b009
neo4j-desktop: init at 1.4.5 (#127341)
* neo4j-desktop: init at 1.4.5

* Update pkgs/applications/misc/neo4j-desktop/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 15:22:49 +02:00
Samuel Gräfenstein c0e4d8744a
times-newer-roman: init at 2018-09-11 2021-06-18 14:46:19 +02:00
Ethan Edwards 316d7e2da4 guile-json: init at 4.4.1 2021-06-18 08:26:04 -04:00
Sandro 2cd3d2ed90
Merge pull request #126599 from OPNA2608/adopt_gnidorah_packages 2021-06-18 13:42:00 +02:00
Sandro 24ca16ab84
Merge pull request #127117 from urlordjames/drogon 2021-06-18 12:12:19 +02:00
Sandro ed6c2b1c42
Merge pull request #127123 from AndersonTorres/new-commanderx16 2021-06-18 12:05:22 +02:00
Sandro 0def2bfbd1
Merge pull request #127164 from berbiche/nwg-menu-init-at-unstable
nwg-menu: init at unstable-2021-06-12
2021-06-18 12:01:18 +02:00
Keagan McClelland 7742683a56
lightning-loop: init at version 0.12.2 2021-06-18 10:59:45 +02:00
Pavol Rusnak dadf0cdf38
Merge pull request #122485 from ProofOfKeags/pkg/lightning-pool
lightning-pool: init at version 0.4.4
2021-06-18 10:56:00 +02:00
urlordjames fae72ae3df drogon: init at 1.6.0 2021-06-17 21:24:16 -04: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
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
Malte Brandy 4b2e95ca2a
Merge branch 'master' into haskell-updates 2021-06-17 19:13:59 +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
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
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