Commit Graph

28311 Commits

Author SHA1 Message Date
Frederik Rietdijk 9b92496429
Merge pull request #68194 from adisbladis/drop-go-1_10
Drop unsupported go version 1.10
2019-09-06 19:14:02 +02:00
Vladimír Čunát 2a7910655e
qt5 on darwin: revert back to 5.11
5.12 has been broken again, nad libsForQt5 has never been switched
anyway.  This should unblock the nixpkgs channel.  Discussion thread:
https://github.com/NixOS/nixpkgs/pull/66266#issuecomment-523131781
2019-09-06 17:18:56 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
adisbladis 194aac9eed
elk-stack: Add release note about elk-5 stack removal 2019-09-06 14:30:49 +01:00
adisbladis bded2f69d3
beats-5.*: Drop EOL packages 2019-09-06 14:30:49 +01:00
adisbladis 4e30b30a65
logstash5: Remove EOL package 2019-09-06 14:22:15 +01:00
adisbladis 1b64fd7f53
journalbeat5: Remove EOL package 2019-09-06 14:22:15 +01:00
adisbladis a870cad373
elasticsearch5: Remove package
It's EOL
2019-09-06 14:22:15 +01:00
Robert Hensing 2eb0bb3b59
Merge pull request #68007 from xbreak/clipp
clipp: init at 1.2.3
2019-09-06 12:48:24 +02:00
Daniël de Kok 11184dee46 freeoffice: init at 966 2019-09-06 07:44:07 +02:00
Daniël de Kok 97390d648d softmaker-office: init at 970 2019-09-06 07:44:07 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar 684bad0569
gtk: move expressions 2019-09-06 02:54:53 +02:00
Utku Demir 8376cd42a4
shunit2: init at 2019-08-10 2019-09-06 12:16:16 +12:00
adisbladis b611485ad5
go_1_10: Drop package
It's unsupported by upstream.
2019-09-05 22:33:41 +01:00
adisbladis 538a27b54e
tmsu: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis 137f94711d
meguca: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis 4bca8b48fb
notary: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis 416d11bb83
ipget: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis f942702542
dnscrypt-proxy2: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis 7e8573be43
goa: Build with go 1.12 2019-09-05 22:33:40 +01:00
adisbladis 2ff836f6bf
diskrsync: unstable-2018-02-03 -> unstable-2019-01-02 2019-09-05 22:33:39 +01:00
adisbladis 3c22b23580
prometheus_1: Build with go 1.12 2019-09-05 22:33:39 +01:00
adisbladis a560ea3736
prometheus-snmp-exporter: 0.13.0 -> 0.15.0 2019-09-05 22:33:39 +01:00
adisbladis aeef53e5dd
fscrypt: 0.2.4 -> unstable-2019-08-29
Fix build with go 1.12
2019-09-05 22:33:39 +01:00
adisbladis 7814d35bff
go-ethereum-classic: Drop package
It's unmaintained for years and doesn't build with Go 1.12
2019-09-05 22:33:39 +01:00
Marek Mahut 5aa5760261
Merge pull request #68131 from 1000101/process-exporter
prometheus-process-exporter: init at 0.5.0
2019-09-05 21:09:33 +02:00
Jan Hrnko bf9fd00b2e prometheus-process-exporter: init at 0.5.0 2019-09-05 20:21:10 +02:00
Aaron Andersen 36abb06ee6
Merge pull request #63330 from fgaz/michabo/init-for-real
michabo: init at 0.1
2019-09-05 12:53:00 -04:00
Francesco Gazzetta 0b1d671667 michabo: init at 0.1 2019-09-05 15:02:49 +02:00
Marek Mahut 998acc5079
Merge pull request #68080 from dtzWill/update/usbguard-0.7.5
usbguard: 0.7.4 -> 0.7.5
2019-09-05 08:14:43 +02:00
Will Dietz 222422f87f
usbguard-nox: deprecate 2019-09-04 21:24:11 -05:00
Katharina Fey 18f7f19ce2 ociTools: init 2019-09-04 22:46:42 +00:00
Lily Ballard 43dade238f
installShellFiles: init (#65211)
This is a new package that provides a shell hook to make it easy to
declare manpages and shell completions in a manner that doesn't require
remembering where to actually install them. Basic usage looks like

  { stdenv, installShellFiles, ... }:
  stdenv.mkDerivation {
    # ...
    nativeBuildInputs = [ installShellFiles ];
    postInstall = ''
      installManPage doc/foobar.1
      installShellCompletion --bash share/completions/foobar.bash
      installShellCompletion --fish share/completions/foobar.fish
      installShellCompletion --zsh share/completions/_foobar
    '';
    # ...
  }

See source comments for more details on the functions.
2019-09-04 23:19:17 +02:00
Johan Thomsen fb22d67fa7 ceph: 13.2.4 -> 14.2.1
* remove kinetic
* release note
* add johanot as maintainer

nixos/ceph: create option for mgr_module_path
  - since the upstream default is no longer correct in v14

* fix module, default location for libexec has changed
* ceph: fix test
2019-09-04 16:17:18 +02:00
Kristoffer 85baedaca3 ceph: 12.2.7 -> 13.2.4
* maintain only one version
* ceph-client: init
* include ceph-volume python tool in output

nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active

* run ceph with disk group permission
* add extraConfig option for the global section
needed per cluster
* clear up how ceph.conf is generated
* fix ceph testcase
2019-09-04 16:01:42 +02:00
Florian Klink af2f81f227
Merge pull request #68023 from ambrop72/phc-intel-assert-fix
phc-intel: Don't define the package if the assert would fail.
2019-09-04 06:36:10 -07:00
Arseniy Seroka 3dd112c97e
Merge pull request #68013 from serokell/nixfmt
nixfmt: init at 0.3.0 from haskellPackages
2019-09-04 13:36:04 +03:00
Peter Simons 54e694de81 mlt: build with ffmpeg version 4.x rather than 2.x
The new ffmpeg version is (a) supported and (b) required by some
applications that use libmlt, e.g. shotcut. There appears to be
no downside to this upgrade.
2019-09-04 11:02:35 +02:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Peter Hoeg afa6c910a9
Merge pull request #67603 from peterhoeg/u/sayonara
sayonara: 1.1.1 -> 1.5.1
2019-09-04 15:41:08 +08:00
Peter Hoeg ac9b16dfa8
Merge pull request #67605 from peterhoeg/p/strawberry
strawberry: init at 0.6.3
2019-09-04 15:39:33 +08:00
Peter Hoeg 5a12e12b49 strawberry: init at 0.6.3 2019-09-04 14:39:53 +08:00
Peter Hoeg aba7db77e9 sayonara: 1.1.1 -> 1.5.1 2019-09-04 14:36:29 +08:00
Will Dietz 60256c197d
usbguard: 0.7.4 -> 0.7.5
https://github.com/USBGuard/usbguard/releases/tag/usbguard-0.7.5

* no longer needs/uses qt as of 0.7.5
* asciidoctor -> asciidoc, drop pandoc
  (pandoc only seems to be used as part of doc spell-check
   which we don't enable anyway)
* docbook bits
2019-09-03 20:21:11 -05:00
Will Dietz 9dbda3eddf
Merge pull request #66737 from dtzWill/feature/azpainter
azpainter: init at 2.1.4
2019-09-03 18:25:21 -05:00
adisbladis 8f57babd52
Merge pull request #68027 from 0x4A6F/master-tacacsplus
tacacs+: tacacs+ -> tacacsplus
2019-09-03 22:37:56 +01:00
0x4A6F 05ee758d79
tacacs+: tacacs+ -> tacacsplus 2019-09-03 21:27:40 +00:00
Timothy DeHerrera 0b32fe2d7e kakounePlugins: Add 5 kakoune plugins (#67593)
* kakounePlugins: Add 5 kakoune plugins

Should be compatible with
https://github.com/NixOS/nixpkgs/pull/64310

* kak-auto-pairs: for automatic closing of pairs
* kak-buffers: for easier buffer management
* kak-fzf: for fzf integration
* kak-powerline: for a prettier modeline
* kak-vertical-selection: for easy vertical selections

* kakounePlugins: alphabetize package list

* kakounePlugins.kak-fzf: add ability to choose between fzf/skim

* kakounePlugins.kak-powerline: substitute full path to git binary
2019-09-03 22:54:37 +02:00
Robin Gloster 087ba0eedc
arangodb_3_2: remove
doesn't support gcc 8
2019-09-03 22:30:55 +02:00
Franz Pletz 4d85d286e5
highlight: build with standard llvm version on darwin 2019-09-03 22:17:54 +02:00
Franz Pletz de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Franz Pletz be9901afe2
llvm_38: drop since it doesn't build with gcc8 2019-09-03 22:04:44 +02:00
Franz Pletz 3a7a990ee9
irods: build with current version of llvm 2019-09-03 22:04:15 +02:00
Michael Fellinger 1f49035aca ruby.withPackages: init
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-09-03 19:44:49 +00:00
Ambroz Bizjak 97a2ef37c0 phc-intel: Don't define the package if the assert would fail.
If the kernel is too old one gets the assertion error, even if nothing specifically request that package. Some code must be going through all defined kernel module packages that triggers the assert.
2019-09-03 21:04:37 +02:00
Silvan Mosberger ce944b4bde
Merge pull request #64552 from evanjs/feature/openrazer-2.3.1
openrazer: init at 2.6.0
2019-09-03 19:14:58 +02:00
Jan Tojnar ad72ce9c2b
gnome-keysign: init at 1.0.1 2019-09-03 18:49:05 +02:00
Daniel Schaefer 86ddab8e70 hpmyroom: init at 11.1.0.0508 2019-09-03 18:19:54 +02:00
worldofpeace 62973ddc07
Merge pull request #67836 from petabyteboy/feature/corebootutils
coreboot-utils: init at 4.10
2019-09-03 11:54:36 -04:00
Milan Pässler d977d48baf coreboot-utils: init at 4.10
Build various tools from the coreboot tree with a generic builder for better
maintainability and provide a buildEnv with all of them, similar to other
distributions' coreboot-utils package.
2019-09-03 17:49:50 +02:00
Yorick van Pelt 8038817953
nixfmt: init at 0.3.0 from haskellPackages 2019-09-03 17:35:40 +02:00
xbreak b604e3fafd clipp: init at 1.2.3 2019-09-03 12:38:59 +00:00
Marek Mahut bdbc922b98 prometheus-aws-s3-exporter: init at 0.3.0 2019-09-03 10:48:27 +02:00
Jan Tojnar 4a220b64b4
Merge pull request #67964 from dkabot/arc-menu_init
gnomeExtensions.arc-menu: init at 31
2019-09-03 04:26:44 +02:00
worldofpeace 0c52651bb7
Merge pull request #67935 from jtojnar/gnome-fixes
gnome3.gvfs: fix eval with allowAliases = false
2019-09-02 22:14:30 -04:00
Jan Tojnar ef19440dc5
gvfs: only support GNOME 3, not GNOME 2
It will make the expression and calls nicer.
2019-09-03 03:48:06 +02:00
dkabot 51e71596f8 gnomeExtensions.arc-menu: init at 31 2019-09-02 19:03:18 -04:00
Franz Pletz f35cffcf36
Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing
unifi: remove unifiTesting
2019-09-02 22:18:18 +00:00
Milan Pässler (work) b85f48c351 unifi: remove unifiTesting
The testing branch is not updated anymore and all mentions have been
removed from the Ubiquiti website.
2019-09-02 23:59:10 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Emily 12ae04518b nextpnr: (hopefully) fix build on Darwin
Fixes #67898, hopefully.
2019-09-02 16:11:17 -05:00
Nathan van Doorn ddefb5f067 q-text-as-data: init at 1.7.1 2019-09-02 11:08:14 +02:00
John Ericson c33d80c071 Merge remote-tracking branch 'upstream/master' into feature/js-unknown-ghcjs 2019-09-02 01:31:31 -04:00
Moritz Angermann 446f8c851d Add support for `js-unknown-ghcjs`
This adds enough logic to nixpkgs to support the `js-unknown-ghcjs` triple.
2019-09-02 01:27:05 -04:00
Dylan Simon 363292b7c0 fetchurlBoot: remove cycles introduced by openssl_1_1 -> coreutils (#67784) 2019-09-01 23:00:49 -04:00
Mario Rodas 0e04dfdccb
pgformatter: init at 4.0 2019-09-01 16:20:00 -05:00
adisbladis c2fc61c5f7
Merge pull request #67872 from LnL7/minio-client
minio-client: remove go 1.10 override
2019-09-01 21:46:24 +01:00
Emily cb5b674b58 {glasgow,libfx2}: init at 2018-{09-01,08-27} 2019-09-01 14:22:49 -05:00
adisbladis 8c76f185bc
Merge pull request #64595 from 0x4A6F/master-tacacs+
tacacs+: init 4.0.4.28
2019-09-01 20:11:47 +01:00
0x4A6F b1bf3a811d
tacacs+: init 4.0.4.28 2019-09-01 18:38:50 +00:00
Vladyslav M 76fc3de3ef
Merge pull request #67873 from ivan/cargo-watch-darwin
cargo-watch: enable for darwin
2019-09-01 13:59:29 +03:00
Linus Heckemann d9db65ce4b
Merge pull request #62046 from roberth/pkgs-nixos-expose-all-config
pkgs.nixos: Expose configuration directly
2019-09-01 12:25:39 +02:00
Ivan Kozik 78d1b2d29e cargo-watch: enable for darwin 2019-09-01 09:45:02 +00:00
worldofpeace e08cb1ff65
Merge pull request #67727 from deepfire/serge/electrum
electrum:  update for the Qt5 change (#65399)
2019-09-01 05:31:47 -04:00
Kosyrev Serge 3d5144a554
electrum: update for #65399 2019-09-01 12:27:30 +03:00
Daiderd Jordan db131371ef
minio-client: remove go 1.10 override 2019-09-01 10:14:04 +02:00
Marek Mahut 29e7629318
Merge pull request #67865 from ivan/init-diesel-cli
diesel-cli: init at 1.4.0
2019-09-01 08:51:32 +02:00
Marek Mahut 05fbc579cd
Merge pull request #67815 from xrelkd/add/cargo-watch
cargo-watch: init at 7.2.1
2019-09-01 08:28:14 +02:00
Ivan Kozik 1ac28e704f diesel-cli: init at 1.4.0
Fixes #67797.
2019-09-01 03:39:23 +00:00
worldofpeace 6bf3d68b8d
Merge pull request #67842 from lopsided98/rtmpdump-openssl-1.1
rtmpdump: use OpenSSL 1.1 to fix gstreamer crash
2019-08-31 23:32:36 -04:00
Aaron Andersen 3ee1adcf6e
Merge pull request #67818 from xvapx/remove/crashplan
Remove/crashplan
2019-08-31 21:47:27 -04:00
Marti Serra d3de35967a crashplan, crashplan-small-business: remove pkg and module 2019-09-01 03:25:19 +02:00
Aaron Andersen 945f47a139
Merge pull request #66099 from timor/udis86
udis86: init at 1.7.2
2019-08-31 17:50:43 -04:00
Michael Weiss 19c18e104b waypipe: init at 0.6.1 (#67713)
waypipe: init at 0.6.1
2019-08-31 23:48:50 +03:00
Ben Wolsieffer 29d9be2e72 rtmpdump: fix build with OpenSSL 1.1 2019-08-31 13:50:54 -04:00
markuskowa ca15c0bd60
Merge pull request #67820 from Lassulus/nixos-generators
nixos-generators: init at 1.0.0
2019-08-31 19:26:45 +02:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk 96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
Silvan Mosberger 4727a40be9
Merge pull request #65283 from averelld/add-x2goserver-module
Add x2goserver module
2019-08-31 17:49:41 +02:00
Aaron Andersen 6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
Update vulkan packages
2019-08-31 11:45:50 -04:00
timor 09781e81c3 udis86: init at 1.7.2 2019-08-31 16:38:26 +02:00
MetaDark 5c22c8ba94 ccls: 0.20190314.1 -> 0.20190823 2019-08-31 10:03:32 -04:00
Aaron Andersen 5858a3693e
Merge pull request #67758 from etu/init-usbtop
usbtop: init at 1.0
2019-08-31 09:48:23 -04:00
Tim Steinbach a919868ff1
linux: Remove 5.1
The 5.1.x series is not supported anymore
2019-08-31 09:17:48 -04:00
Alexander 35ac3344e7 colmap: init at 3.5 (#67759)
* colmap: init at 3.5
2019-08-31 08:06:46 -04:00
Alyssa Ross fd26f5a9d5
ruby: 2.5.5 -> 2.6.3
According to nix-review, this does not introduce any new build failures and I
had it run on my systems for a while, but there might be breakages at runtime.

Since I'm not going to go through every Ruby package one at a time, I
think the best thing to do is bump this so we can get bug reports of
breakages from people who actually use those packages.
2019-08-31 11:48:06 +00:00
Lassulus a8d26fc34a
Merge pull request #63127 from bzizou/trimal
trimal: init at 1.4.1
2019-08-31 13:04:41 +02:00
Samuel Leathers 4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
* upstream/master:
  vimPlugins: update (#67823)
  mattermost-desktop: 4.2.0 -> 4.2.3 (#67717)
  lightspark: init at 0.8.1 (#67425)
  anki: 2.1.11 -> 2.1.14 (#67738)
  nixos/{namecoind,bitcoind}: removing the altcoin prefix
  rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
Aaron Andersen 4c6b09d134
Merge pull request #67618 from endocrimes/i-gotestsum
gotestsum: Init at 0.3.5
2019-08-31 06:45:13 -04:00
lassulus 66ed329b99 nixos-generators: init at 1.0.0 2019-08-31 12:37:07 +02:00
John Chadwick e3aaada61d lightspark: init at 0.8.1 (#67425) 2019-08-31 06:00:20 -04:00
Frederik Rietdijk 06af54c986 Fixup merge by removing incorrect emacsXXPackages 2019-08-31 10:27:54 +02:00
Danielle Lancashire 1c9253ce2b
gotestsum: Init at 0.3.5 2019-08-31 10:09:32 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
xrelkd 18508dcb6a cargo-watch: init at 7.2.1 2019-08-31 14:47:01 +08:00
Aaron Andersen 27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Maximilian Bosch 1a1d1bc389
Merge pull request #67786 from danieldk/maturin
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Evan Stoll d2c4d4d6b6 openrazer-daemon: init at 2.6.0 2019-08-30 17:22:46 -04:00
Evan Stoll bcbadc5ba2 kernel: openrazer: init at 2.6.0 2019-08-30 17:21:28 -04:00
zimbatm 3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm 792bb4f7f6
verifpal: init at 0.2 2019-08-30 21:56:12 +02:00
zimbatm 027b117fee
pigeon: init at 20160310 2019-08-30 21:56:12 +02:00
Aaron Andersen 765596278b
Merge pull request #67380 from doronbehar/package-uq
uq: init at 2018-05-27
2019-08-30 15:49:04 -04:00
Daniël de Kok 7e29ce8a77 maturin: 0.6.1 -> 0.7.0
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:

- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
  metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00
Averell Dalton 1eb8f58130 x2goserver: init at 4.1.0.3 2019-08-30 19:24:42 +02:00
Elis Hirwing 93a27dbe9f
usbtop: init at 1.0 2019-08-30 18:54:29 +02:00
Doron Behar c11fd45c24 uq: init at 2018-05-27 2019-08-30 19:54:02 +03:00
adisbladis f7b5be81a8
Merge pull request #66301 from adisbladis/emacspackages-deprecated-drop
emacs-packages: Drop deprecated package sets
2019-08-30 17:18:20 +01:00
Michael Weiss 69402e6607
Merge pull request #67652 from primeos/cage
cage: init at 0.1.1
2019-08-30 18:01:36 +02:00
adisbladis 41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
Marek Mahut 65f7fa4f6e
Merge pull request #67333 from nlewo/pr-yq-go
yq-go: init at 2.4.0
2019-08-30 13:36:31 +02:00
Aaron Andersen 88c3f36033
Merge pull request #67715 from Ma27/citrix-workspace-1908
citrix_workspace: add 1908 (`citrix_workspace_19_8_0`)
2019-08-30 07:18:47 -04:00
Robin Gloster 3f8ac3f78d
Merge pull request #67676 from johanot/fix-kinetic-cpp-client
kinetic-cpp-client: use openssl_1_0_2
2019-08-30 12:55:37 +02:00
tobias pflug 11ec70c0ff hydra-cli: init at 0.2.0 2019-08-30 11:33:21 +02:00
Antoine Eiche 984acf8004 yq-go: init at 2.4.0 2019-08-30 10:17:55 +02:00
Averell Dalton 9a2f83feb9 gradle: 5.3.1 -> 5.6.1 2019-08-30 04:37:56 +02:00
Silvan Mosberger bfb06ec5d9
Merge pull request #67510 from Infinisil/crystal-infra
Crystal package builder
2019-08-30 00:06:27 +02:00
Marek Mahut bc08b42da4
Merge pull request #67687 from jb55/altcoin-reorg
Remove altcoins set and create blockchains section
2019-08-29 23:17:28 +02:00
worldofpeace 810b2fb4f3
Merge pull request #67701 from jtojnar/twemoji
twitter-color-emoji: init at 12.1.2
2019-08-29 16:37:00 -04:00
Jan Tojnar 4e4d67b79f
twitter-color-emoji: init at 12.1.2 2019-08-29 21:33:26 +02:00
Maximilian Bosch 87f818d9b2
citrix_workspace: add 1908 (`citrix_workspace_19_8_0`)
New release:
https://www.citrix.de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
(unfortunately there's no version-specific link for the latest version).

Also added `preferLocalBuild = true;` to the derivation, due to
`requireFile` you have to build it yourself anyway, however I use
distributed builds by default and figured that this shouldn't be needed
since the longest part of the build would be the upload of the source
archive in that case.
2019-08-29 20:24:17 +02:00
Michael Weiss 8ca970d6a7
cage: init at 0.1.1 2019-08-29 19:17:58 +02:00
William Casarin 8f4216bd97 move wallet software into the blockchains section 2019-08-29 05:06:06 -07:00
William Casarin 8d6cb26e41 all-packages: add blockchains section
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:06:05 -07:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00
Johan Thomsen 298439f4fa kinetic-cpp-client: use openssl_1_0_2 2019-08-29 11:08:10 +02:00
Matthew Glazar 7ba8b728dc include-what-you-use: 0.10 -> 0.12
Release notes:
https://github.com/include-what-you-use/include-what-you-use/releases/tag/clang_8.0

IWYU version 0.12 is based on LLVM/Clang version 8.0.
2019-08-28 22:31:57 -07:00
dawidsowa b047ec5173 kcc: init at 5.5.1 2019-08-29 02:23:31 +02:00
WilliButz b602b5c067
Merge pull request #67634 from mmahut/prometheus-cups-exporter
prometheus-cups-exporter: init at unstable-2019-03-17
2019-08-28 21:07:16 +02:00
Marek Mahut 0c4cb4c102 prometheus-cups-exporter: init at unstable-2019-03-17 2019-08-28 19:56:12 +02:00
Silvan Mosberger 6233291d95
Merge pull request #64738 from rnhmjoj/magnetico
magnetico: init package and service
2019-08-28 18:39:21 +02:00
adisbladis eb0189c1dc
Merge pull request #67402 from stigtsp/package/ripasso-cursive-unstable
ripasso-cursive: init unstable at 2019-08-27
2019-08-28 14:25:02 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Stig Palmquist 2d36aa63fd
ripasso-cursive: init unstable at 2019-08-27 2019-08-28 11:56:04 +02:00
Michael Fellinger 07054b42d8 wayback_machine_downloader: init at 2.2.1 (#67533)
* wayback_machine_downloader: init at 2.2.1
* Fix description
2019-08-28 11:37:54 +02:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Tadeo Kondrak 0a72c32723
libplacebo: init at 1.1.8.0 2019-08-27 23:30:41 +02:00
Marek Mahut ebb96bcff9
Merge pull request #67560 from sikmir/mkgmap
mkgmap: init at 4289
2019-08-27 22:40:44 +02:00
Nikolay Korotkiy 98a283af55
mkgmap: init at 4289 2019-08-27 19:04:15 +03:00
Aaron Andersen 3c3f198b94
Merge pull request #64549 from petabyteboy/feature/claws
claws: init at 0.3.2
2019-08-27 11:44:57 -04:00
WilliButz 8867b242b6
Merge pull request #67567 from mmahut/gitlab-ci-pipelines-exporter
prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5
2019-08-27 17:25:26 +02:00
Léo Gaspard 8a4721d606
Merge pull request #64669 from luispedro/add_sortmerna
sortmerna: init at 3.0.3
2019-08-27 17:19:53 +02:00
Marek Mahut eee23c116f prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5 2019-08-27 16:39:25 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Marek Mahut 0245bfa9e6
Merge pull request #67467 from valebes/add-rsclock
rsClock: init at 0.1.0
2019-08-27 16:02:41 +02:00
Peter Simons 79c6d22c1f mod_wsgi: allow building this module with python 2.x and 3.x 2019-08-27 14:27:31 +02:00
Valerio Besozzi 595b7d808d
rsClock: init at 0.1.0 2019-08-27 11:12:35 +02:00
Milan Pässler 27977f030f claws: init at 0.3.2 2019-08-27 08:25:05 +02:00
Vincent Laporte e063d084de
qarte: use qt5’s mkDerivation
See #65399
2019-08-27 05:57:23 +00:00
Aaron Andersen 87fdc06a97
Merge pull request #63634 from aanderse/moodle
moodle: init at 3.7.1
2019-08-26 21:12:44 -04:00
Luis Pedro Coelho bc22c2e07f sortmerna: init at 3.0.3
This is a useful package in bioinformatics, namely in processing
short-read sequencing data from metagenomes
2019-08-27 00:37:43 +02:00
Léo Gaspard 7dc6eaaae3
Merge pull request #67521 from Ekleog/wasm-ocaml
wasm: alias to ocamlPackages.wasm
2019-08-26 23:44:50 +02:00
obadz a9b4e7592f
Merge pull request #66299 from jdanekrh/jd_fsharp_update_mono
fsharp41: 4.1.7 -> 4.1.34; mono = mono6
2019-08-26 19:53:30 +01:00
Léo Gaspard 0cc9e33cc4
wasm: alias to ocamlPackages.wasm 2019-08-26 20:48:24 +02:00
Michael Weiss ba9305c404
tcpflow: 1.4.6 -> 1.5.2
Changelog: https://github.com/simsong/tcpflow/blob/tcpflow-1.5.2/ChangeLog
Does now cross-compile and build with OpenSSL 1.1.1.
I've also restructured/simplified the expression and added additional
meta information.
2019-08-26 20:11:52 +02:00
Silvan Mosberger 1ffdf01777
crystal2nix: Put it into pkgs 2019-08-26 18:23:55 +02:00
José Romildo Malaquias 86e1452556 theme-obsidian2: 2.8 -> 2.9 (#67501)
* theme-obsidian2: 2.8 -> 2.9

* theme-obsidian2: move to pkgs/data

* theme-obsidian2: use pname

* theme-obsidian2: run hooks preInstall and postInstall in install phase
2019-08-26 23:11:52 +08:00
Jan Tojnar 02bc9e463c
Merge pull request #67416 from jtojnar/babl-0.1.72
babl: 0.1.66 → 0.1.72
2019-08-26 14:57:58 +02:00
Jan Tojnar ba2a16ffa2
gegl_0_3: drop 2019-08-26 14:28:42 +02:00
rnhmjoj fc4ca1aead
magnetico: init at 0.8.1 2019-08-26 11:34:03 +02:00
Peter Hoeg eaaa46a4c5
Merge pull request #67441 from peterhoeg/u/crystal
crystal: init at 0.30.1
2019-08-26 14:34:33 +08:00
Roman Volosatovs 3f4144c30a gofumpt: Init at 2019-07-29 (#66892) 2019-08-25 18:29:21 -06:00
Marek Mahut 3f6d0a981a
Merge pull request #67460 from primeos/wev
wev: init at 2019-08-11
2019-08-25 23:27:07 +02:00
Marek Mahut 7192ca5fd3
Merge pull request #66682 from asymmetric/ix.io
ix: init at 20190815
2019-08-25 23:14:36 +02:00
Peter Simons fa5a231313
Merge pull request #67366 from peti/t/mailman-v3
update mailman to version 3.2.2
2019-08-25 22:09:58 +02:00
Peter Simons 842942baaa mailman: update from 2.1.29 to version 3.2.2 2019-08-25 21:47:03 +02:00
Michael Weiss aec95ecf0d
wev: init at 2019-08-11 2019-08-25 21:44:04 +02:00
worldofpeace 741163efdb
Merge pull request #65370 from Ma27/package-3llo
_3llo: init at 0.3.0
2019-08-25 15:42:13 -04:00
Matthew Bauer c45a990a5d
Merge pull request #65844 from matthewbauer/man-alias
man: use man-db everywhere
2019-08-25 15:29:57 -04:00
worldofpeace 3f36ec5d33
Merge pull request #67136 from jollheef/out-of-tree-v1.0.1
out-of-tree: init at 1.0.1
2019-08-25 14:54:51 -04:00
Robin Gloster 616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Jacek Galowicz 6adb914c29 nodePackages.gtop: init at 1.0.0 (#65306)
* Add gtop to node-packages-v10.json
* Run node-packages/generate.sh on edited node-packages-v10.json
* Add gtop to all-packages.nix
2019-08-25 18:14:08 +02:00
Doron Behar 1859271a4b stig: init at 0.10.1a0 (#67233) 2019-08-25 16:42:41 +02:00
markuskowa b27b62737a
Merge pull request #67357 from Alkeryn/master
sdrangel : init at 4.11.7
2019-08-25 15:05:28 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Marek Mahut 2d54a79f48
Merge pull request #67388 from NinjaTrappeur/nin-update-ssb-patchwork
ssb-patchwork: 3.14.1 -> 3.16.2
2019-08-25 14:36:26 +02:00
Mikhail Klementev abf17cb6ac
out-of-tree: init at 1.0.1 2019-08-25 12:32:59 +00:00
Marek Mahut 9ffc980ef7
Merge pull request #67391 from avnik/drop-rmilter
rmilter: remove deprecated package (and module)
2019-08-25 14:24:06 +02:00
Alkeryn a98de94a13 sdrangel: init at 4.11.7 2019-08-25 14:20:02 +02:00
Aaron Andersen 95b3b63555 moodle: init at 3.7.1 2019-08-25 08:12:23 -04:00
Matthieu Coudron 83a87644b4
Merge pull request #67382 from lblasc/remove-luaffi
luaffi: remove in favor of luaPackages.luaffi
2019-08-25 12:32:28 +09:00
worldofpeace 0f395d6fae
Merge pull request #67406 from Alkeryn/megasync
megasync: use qt5's mkDerivation
2019-08-24 18:24:32 -04:00
markuskowa f179aa1315
Merge pull request #67404 from Alkeryn/serialdv
serialdv: init at 1.1.1
2019-08-24 23:35:14 +02:00
markuskowa 12bf3d2eef
Merge pull request #67403 from Alkeryn/cm256cc
cm256cc: init at 1.0.5
2019-08-24 23:31:57 +02:00
Alkeryn 12e5cf479f megasync: use qt5's mkDerivation
See #65399
2019-08-24 16:35:04 -04:00
Alkeryn 1b55f12160 serialdv: init at 1.1.1 2019-08-24 21:58:24 +02:00
Alkeryn 5cc3c3a399 cm256cc: init at 1.0.5 2019-08-24 21:55:22 +02:00
Peter Hoeg 4d3493c11f crystal: init at 0.30.1 2019-08-25 03:47:25 +08:00
Jan Tojnar edcecfee00
Merge pull request #67358 from jtojnar/ofono-progress
nixos/ofono: various improvements
2019-08-24 21:37:42 +02:00
Nikolay Amiantov 9015d7a4f1 sumorobot-manager: init at 0.9.0 2019-08-24 19:11:27 +03:00
Félix Baylac-Jacqué b148b4d1c6
ssb-patchwork: 3.14.1 -> 3.16.2
- Updating patchwork to 3.16.2.
- Renaming the binary to `ssb-patchwork` to prevent naming collision
  with graphviz's `patchwork`.
2019-08-24 17:46:18 +02:00
worldofpeace a980a2c3ca
Merge pull request #62708 from ktor/bcompare-4.2.10.23938
bcompare: init at 4.2.10.23938
2019-08-24 11:38:42 -04:00
Alexander V. Nikolaev 885511cb5c rmilter: remove deprecated package (and module) 2019-08-24 17:33:48 +03:00
Michael Weiss 1a8ea5cead
weston: 6.0.1 -> 7.0.0
Announcement:
https://lists.freedesktop.org/archives/wayland-devel/2019-August/040812.html
2019-08-24 16:31:52 +02:00
Profpatsch ffbad0f656 tree-sitter: init at 0.15.7 2019-08-24 15:13:47 +02:00
Luka Blaskovic e9b136e400 luaffi: remove in favor of luaPackages.luaffi 2019-08-24 10:04:44 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Samuel Leathers 7cec032b9e
Merge pull request #67263 from pacien/exim-spf
exim: add SPF support (+ init libspf2 at 1.2.10)
2019-08-24 00:58:02 -04:00
Samuel Leathers 3ad7a6ad0e
Merge pull request #67334 from lightbulbjim/irccloud
irccloud: init at 0.13.0
2019-08-23 23:54:46 -04:00
worldofpeace 0552f4dc73
Merge pull request #67214 from stefano-m/master
adoptopenjdk-icedtea-web: rename from icedtea_web
2019-08-23 16:43:52 -04:00
Stefano Mazzucco a6d234e9e9 adoptopenjdk-icedtea-web: rename from icedtea_web
This is a follow up of https://github.com/NixOS/nixpkgs/pull/66422

- rename icedtea_web to adoptopenjdk-icedtea-web to reflect the new governance
- add icedtea_web and icedtea8_web to aliases.nix for backwards compatibility
- update the attribute name where icedtea_web is used
2019-08-23 21:12:59 +01:00
worldofpeace eaf95bef86
Merge pull request #63273 from colemickens/nixpkgs-gelasio
gelasio: init at unstable-2018-08-13
2019-08-23 16:12:39 -04:00
Cole Mickens 6039ccef9e gelasio: init at unstable-2018-08-13 2019-08-23 22:01:04 +02:00
Jan Tojnar 877dc46d24
ofono-phonesim: init at unstable-2014-04-22 2019-08-23 20:47:33 +02:00
Jan Tojnar a8d3aebdce
Merge pull request #67318 from jtojnar/gnome-photos
gnome-photos: 3.32.0 → 3.32.1
2019-08-23 19:49:43 +02:00
Pawel Kruszewski 803108a1a6 bcompare: init at 4.2.10.23938 2019-08-23 19:01:32 +02:00
Doron Behar b4ae37b39a syncthingtray: init at 0.9.1 (#65480) 2019-08-23 18:18:56 +02:00
Linus Heckemann 25559a5597
Merge pull request #22357 from NixOS/openssl-1.1
Use openssl 1.1 by default
2019-08-23 17:51:52 +02:00
Linus Heckemann d1d602f559 Merge remote-tracking branch 'origin/master' into openssl-1.1 2019-08-23 17:27:39 +02:00
worldofpeace a4083fb455
Merge pull request #67236 from Chiiruno/dev/general
Update: easyjson, quicktemplate, statik, qtchan, vlang
2019-08-23 11:14:00 -04:00
Sarah Brofeldt 3a64303a20
Merge pull request #63539 from ivan/usbguard-nox
usbguard-nox: init at 0.7.4
2019-08-23 16:25:13 +02:00
zimbatm 79c2ed6b60
nixpkgs-fmt: init at 0.2.0 2019-08-23 16:12:50 +02:00
Sarah Brofeldt 33e33eebbe
Merge pull request #66252 from ivan/scream-receivers
scream-receivers: init at 3.3
2019-08-23 15:30:48 +02:00
Chris Rendle-Short 46b7ca6c28 irccloud: init at 0.13.0
AppImage is used as the source build is unpure (Yarn pulls in a lot of Node
dependencies over the network).
2019-08-23 20:33:00 +10:00
ash lea bd8f12024b dolphinEmuMaster: use wrapQtAppsHook 2019-08-23 02:41:36 -07:00
Emily c1620c4635 nextpnr: fix GUI 2019-08-23 02:14:40 -05:00
Okinan 32ce5c3e35 qtchan: 0.100 -> 1.0.1 2019-08-23 01:56:24 -05:00
Jan Tojnar c241e9756b
gnome-photos: move from gnome3 2019-08-23 02:59:33 +02:00
Jan Tojnar b8ba71d633
tracker-miners: move from gnome3 2019-08-23 02:55:42 +02:00
Jan Tojnar 4919db9cbb
tracker: move from gnome3 2019-08-23 02:53:43 +02:00
Jan Tojnar 795e37b7fe
grilo-plugins: move from gnome3 2019-08-23 02:47:56 +02:00
Jan Tojnar a2ba083f18
grilo: move from gnome3 2019-08-23 02:47:37 +02:00
Jan Tojnar fac090c8dd
gnome-online-accounts: move from gnome3 2019-08-23 02:47:21 +02:00
Robin Gloster c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
worldofpeace 1f3b789ebe
Merge pull request #63753 from jasoncarr0/lesspass
lesspass-cli: init at 9.0.0
2019-08-22 18:47:14 -04:00
Jason Carr 4e4a4461d8 lesspass-cli: init at 9.0.0 2019-08-22 18:31:26 -04:00
Sarah Brofeldt a6292c8aef
Merge pull request #66720 from 00-matt/pkg-kubeless
kubeless: init at 1.0.4
2019-08-22 21:18:11 +02:00
Marek Mahut 085fe1ae7a
Merge pull request #67237 from mmahut/osslsigncode
osslsigncode: init at unstable-2019-07-25
2019-08-22 20:46:48 +02:00
Jan Tojnar 0c20b6a9df
Merge pull request #67256 from jtojnar/celluloid-0.17
celluloid: 0.16 → 0.17
2019-08-22 20:23:12 +02:00
Marek Mahut c6edb741c1 osslsigncode: init at unstable-2019-07-25 2019-08-22 20:22:54 +02:00
Jan Tojnar 991c1ebeb1
celluloid: 0.16 → 0.17
Renamed from gnome-mpv.

https://github.com/celluloid-player/celluloid/releases/tag/v0.17
2019-08-22 19:47:07 +02:00
pacien 43a5bab9a5 libspf2: init at 1.2.10 2019-08-22 17:50:13 +02:00
Robin Gloster cac55a5cfe
Merge pull request #67244 from Ma27/teamviewer-bump
teamviewer: 14.4.2269 -> 14.5.1691
2019-08-22 14:55:32 +02:00
Robin Gloster 3dede565c7
qt56: remove; unused, broken with openssl 1.1 2019-08-22 14:50:28 +02:00
Maximilian Bosch 37aad44132
teamviewer: 14.4.2269 -> 14.5.1691
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.

(cherry picked from commit 1fc1fe7e6a)
2019-08-22 14:41:18 +02:00
Sarah Brofeldt 2bebade1fb
Merge pull request #67220 from edef1c/wishbone-tool
wishbone-tool: init at 0.2.8
2019-08-22 14:15:25 +02:00
Michal Minář f0c12c4795 google-clasp: init at 2.2.1 (#43376)
* google-clasp: init at version 2.2.1

Useful for developing Google's Apps Scripts.

Signed-off-by: Michal Minář <mic.liamg@gmail.com>

* fixed license

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-08-22 13:29:43 +02:00
Maximilian Bosch 1fc1fe7e6a
teamviewer: 14.4.2269 -> 14.5.1691
https://community.teamviewer.com/t5/Change-Logs/Linux-v14-5-1691-Full-Change-Log/m-p/69997

Also ensured that QT is wrapped properly to avoid startup issues with
different system-wide QT versions.
2019-08-22 13:17:29 +02:00
edef e9ccd6fa3d wishbone-tool: init at 0.2.8 2019-08-22 11:09:45 +00:00
Matt Smith 46750099c1 kubeless: init at 1.0.4 2019-08-22 10:30:13 +01:00
Jan Tojnar b992565455
Merge pull request #67222 from jtojnar/glthree
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar 80354ee314
gnome-hexgl: init at unstable-2019-08-21 2019-08-22 02:24:55 +02:00
Jan Tojnar 144ac2bd16
gthree: unstable-2019-10-21 2019-08-22 02:24:55 +02:00
Jan Tojnar 9ad99a811d
mutest: init at unstable-2019-10-12 2019-08-22 02:24:54 +02:00
Robin Gloster 948b3e34a5
squid: remove v3, default to v4 2019-08-22 00:39:52 +02:00
Robin Gloster 5ed5493018
ssvnc: remove
Dead project, broken with openssl 1.1
2019-08-21 21:09:12 +02:00
Robin Gloster 57353fcee6
telegram-cli: remove
Dead project, broken with openssl 1.1
2019-08-21 21:03:50 +02:00
Robin Gloster f651422a25
tw-rs: remove
Dead project, broken with openssl 1.1
2019-08-21 21:01:52 +02:00
Bas van Dijk cbf76c739a
Merge pull request #66728 from symphorien/rust-rls
rls: tie version to rustc's
2019-08-21 16:38:19 +02:00
Florian Klink 65b1948be2
Merge pull request #66762 from adisbladis/python-minimal
python3Minimal: Add top-level for a minimal Python 3 build
2019-08-21 15:04:52 +02:00
adisbladis 99e6ca2bdc python3Minimal: Add top-level for a minimal Python 3 build
This builds Python without optional dependencies.

We can't just use python3.override, as things like
python3Minimal.withPackages would pass the wrong python derivation into
these modules.
2019-08-21 14:52:49 +02:00
Robin Gloster f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Symphorien Gibol d9d0647046 rls: tie version to rustc's 2019-08-21 11:21:01 +02:00
worldofpeace 7d9d632b5e graalvm8-ee: use callPackage 2019-08-21 04:34:06 -04:00
Sarah Brofeldt 078f7c0674
Merge pull request #67036 from uvNikita/sampler
sampler: init at 1.0.3
2019-08-21 09:40:49 +02:00
Nikita Uvarov 1104a9724e
sampler: init at 1.0.3 2019-08-21 09:01:15 +02:00
Robin Gloster 9135412b63
golden-cheetah: build with newer qt5 2019-08-21 01:40:25 +02:00
Robin Gloster 86e1839847
esteidfirefoxplugin: remove
id.ee has removed it and doesn't build with openssl 1.1, there seems to
be a new plugin available
2019-08-21 00:05:18 +02:00
Robin Gloster a75971078b
cutegram: remove
dead project, no openssl 1.1 and qt >= 5.9 compat
2019-08-20 23:08:00 +02:00
Marek Mahut abb99f4631
Merge pull request #67006 from r-ryantm/auto-update/padthv1
padthv1: 0.9.8 -> 0.9.9
2019-08-20 21:18:23 +02:00
Robin Gloster df42fdd133
bitcoin-xt: remove
Dead project and doesn't build with openssl 1.1
2019-08-20 20:49:59 +02:00
Robin Gloster ff3211e5d5
aacskeys: remove
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Marek Mahut c6ecbc83c1 padthv1: using Qt5's mkDerivation 2019-08-20 19:53:37 +02:00
Marek Mahut 03d34165bf
Merge pull request #67067 from prusnak/kodelife
kodelife: init at 0.8.3.93
2019-08-20 18:49:56 +02:00
Doron Behar 5d3b545301 castget: init at 1_2_4 (#65492) 2019-08-20 18:40:23 +02:00
Pavol Rusnak 8492dfeaba
kodelife: init at 0.8.3.93 2019-08-20 18:16:16 +02:00
Ruud van Asseldonk bc185504ca libressl_3_0: init at 3.0.0 2019-08-20 08:50:57 -05:00
Jan Tojnar 91d627ab0a
Merge pull request #67014 from jtojnar/joypixels
joypixels: init at 5.0.2
2019-08-20 14:52:28 +02:00
Pavol Rusnak e06d89ab59
uhubctl: init at unstable-2019-07-31 2019-08-20 12:33:46 +02:00
Matthieu Coudron 0f32b32c95
Merge pull request #63150 from Izorkin/prosody-test
nixos/tests/prosody: update prosody tests
2019-08-20 17:52:58 +09:00
Izorkin 89c69bfb79 prosody: fix work after update luadbi packages 2019-08-20 10:24:49 +03:00
Matthieu Coudron 3b205ad3a7
Merge pull request #58207 from teto/kernelPackages_check
boot.kernelPackages: check for conflicts
It's currently possible to set conflicting `boot.kernelPackages` several times.
Nixos now warns when this is the case instead of just picking one.
2019-08-20 14:15:51 +09:00
worldofpeace 83cc092fb5
Merge pull request #66344 from jlesquembre/clj-kondo
clj-kondo: init at 2019.07.31-alpha
2019-08-20 00:39:42 -04:00
worldofpeace 7aaa28c1af
Merge pull request #65545 from volth/graal-ee
graalvm8-ee: init at 19.1.1
2019-08-20 00:38:04 -04:00
Jan Tojnar 50f2ecf823
joypixels: init at 5.0.2 2019-08-20 05:32:06 +02:00
Kirill Kazakov 8ffb3cced1 moolticute: init at 0.30.8 (#54090) 2019-08-20 05:01:29 +03:00
Dmitry Kalinkin 948025bca4
Merge pull request #66446 from bdesham/updated-boronine-perl-darwin-fix
Updated fix for Perl programs on Darwin
2019-08-19 19:18:19 -04:00