Commit Graph

43201 Commits

Author SHA1 Message Date
marius851000
e047449118 clementine: update to qt5 2019-03-26 11:11:29 +01:00
Aaron Lindsay
1c7bb464d9 msp430: include vendor headers with stdenv 2019-03-25 20:39:51 -07:00
Aaron Lindsay
02a1d3b24a msp430: vendor header package 2019-03-25 20:33:58 -07:00
Aaron Lindsay
1eca945e94 systems: support TI MSP430 microcontrollers 2019-03-25 20:33:58 -07:00
Matthew Bauer
4cbb9b840b
Merge pull request #57905 from LinArcX/vazir-fonts
vazir-fonts: init at 19.2.0
2019-03-25 22:22:18 -04:00
Matthew Bauer
810f2ba1f3
Merge pull request #57758 from midchildan/add-mediasdk
intel-media-sdk: init at 18.4.1
2019-03-25 22:18:23 -04:00
John Ericson
aa0cf64422
Merge pull request #57611 from Ericson2314/stage-braid-not-chain
top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
2019-03-25 21:56:59 -04:00
Joachim F
d0a0de2c44
Merge pull request #55736 from risicle/ris-libdislocator
libdislocator: init at 2.52b
2019-03-26 00:47:10 +00:00
Joachim F
feb08243cd
Merge pull request #55378 from DerTim1/tmp/asterisk-update
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26 00:46:16 +00:00
Joachim F
d1595144a4
Merge pull request #56773 from bricewge/solarc
solarc-gtk-theme: init at 1.0.2
2019-03-26 00:45:20 +00:00
Joachim F
c9cd1356ea
Merge pull request #56522 from bzizou/messer-slim
messer-slim: init at 3.2.1
2019-03-26 00:42:58 +00:00
Joachim F
8a2b572ee9
Merge pull request #57830 from srghma/image_optim
image_optim: init at 0.26.3
2019-03-26 00:42:34 +00:00
Dylan Simon
1c3a4ef287 fetchurl: use fetchurlBoot for zlib deps 2019-03-25 15:04:55 -04:00
Matthew Bauer
5f32434aef
Merge pull request #58246 from danbst/infinite-recursion-otherPackageSets
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25 12:05:07 -04:00
Aaron Bull Schaefer
1f6e46ff96 bazelisk: init at 0.0.3 (#56867) 2019-03-25 07:52:32 -07:00
Max Wilson
a2abe2aba1 adding showoff to pkgs/servers/http 2019-03-25 10:40:17 -04:00
Will Dietz
1d4ce7aef2 manrope: init at 3 2019-03-25 07:42:27 -05:00
Joachim F
7c9e225d89
Merge pull request #56433 from nyarly/add_cadre
cadre: init at 1.0.4
2019-03-25 09:09:03 +00:00
danbst
f72903864d pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
Consider example:

$ nix-instantiate ./nixos -A system --arg configuration '
    {
      boot.isContainer = true;
      nixpkgs.overlays = [ (self: super: {
        nix = self.pkgsStatic.nix;
      }) ];
    }'

When resolving package through overlays, we figure out that

  nix == self.pkgsStatic.nix
  =>
  nix == (import <nixpkgs> { inherit overlays; }).nix
  =>
  nix == (import <nixpkgs> { overlays = [(self: super: { nix = self.pkgsStatic.nix; })];}).nix

and we enter infinite recursion of nixpkgs evaluations.

The proper fix should terminate recursion by assigning self fixpoint
to inner custom package set. But I get infinite recursion somehow, so
I use `super`. It is less correct modulo deep custom overrides, but behaves
correctly for simple cases and doesn't OOM evaluator.

Fixes https://github.com/NixOS/nixpkgs/issues/57984
2019-03-25 10:58:46 +02:00
Pierre Bourdon
6beffff797 pythonPackages.dnslib: init at 0.9.9 (#57101) 2019-03-25 08:57:58 +01:00
Will Dietz
1cfee05450
Merge pull request #57892 from dtzWill/feature/xtruss
xtruss: init at 20181001-82973f5
2019-03-24 21:45:22 -05:00
John Ericson
70d71bbbe4 top-level: Create pkgs{Build,Host,Target}{Build,Host,Target}
This is needed to avoid confusing and repeated boilerplate for
`fooForTarget`.  The vast majority of use-cases can still use
`buildPackages or `targetPackages`, which are now defined in terms of
these.
2019-03-24 22:12:15 -04:00
Elis Hirwing
0ee682da53
Merge pull request #57869 from robertseaton/master
pdfsandwich: init at 0.1.7
2019-03-24 23:57:38 +01:00
Robert Seaton
4358c3d216 pdfsandwich: init at 0.1.7 2019-03-24 17:20:19 -05:00
Elis Hirwing
5699e8edc7
Merge pull request #58201 from etu/php-composer-update
phpPackages.composer: 1.8.0 -> 1.8.4
2019-03-24 22:56:02 +01:00
Dmitry Kalinkin
cf7f234ff5
Merge pull request #57527 from Chiiruno/dev/meguca
Init: statik, Update: easyjson, quicktemplate, meguca, hydron
2019-03-24 15:26:37 -04:00
worldofpeace
ac1bd5b1d4
Merge pull request #58050 from worldofpeace/libunity/fix-build
libunity fix build
2019-03-24 15:12:07 -04:00
Cedric Cellier
0206adc566 lacaml: init at 11.0.3 2019-03-24 19:37:47 +01:00
Tim Steinbach
e5fd7ba15c
linux: Remove 4.20
Upstream has EOL'd 4.20
2019-03-24 12:15:41 -04:00
Bryan Richter
a30bed52d4 pythonPackages.pyhocon: init at 0.3.51 (#57025) 2019-03-24 15:37:42 +01:00
Sarah Brofeldt
a194f8855b
perlPackages.FileSlurp: remove obsolete patch (#58135)
FileSlurp no longer uses syswrite.
2019-03-24 12:42:33 +01:00
Elis Hirwing
52fa2d4be1
phpPackages.composer: Add unzip to path
Unzip is used by composer to install dependencies etc. If it's not
there it defaults to using PHP's built in zip functions. But they are
slower and composer complains to the user if this happens.
2019-03-24 11:17:24 +01:00
Elis Hirwing
afa88c8aa7
phpPackages.composer: 1.8.0 -> 1.8.4
Changelogs:
https://github.com/composer/composer/releases/tag/1.8.1
https://github.com/composer/composer/releases/tag/1.8.2
https://github.com/composer/composer/releases/tag/1.8.3
https://github.com/composer/composer/releases/tag/1.8.4
2019-03-24 11:08:02 +01:00
Dmitry Kalinkin
6f95ac3588
Merge pull request #57988 from lopsided98/buildbot-update
buildbot: 1.8.1 -> 2.1.0
2019-03-23 20:38:20 -04:00
Dmitry Kalinkin
04727cc641
Merge pull request #57522 from yorickvP/it87
it87: init at 2018-08-14
2019-03-23 20:35:26 -04:00
Philipp Volguine
e0c3c2ed52 paulstretch: init at version 2.2-2
This is a neat little program for extreme sound stretching and it was
not in the repo yet.
2019-03-23 19:27:19 -04:00
Brice Waegeneire
4430e0aa8f solarc-gtk-theme: init at 1.0.2 2019-03-23 12:08:38 +01:00
Joachim F
f65a6ac829
Merge pull request #57766 from 8084/init-retext
retext: init at 7.0.4
2019-03-23 09:23:44 +00:00
Frederik Rietdijk
23e431387b Merge staging-next into staging 2019-03-23 09:20:09 +01:00
Frederik Rietdijk
b40d752872 Merge master into staging-next 2019-03-23 09:18:41 +01:00
Joachim F
37bc410625
Merge pull request #56044 from groodt/greg/td-0.16.4
td: init at 0.16.4
2019-03-23 06:39:23 +00:00
Joachim F
c76dd2948d
Merge pull request #55773 from xtruder/pkgs/rippled-validator-keys-tool/init
rippled-validatior-keys-tool: init at d7774bcc
2019-03-23 06:34:56 +00:00
Joachim F
f612e3345b
Merge pull request #57449 from tohl/master
samsung-unified-linux-driver_1_00_36, tested on nixos x86_64 with m2070w printer/scanner, fixes https://github.com/NixOS/nixpkgs/issues/27995
2019-03-23 06:29:52 +00:00
Okina Matara
1d4a9950af
statik: init at 2018-11-28 2019-03-23 01:19:29 -05:00
worldofpeace
ec4af5c5c1
Merge pull request #57838 from pacien/riot-desktop-1.0.4
riot-desktop: init at 1.0.4
2019-03-22 21:13:01 -04:00
Ben Wolsieffer
69f2787af9 buildbot: remove deprecated aliases 2019-03-22 18:43:22 -04:00
Ben Wolsieffer
b2e11e0cdf buildbot: 1.8.1 -> 2.1.0 2019-03-22 18:43:15 -04:00
pacien
839c988dd0 riot-desktop: init at 1.0.4 2019-03-22 22:26:31 +01:00
Sarah Brofeldt
78c95f561f
Merge pull request #58031 from dotlambda/elasticsearch-curator-application
elasticsearch-curator: add top-level package using older click
2019-03-22 20:11:54 +01:00
Gabriel Ebner
03f7c82e62
Merge pull request #57826 from gebner/anbox
anbox: init at 2019-03-07
2019-03-22 19:19:47 +01:00
Will Dietz
309e095d90
Merge pull request #58079 from dtzWill/feature/libwhich
libwhich: init at 2019-03-20
2019-03-22 12:59:14 -05:00
Jörg Thalheim
34bc84d5b8
Merge pull request #52409 from ffinkdevs/master
duplicacy: init at 2.1.2
2019-03-22 11:29:30 +00:00
Joachim F
91943f7ee3
Merge pull request #56132 from balsoft/master
wmfs: init at 201902
2019-03-22 11:01:30 +00:00
Александр Бантьев
cd8a8bab4b wmfs: init at 201902 2019-03-22 13:46:36 +03:00
Robert Schütz
22bb090ed1
Merge pull request #58035 from dotlambda/python-fixes
pythonPackages: multiple fixes
2019-03-22 10:59:38 +01:00
Elis Hirwing
870db5e15d
Merge pull request #57389 from ggPeti/master
musly: init at unstable-2017-04-26
2019-03-22 07:33:24 +01:00
Wael Nasreddine
1f460d05c1
miniflux: do not send buildGoPackage, it is using buildGoModule now (#58110) 2019-03-21 22:33:16 -07:00
Wael Nasreddine
043255c639
buildGo112Package: fix the function (#58105) 2019-03-21 22:04:29 -07:00
Wael M. Nasreddine
5af0780492
Merge remote-tracking branch 'origin/master' into staging
* origin/master: (693 commits)
  buildGoModule: use go_1_12 instead of go_1_11 (#58103)
  gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091)
  signal-desktop: 1.22.0 -> 1.23.0
  added missing semicolon to documentation
  terminus_font_ttf: 4.46.0 -> 4.47.0
  buildGoModule: remove SSL env vars in favor of cacert in buildInputs (#58071)
  dav1d: init at 0.2.1
  dropbox-cli: 2018.11.28 -> 2019.02.14
  atlassian-confluence: 6.14.1 -> 6.14.2
  maintainers: update email for dywedir
  python.pkgs.hglib: use patch to specify hg path (#57926)
  chkrootkit: 0.52 -> 0.53
  radare2-cutter: 1.7.2 -> 1.8.0
  autorandr: 1.7 -> 1.8
  pythonPackages.pyhepmc: fix build
  llvm-polly/clang-polly: use latest llvm
  apulse: 0.1.11.1 -> 0.1.12, cleanup
  factorio: experimental 0.17.14 → 0.17.16 (#58000)
  sequeler: 0.6.7 -> 0.6.8
  nasc: 0.5.1 -> 0.5.2
  ...
2019-03-21 21:01:25 -07:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
Will Dietz
400b6032c8
Merge pull request #54847 from raquelgb/add-joplin-desktop
joplin-desktop: init at 1.0.120
2019-03-21 16:31:34 -05:00
Will Dietz
7fbe20a8d1 libwhich: init at 2019-03-20 2019-03-21 16:26:33 -05:00
Michael Weiss
21d3eee760
dav1d: init at 0.2.1 2019-03-21 18:57:56 +01:00
Robert Schütz
d716cad907 python.pkgs.retry: init at 0.9.2 2019-03-21 16:08:02 +01:00
worldofpeace
dea05e36a1 libunity: 2015-10-02 -> 2019-03-19
Fixes build with newer vala.

Chose to fetch from ubuntu's git packaging because it
is easier for me to maintain. This would be the same
version used in Ubuntu's Disco Dongo.

Changelog: https://git.launchpad.net/ubuntu/+source/libunity/tree/debian/changelog?id=adae0cbb67ee5eb0913e8cd1887e15e72800251f
2019-03-21 10:41:00 -04:00
Robert Schütz
c0409de98d elasticsearch-curator: add top-level package using older click
See https://github.com/NixOS/nixpkgs/pull/58023 for a discussion
of why this is necessary. The upstream issue can be found at
https://github.com/elastic/curator/pull/1280.
2019-03-21 11:53:32 +01:00
Will Dietz
bb7e9e46a0
Merge pull request #57970 from dtzWill/update/llvm8
llvmPackages_8: rc5 -> 8.0.0 release!
2019-03-20 23:56:46 -05:00
Will Dietz
0a97ce5f56 llvm-polly/clang-polly: use latest llvm 2019-03-20 23:37:16 -05:00
Benjamin Saunders
11988d7336 vulkan-validation-layers: 1.1.85.0 -> 1.1.101.0 2019-03-20 18:04:43 -07:00
Benjamin Saunders
6066f72960 glslang: 2018-09-26 -> 7.11.3113 2019-03-20 18:01:37 -07:00
Benjamin Saunders
94b2a0fc6b spirv-headers: init at 2019.1 2019-03-20 17:51:39 -07:00
Alyssa Ross
0cd7f32a4c
Merge pull request #54627 from FlorianFranzen/waybar
waybar: init at 0.4.0
2019-03-20 23:38:04 +00:00
Carles Pagès
d918001898 duckmarines: fix build
Actually updated to 1.0c. Prevent hydra from building it.
2019-03-20 23:05:37 +01:00
Graham Christensen
5c9b1c3a48
Merge pull request #57927 from justinwoo/purescript-binary
purescript: fix purescript derivation using easy-purescript-nix
2019-03-20 11:48:04 -05:00
Will Dietz
eb62028ed4 llvmPackages_8: add top-level attributes 2019-03-20 09:58:38 -05:00
Graham Christensen
fb39447028
purescript: inline properties used from pkgs
Co-Authored-By: justinwoo <moomoowoo@gmail.com>
2019-03-20 15:50:16 +02:00
Peter Ferenczy
12e425c17b musly: init at unstable-2017-04-26 2019-03-20 13:27:13 +01:00
Dmitry Kalinkin
399061d3e4 pythonPackages.fastparquet: init at 0.2.1 (#56027) 2019-03-20 12:45:58 +01:00
justinwoo
ee1e16453f purescript: inline referenced derivation 2019-03-20 10:20:05 +02:00
justinwoo
0810c406b7 purescript: fix purescript derivation using easy-purescript-nix
For the past couple of years, there has continued to be problems with having the PureScript compiler on nixpkgs building from Haskell packages it is not built against in its actual development and release. We have seen this issue come up multiple times here on nixpkgs, but this also causes numerous issues to be filed against the PureScript compiler repository. One example of an exchange that has occurred multiple times in the past: https://github.com/NixOS/nixpkgs/issues/53597 https://github.com/purescript/purescript/issues/3571. As noted, the PureScript compiler is not on Stackage because it is not meant to be used as a library, and it does not update itself to the latest LTS and cut releases to match LTS releases.

Instead, I have begun maintaining my own derivation for the PureScript compiler (among other tools) in a small project here: https://github.com/justinwoo/easy-purescript-nix. Within are other reference and derivations for other tools commonly used in the PureScript ecosystem, updated to their respective newest releases. These derivations use the same releases that other Linux and OSX users use, along with the standard application of patchELF to provide for runtime dependencies such as zlib, gmp, and ncurses5. These derivations are now used by a variety of NixOS, non-NixOS Linux, and OSX users.

This commit then consumes the easy-purescript-nix derivation for the PureScript compiler and provides it in all-packages for consumption.
2019-03-20 00:36:55 +02:00
Daiderd Jordan
373488e6f4
Merge pull request #57868 from Kaali/coreaudio-sox
Add CoreAudio to sox on macOS
2019-03-19 19:11:13 +01:00
linarcx
5b98f0d289 vazir-fonts: init at 19.2.0 2019-03-19 16:55:40 +03:30
Jörg Thalheim
5e888d1854
Merge pull request #57896 from dotlambda/asyncio-remove
python.pkgs.asyncio: remove
2019-03-19 10:55:37 +00:00
Robert Schütz
180c68d88a
python.pkgs.cairocffi: make withXcffib work again (#57855) 2019-03-19 10:20:05 +01:00
Robert Schütz
a4a61777e8 python.pkgs.asyncio: remove
> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
2019-03-19 10:11:23 +01:00
Cedric Cellier
913e33897c ocaml-syslog: init at 1.5 2019-03-19 09:31:12 +01:00
Aleksey Kladov
c5c886f091 jumpapp: init at 1.0 (#57893) 2019-03-19 10:20:21 +02:00
Will Dietz
c388e8c986 xtruss: init at 20181001-82973f5 2019-03-19 00:09:10 -05:00
Peter Hoeg
86cff5f5d7 logitech-udev-rules: init at 20190130 2019-03-19 09:58:56 +08:00
Dmitry Kalinkin
631ec69639
Merge pull request #57048 from 0x4A6F/master-tayga
tayga: init at 0.9.2
2019-03-18 21:28:43 -04:00
aszlig
7c3311d152
lastwatch: Remove no longer maintained package
I no longer use nor do I maintain this package upstream and with the
current version of pylast moving to Python 3, this package is hereby
obsolete as I'm not willing to port this to Python 3.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-19 02:14:11 +01:00
aszlig
12efcc2dee
Merge overlayfs fix, LTS kernel bump and test
In Linux 4.19 there has been a major rework of the overlayfs
implementation and it now opens files in lowerdir with O_NOATIME, which
in turn caused issues in our VM tests because the process owner of QEMU
doesn't match the file owner of the lowerdir.

The crux here is that 9p propagates the O_NOATIME flag to the host and
the guest kernel has no way of verifying whether that flag will lead to
any problems beforehand.

There is ongoing work to possibly fix this in the kernel, but it will
take a while until there is a working patch and consensus.

So in order to bring our default kernel back to 4.19 and of course make
it possible to run newer kernels in VM tests, I'm merging a small QEMU
patch as an interim solution, which we can drop once we have a working
fix in the next round of stable kernels.

Now we already had Linux 4.19 set as the default kernel, but that was
subsequently reverted in 048c36ccaa
because the patch we have used was the revert of the commit I bisected a
while ago.

This patch broke overlayfs in other ways, so I'm also merging in a VM
test by @bachp, which only tests whether overlayfs is working, just to
be on the safe side that something like this won't happen in the future.

Even though this change could be considered a moderate mass-rebuild at
least for GNU/Linux, I'm merging this to master, mainly to give us some
time to get it into the current 19.03 release branch (and subsequent
testing window) once we got no new breaking builds from Hydra.

Cc: @samueldr, @lheckemann

Fixes: https://github.com/NixOS/nixpkgs/issues/54509
Fixes: https://github.com/NixOS/nixpkgs/issues/48828
Merges: https://github.com/NixOS/nixpkgs/pull/57641
Merges: https://github.com/NixOS/nixpkgs/pull/54508
2019-03-19 00:15:51 +01:00
Michael Raskin
92a950cc8d
Merge pull request #57776 from lilyball/ffsend
ffsend: init at 0.2.36
2019-03-18 19:44:03 +00:00
Väinö Järvelä
3cc74c3a7c Add CoreAudio to sox on macOS
Otherwise no audio devices are available for recording and playback on
macOS.
2019-03-18 20:17:40 +02:00
0x4A6F
2c330e1382
tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
Robert Schütz
8ec6905aae
Merge pull request #57745 from dotlambda/csvkit-no-library
csvkit: move out of pythonPackages
2019-03-18 15:49:47 +01:00
aszlig
9a395a45aa
linuxPackages: 4.14 -> 4.19
This reverts commit 048c36ccaa.

With the patch applied for fixing the overlayfs bug in QEMU, there
really shouldn't stand anything in our way to use 4.19 as the default
kernel.

Signed-off-by: aszlig <aszlig@nix.build>
2019-03-18 13:53:51 +01:00
Jörg Thalheim
63279e2ce2
Merge pull request #57834 from balsoft/kanshi-init
kanshi: init at 2019-02-02
2019-03-18 09:59:18 +00:00
Florian Franzen
b76e608ecc waybar: init at 0.4.0 2019-03-18 09:56:26 +01:00
Edward Tjörnhammar
e42b5d9326 anbox: init at 2019-03-07
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar
07632cbaab properties-cpp: init at 0.0.1
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2019-03-18 09:28:01 +01:00
Edward Tjörnhammar
dfa314c382 linuxPackages.anbox: init at 2018-09-08
Co-authored-by: Luke Adams <luke.adams@belljar.io>
Co-authored-by: Volth <volth@webmaster.ms>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Edward Tjörnhammar <ed@cflags.cc>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
2019-03-18 09:23:08 +01:00
worldofpeace
a6fb15c853 vala_0_44: init at 0.44.1 2019-03-18 01:32:39 -04:00
Peter Hoeg
7691d57cd2
Merge pull request #57777 from peterhoeg/p/broadlink-cli
broadlink-cli: init at 0.9
2019-03-18 11:31:42 +08:00
Peter Hoeg
017f0e8043
Merge pull request #56334 from peterhoeg/u/shairplay
shairplay: 2016-01-01 -> 2018-08-24 and add avahi-compat convenience derivation
2019-03-18 11:29:38 +08:00
Peter Hoeg
e913308b11
Merge pull request #55870 from peterhoeg/f/zm
zoneminder: add some of the missing ONVIF dependencies
2019-03-18 11:29:04 +08:00
Lily Ballard
11cdd00138 ffsend: init at 0.2.36 2019-03-17 18:52:25 -07:00
Александр Бантьев
0958787ca4 kanshi: init at 2019-02-02 2019-03-18 00:47:38 +03:00
Serhii Khoma
57aa87131f image_optim: init at 0.26.3 2019-03-17 22:19:24 +02:00
Serhii Khoma
1d7a5d87ea jpeg-archive: init at 2.2.0 2019-03-17 22:18:41 +02:00
Robert Schütz
5e39aa231a csvkit: move out of pythonPackages
From https://csvkit.readthedocs.io/en/1.0.3/index.html:
> csvkit is a suite of *command-line tools* for [...]
2019-03-17 16:11:14 +01:00
Timo Kaufmann
11c3040ec9
Merge pull request #57798 from timokau/spotify-improvements
Spotify improvements
2019-03-17 15:01:27 +00:00
Timo Kaufmann
4be712b9e1 spotify: update ffmpeg version
Needed for spotify 1.1.x. The update itself is blocked on alsa issues:
https://community.spotify.com/t5/Desktop-Linux/spotify-client-1-1-0-98-78-gb45d2a6b-10-from-Ubuntu-package/td-p/4675676
https://community.spotify.com/t5/Desktop-Linux/1-0-98-1-1-0-Crash-when-using-ALSA/td-p/4680398
2019-03-17 15:31:06 +01:00
midchildan
410c30077c
ffmpeg-full: add libmfx support with intel-media-sdk 2019-03-17 16:18:38 +09:00
midchildan
d1d3973142
intel-media-sdk: init at 18.4.1 2019-03-17 16:18:37 +09:00
Will Dietz
e37f63daaf
Merge pull request #57540 from dtzWill/update/sqlite-replication-and-dqlite
dqlite,sqlite-replication,lxd: updates!
2019-03-17 00:48:18 -05:00
Peter Hoeg
9bc372ee04 broadlink-cli: init at 0.9 2019-03-17 13:21:41 +08:00
Ryan Mulligan
5d5c24be36
Merge pull request #57576 from marsam/init-odyssey
odyssey: init at 2019-03-12
2019-03-16 20:00:07 -07:00
gnidorah
50ff1e15cf pakcs: 2.0.2 -> 2.1.1 2019-03-17 00:15:54 +03:00
linarcx
c3e17e7d76 jcal: init at 0.4.1 2019-03-17 00:42:40 +03:30
Peter Simons
93e4a90502 ghc: switch our default compiler to version 8.6.4
Also, drop obsolete 8.6.x minor releases 8.6.1, 8.6.2, and 8.6.3.

(cherry picked from commit 7fde42b8ebddbd673342b98d9d7c892a0c521583)
2019-03-16 20:30:58 +01:00
8084
3cfda8c3c2
retext: init at 7.0.4 2019-03-16 22:20:59 +03:00
Vladyslav M
33e9fa2367
Merge pull request #56622 from marsam/init-shadowsocks-rust
shadowsocks-rust: init at 1.7.0
2019-03-16 17:43:27 +02:00
Ryan Mulligan
96e4072057
Merge pull request #57662 from CrazedProgrammer/wf-recorder
wf-recorder: init at unstable-2019-03-12
2019-03-16 08:40:39 -07:00
Mario Rodas
fef17b195a
odyssey: init at 2019-03-12 2019-03-16 07:59:32 -05:00
Mario Rodas
3039cfcfde
shadowsocks-rust: init at 1.7.0 2019-03-16 07:35:08 -05:00
CrazedProgrammer
bc9d5b7bef wf-recorder: init at unstable-2019-03-12 2019-03-16 08:52:50 +01:00
Maximilian Bosch
4929ee7421
activator: remove attribute name
Back in 2017 I removed the `activator` package (see 25a3563102)
as it reached its end of life. Almost 2 years later everyone
shouldn't reference to this (not evaluating) path anymore
and hence can be removed.
2019-03-16 02:05:24 +01:00
Terje Larsen
44fcb4aa13
pythonPackages.google-auth-oauthlib: init at 0.2.0
Fix #57022
2019-03-15 22:26:53 +01:00
Robert Schütz
614e30a30a xlsx2csv: use python3 and toPythonApplication 2019-03-15 18:06:58 +01:00
Robert Schütz
d50fe701af
Merge pull request #55711 from smaret/aplpy
pythonPackages.aplpy: init at 2.0.3
2019-03-15 16:36:03 +01:00
Silvan Mosberger
b81e42ec79
Merge pull request #57510 from rixed/junkie
junkie: init at 2.8.0
2019-03-15 16:31:27 +01:00
Sébastien Maret
16fbffa6df
pythonPackages.aplpy: init at 2.0.3 2019-03-15 14:42:01 +01:00
Sébastien Maret
646eb81a37
pythonPackages.pyregion: init at 2.0 2019-03-15 14:42:00 +01:00
Sébastien Maret
50124a62c8
pythonPackages.pyavm: init at 0.9.4 2019-03-15 14:41:49 +01:00
Ryan Mulligan
a9bbf7b44f
Merge pull request #57593 from melchips/master
parlatype: init at version 1.6-beta
2019-03-15 06:30:01 -07:00
Robert Schütz
6339f0b791
Merge pull request #57653 from worldofpeace/google-api-python-client
pythonPackages.weboob: add pyqt5 as native input
2019-03-15 10:21:24 +01:00
worldofpeace
fb2af2a574 python.pkgs.google_api_python_client: conditionally override for python2.7 2019-03-15 10:17:14 +01:00
Michael Raskin
d8d9a520b3
Merge pull request #57266 from NixOS/libreoffice-update
libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2
2019-03-15 08:05:54 +00:00
Cedric Cellier
1881bd83cc junkie: init at 2.8.0 2019-03-15 08:21:09 +01:00
Ryan Mulligan
4b6a41a939
Merge pull request #57077 from callahad/brother-dsseries
dsseries: init at 1.0.5-1
2019-03-14 21:17:31 -07:00
Ryan Mulligan
e59fe20847
Merge pull request #57116 from marsam/init-lsd
lsd: init at 0.13.0
2019-03-14 21:08:13 -07:00
Ryan Mulligan
795bb9edae
Merge pull request #57046 from nyanloutre/jellyfin
jellyfin: init at 10.2.2
2019-03-14 20:36:35 -07:00
Ryan Mulligan
2e76e35df6
Merge pull request #53422 from leenaars/bang
pythonPackages.dockerfile-parse: init at 0.0.13
2019-03-14 15:48:42 -07:00
Wael Nasreddine
a0e4f44006
Merge pull request #57080 from kalbasit/nixpkgs_create-build-go-module
buildGoModule: building Go binaries in two phases
2019-03-14 15:12:51 -07:00
Dmitry Kalinkin
0b3975038f
Merge pull request #56990 from status-im/nsis
nsis: init at 3.04
2019-03-14 16:57:01 -04:00
Dmitry Kalinkin
d5f97ae600
Merge pull request #57650 from stephengroat/patch-4
apmplanner2: fix build
2019-03-14 15:28:57 -04:00
Will Dietz
bf20713a63
Merge pull request #57606 from dtzWill/feature/vttest
vttest: init at 20190105
2019-03-14 14:19:30 -05:00
Vladimír Čunát
04066403ae
Merge branch 'master' into staging-next
Lots of rebuilds from master, apparently.
Hydra nixpkgs: ?compare=1509577
2019-03-14 19:54:49 +01:00
Silvan Mosberger
2dd638e877
Merge pull request #56426 from catern/xmonad
xmonad-with-packages: add xmonad-contrib to packages by default
2019-03-14 19:50:00 +01:00
Dmitry Kalinkin
9034847242
Merge pull request #57493 from marius851000/openmw
openmw: 0.43 -> 0.44
2019-03-14 14:34:54 -04:00
Stephen
08e4d7cf69 apmplanner2: fix build
see ArduPilot/apm_planner#1166
2019-03-14 11:23:20 -07:00
Wael M. Nasreddine
d45408bd48
mod: init at 0.2.0 2019-03-14 11:03:47 -07:00
Wael M. Nasreddine
28435e47b1
buildGoModule: function for packaging Go modules
The function buildGoModule builds Go programs managed with Go modules. It builds
a Go module through a two phase build:

- An intermediate fetcher derivation. This derivation will be used to
  fetch all of the dependencies of the Go module.
- A final derivation will use the output of the intermediate derivation
  to build the binaries and produce the final output.
2019-03-14 10:31:02 -07:00
Jörg Thalheim
8f9e283f92
Merge pull request #56959 from ck3d/ghidra
initial ghidra-9.0
2019-03-14 15:54:30 +00:00
marius851000
2d03ed2f8d openmw: force the need of qt5 2019-03-14 15:53:34 +01:00
Nathan van Doorn
512833807d pythonPackages.cbor2: init at 4.1.2 (#57507) 2019-03-14 12:22:29 +01:00
Robert Schütz
aacd06eb5a
Merge pull request #57594 from nyanloutre/electron-cash-update
Electron cash update
2019-03-14 12:15:45 +01:00
nyanloutre
9b9f4d9005 pythonPackages.qdarkstyle: init at 2.6.5 2019-03-14 11:54:38 +01:00
Gabriel Ebner
308456a7a7
Merge pull request #57567 from gebner/isabelle-2018
isabelle: 2017 -> 2018
2019-03-14 11:25:02 +01:00
Pedro Pombeiro
f875b1c6f2
nsis: init at 3.04 2019-03-14 10:34:31 +01:00
Sébastien Maret
d81b59b027
pythonPackages.reproject: init at 0.4 2019-03-14 09:41:37 +01:00
Sébastien Maret
a068e9ffc2
pythonPackages.astropy-healpix: init at 0.4 2019-03-14 09:41:37 +01:00
Sébastien Maret
59a562ee35
pythonPackages.astropy-helpers: init at 3.1 2019-03-14 09:41:26 +01:00
Michael Raskin
ab56044f22 libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 2019-03-14 06:00:05 +01:00
Wael M. Nasreddine
a0d835e95d
buildGoPackage: move it under a different path
This change moves buildGoPackage from pkgs/development/go-modules to
pkgs/development/go-packages, so we can have buildGoModule at
pkgs/development/go-modules.
2019-03-13 18:40:24 -07:00
Robert Schütz
f721655455 python.pkgs.cairosvg1: remove
Make python2.pkgs.cairosvg refer to what previously was cairosvg1 instead.
2019-03-13 23:49:35 +01:00
Michiel Leenaars
c12d764a95 pythonPackages.dockerfile-parse: init at 0.0.13 2019-03-13 23:41:19 +01:00
Robert Schütz
b8f0c18369
Merge pull request #56839 from avnik/fix/cairocffi
Fix cairocffi build
2019-03-13 23:35:17 +01:00
Will Dietz
61cf43e1e1 vttest: init at 20190105 2019-03-13 17:25:01 -05:00
Jan Tojnar
c1d70b5801
Merge pull request #57001 from jtojnar/almanah
almanah: init at 0.11.1
2019-03-13 23:16:15 +01:00
Christian Kögler
631faad148 initial ghidra-9.0
I tested basic usage of tool CodeBrowser.
The tool VersionTracking raises an error.
2019-03-13 22:49:32 +01:00
Michael Weiss
9179a3a406
Merge pull request #57414 from primeos/sway-1.0
sway: Switch to 1.0
2019-03-13 22:40:37 +01:00
melchips
f4909075db parlatype: init at version 1.6-beta 2019-03-13 18:03:26 +01:00
Alexander V. Nikolaev
e878fd6f5f pythonPackages.cairocffi: support 1.0 and 0.9
This patch ensures that Python2 can be used if cairocffi is used.
Version 1.0 dropped Python 2 support.
2019-03-13 11:37:51 +01:00
Väinö Järvelä
4c53321e96 Use llvmPackages_7 explicitly for ccls
llvmPackages_latest picks too old LLVM for ccls on macOS. Which breaks
the build.
2019-03-13 12:17:08 +02:00
robert seaton
402e7f9d0a tamsyn: init at 1.11
* tamsyn: init at 1.11

* tamsyn: refactor

Co-Authored-By: robertseaton <robbpseaton@gmail.com>

* tamsyn: refactor

Co-Authored-By: robertseaton <robbpseaton@gmail.com>

* tamsyn: refactor

Co-Authored-By: robertseaton <robbpseaton@gmail.com>
2019-03-12 20:45:19 -07:00
Mitch
aac69819d6 moosefs: init at 3.0.103
* moosefs: init at 3.0.103

* fix email

* fix formatting

* fixes as suggested
2019-03-12 19:41:37 -07:00
Benjamin Hipple
c484d9b501 findnewest: init at 0.3
* findnewest: init at 0.3

* Update pkgs/development/tools/misc/findnewest/default.nix

Co-Authored-By: bhipple <bhipple@protonmail.com>

* Update pkgs/development/tools/misc/findnewest/default.nix

Co-Authored-By: bhipple <bhipple@protonmail.com>

* Update pkgs/development/tools/misc/findnewest/default.nix

Co-Authored-By: bhipple <bhipple@protonmail.com>

* Update pkgs/development/tools/misc/findnewest/default.nix

Co-Authored-By: bhipple <bhipple@protonmail.com>
2019-03-12 15:28:20 -07:00
Michael Weiss
45004c6f63
sway: Switch to 1.0
This is the result of executing:
git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix
git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix

And removing sway-beta from the following files:
pkgs/top-level/all-packages.nix
nixos/modules/module-list.nix
2019-03-12 22:29:39 +01:00
Matthew Bauer
573a6930a0
Merge pull request #56019 from illegalprime/fix/perlPackages.TermReadKey-cross
perlPackages.TermReadKey: add workarounds for cross compilation
2019-03-12 16:52:13 -04:00
Will Dietz
83ec8704d0 sqlite-replication: 3.24.0+replication3 -> 3.27.2+replication3 2019-03-12 10:40:15 -05:00
Yorick van Pelt
6b73e0e349
it87: init at 2018-08-14 2019-03-12 15:34:50 +01:00
Luis Hebendanz
a5f4f743af hopper: init at 4.5.7
* hopper: init at 4.5.7

* Update pkgs/development/tools/analysis/hopper/default.nix

Co-Authored-By: Luis-Hebendanz <22085373+Luis-Hebendanz@users.noreply.github.com>

* Update pkgs/development/tools/analysis/hopper/default.nix

Co-Authored-By: Luis-Hebendanz <22085373+Luis-Hebendanz@users.noreply.github.com>

* Better versioning

* Renamed executable to lowercase name
2019-03-12 06:48:39 -07:00
Gabriel Ebner
c7f43de43c isabelle: 2017 -> 2018 2019-03-12 14:32:48 +01:00
Bjørn Forsman
38ae8aed16 deadpixi-sam: remove duplicate alias
It is already listed in aliases.nix, and I managed to get this from Nix:

  error: Alias deadpixi-sam is still in all-packages.nix

Fixes: 218d81bc9d ("all-packages: move aliases to aliases.nix")
2019-03-12 12:53:56 +01:00
Tomas Hlavaty
728689a336 samsung-unified-linux-driver_1_00_36: init at 1.00.36 2019-03-11 21:42:53 +01:00
Elis Hirwing
7e2eb72407
Merge pull request #57271 from etu/phpstan-0113
phpPackages.phpstan: 0.11.2 -> 0.11.3
2019-03-11 12:35:25 +01:00
Will Dietz
22b3b54749
Merge pull request #57200 from dtzWill/update/ipe-7.2.11
ipe: 7.2.10 -> 7.2.11, touchup
2019-03-11 05:19:27 -05:00
Uri Baghin
130d987ab1 bazel-remote: init at 2019-01-12 2019-03-11 11:10:59 +01:00
Mario Rodas
1b493e2555
gifski: init at 0.8.7 2019-03-11 02:33:07 -05:00
Peter Hoeg
f4ffe5c951
Merge pull request #56328 from matti-kariluoma/master
candle: init at 1.1
2019-03-11 10:45:46 +08:00
Austin Seipp
37fe6bf786
websocat: init at 1.3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-03-10 16:50:24 -05:00
Lancelot SIX
ce51fbab82
Merge pull request #56486 from lsix/add_qgis_3
qgis: 2.18.28 -> 3.4.5
2019-03-10 22:34:38 +01:00
Herwig Hochleitner
292a4520f9 pythonPackages.msrestazure: init 0.6.0 2019-03-10 22:16:31 +01:00
Herwig Hochleitner
668d18c07a pythonPackages.msrest: init 0.6.2 2019-03-10 22:16:31 +01:00
Elis Hirwing
eaa24202b4
phpPackages.phpstan: 0.11.2 -> 0.11.3
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.3
2019-03-10 19:45:27 +01:00
John Ericson
83e3aff78d
Merge pull request #57267 from obsidiansystems/override-unstable-nix
nix*: Make .override work
2019-03-10 14:19:49 -04:00
John Ericson
4dfe9f9eb8 Merge remote-tracking branch 'upstream/master' into override-unstable-nix 2019-03-10 13:53:59 -04:00
John Ericson
bfc72142e0 nix*: Make .override work
Currently, .override is only on a temporary attrset that is thrown away, now it
is also on the nix derivations we use.
2019-03-10 13:52:55 -04:00
Dmitry Kalinkin
db66867b9d
Merge pull request #56050 from hlolli/csound-qt-update
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes
2019-03-10 12:42:01 -04:00
Daiderd Jordan
132a9a0c32
Merge pull request #56980 from LnL7/python-distlib
pythonPackages.distlib: init at 0.2.8
2019-03-10 15:39:29 +01:00
Vladyslav M
a2b7b2fd83
Merge pull request #57068 from dywedir/exiftool
exiftool: 11.11 -> 11.30
2019-03-10 13:04:22 +02:00
Peter Simons
ee1f34e9f1 Retire support for "haskellPackageOverrides" from the Nixpkgs config file.
54baa53df1 added support for the special
attribute "haskellPackageOverrides" to the Nixpkgs config file to which users
could add their Haskell-specific package overrides. That mechanism has since
then been replaced by the more general "packageOverrides", which has
subsequently been replaced by Nixpkgs overlays, which have recently been
extended for Haskell-specific needs by the "haskell.packageOverrides"
attribute.

"haskellPackageOverrides" was never documented anywhere, so it seems unlikely
that its removal is going to affect anyone.
2019-03-10 11:00:11 +01:00
Vladyslav M
ad2cbb8029
Merge pull request #57110 from volth/gtkdoc
gnome2.gtkdoc -> gtk-doc
2019-03-10 11:31:41 +02:00
Michael Raskin
92537b0179
Merge pull request #57135 from ar1a/_0x0
_0x0: init at 2018-06-24
2019-03-10 08:19:04 +00:00
Vladimír Čunát
a2eb06a4d2
Merge #56927: buildGoPackage: 1.11 -> 1.12 (into staging) 2019-03-10 08:05:39 +01:00
Vladimír Čunát
8d502fd425
Merge branch 'staging-next' into staging 2019-03-10 08:05:27 +01:00
Vladimír Čunát
bf47162c26
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
worldofpeace
213d6dd6ac
Merge pull request #56939 from Kjuvi/appeditor-init-at-1.1.0
appeditor: init at 1.1.0
2019-03-09 20:31:59 -05:00
Will Dietz
812a99cdd3 ipe: be explicit about libpng, use lua 5.3 per readme 2019-03-09 19:30:09 -06:00
Matthew Bauer
8a08d7e7cc
Merge pull request #56031 from matthewbauer/priorities
Add some more priorities
2019-03-09 18:02:55 -05:00
Matti Kariluoma
7b5318f065 candle: init at 1.1 2019-03-09 16:19:00 -06:00
Timo Kaufmann
3b7fb15182
Merge pull request #57126 from timokau/sage-maxima-downgrade
sage: downgrade maxima to 5.41
2019-03-09 20:05:01 +00:00
Aria Edmonds
582374ea9e _0x0: init at 2018-06-24 2019-03-10 06:43:33 +11:00
hlolli
b75042bfbb csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes, examplepath patch and simplified build 2019-03-09 19:38:26 +01:00
Timo Kaufmann
23908a0ee3 sage: downgrade maxima to 5.41
See discussion at
82254747af.
2019-03-09 17:23:57 +01:00
Mario Rodas
10a2981e36
lsd: init at 0.13.0 2019-03-09 07:52:58 -05:00
volth
4e2c477cf8 gnome2.gtkdoc -> gtk-doc
fix evaluation when `config.allowAliases` == false
(regression after https://github.com/NixOS/nixpkgs/pull/56791)
2019-03-09 11:24:01 +00:00
xaverdh
ebcfdf5eb0 xteddy: init at 2.2 (#57057) 2019-03-08 23:12:49 +01:00
Silvan Mosberger
e3e50a12cc
Merge pull request #56957 from teozkr/plantuml-graphviz-2.32
plantuml: downgrade graphviz to 2.32
2019-03-08 18:37:33 +01:00
Silvan Mosberger
a540993d62
Merge pull request #56171 from bachp/tautulli
tautulli/plexpy: 1.4.25 -> 2.1.26 (renamed)
2019-03-08 16:52:40 +01:00
Dan Callahan
c80385d934
dsseries: init at 1.0.5-1 2019-03-08 15:02:22 +00:00
Jan Tojnar
b771cdea35
almanah: init at 0.11.1 2019-03-08 11:08:16 +01:00
dywedir
398af805aa
exiftool: 11.11 -> 11.30 2019-03-08 11:44:59 +02:00
Jan Malakhovski
83ae1ffed4 pkgs/top-level/stage.nix: don't override overlays and config in nixpkgsFun
`nixpkgsFun` already sets them via `args`. Doing this also introduces unexpected
hard to debug errors, see the patch.
2019-03-08 11:37:20 +02:00
danbst
5aa813dcc9 pkgs/top-level: little doc fix for mkMassRebuild 2019-03-08 11:23:46 +02:00
Jan Malakhovski
4a647dd225 pkgs/top-level: check types of nixpkgs.config
This patch simply introduces a plain simple NixOS module and passes
`nixpkgs.config` through it via `evalModules` (with some temporary hackery to
passthru undefined options).
2019-03-08 11:19:38 +02:00
Robert Schütz
39495404a3 asciidoc: replace tetex by texlive (#56782) 2019-03-07 22:27:12 +01:00
nyanloutre
0a54055ffd
jellyfin: init at 10.2.2 2019-03-07 22:22:37 +01:00
Will Dietz
f835c66393
Merge pull request #56548 from dtzWill/update/clipgrab-3.8.2-qt5
clipgrab: 3.7.2 -> 3.8.2, qt4 -> qt5
2019-03-07 15:13:37 -06:00
obadz
275e6a0a12 pythonPackages.flickrapi: init at 2.4.0 2019-03-07 15:37:19 +00:00
obadz
7d7727e436 pythonPackages.lzstring: init at 1.0.4 2019-03-07 15:37:18 +00:00
Frederik Rietdijk
645ac131dd libr3: init at 1.3.4 2019-03-07 12:11:41 +01:00
Michael Raskin
bd616c0cd3
Merge pull request #57010 from teto/luarocks_update
Luarocks update
2019-03-07 10:52:56 +00:00
Matthieu Coudron
ed7818219a
lua: run postConfigure hook for rock and rockspec
it was previously run only for src.rock
2019-03-07 10:34:01 +00:00
Matthieu Coudron
b93ccb7136
lua: add isLua53 2019-03-07 10:17:44 +00:00
Frederik Rietdijk
1f8b70e5e5 ticpp: init at unstable-2019-01-09 2019-03-07 10:05:23 +01:00
Frederik Rietdijk
931ee3e589 multipart-parser-c: init at unstable-2015-12-14 2019-03-07 09:59:10 +01:00
Frederik Rietdijk
bca5d89ccf prometheus-cpp: init at 0.6.0 2019-03-07 09:53:36 +01:00
Frederik Rietdijk
15e8eebb6d civetweb: init at 1.11 2019-03-07 09:53:36 +01:00
Matthieu Coudron
64801cc153 lua-packages.nix:remove unused 'overrides' setting
This was leftover from early implementations.
The overrides are passed via packageOverrides in lua-modules/default.nix
2019-03-07 17:43:07 +09:00
Kjuvi
40d2080534 appeditor: init at 1.1.0
appeditor: init at 1.1.0

appeditor: init at 1.1.0
2019-03-07 09:23:54 +01:00
Peter Simons
33ebe0c79d
Merge pull request #56162 from jacereda/fix-purescript-build
purescript: fix build compiling with ghc 8.4.4
2019-03-07 08:39:08 +01:00
Jan Tojnar
8a83198f1f
libcryptoui: init at 3.12.2 2019-03-07 00:51:25 +01:00
Daiderd Jordan
f39dfdc9fc
pythonPackages.distlib: init at 0.2.8
pythonPackages
2019-03-06 21:05:41 +01:00
Wael M. Nasreddine
c219411390
skydive: build with Go 1.11 2019-03-06 10:03:04 -08:00
Frederik Rietdijk
f2a1d5b0c6 flatcc: init at 0.5.2 2019-03-06 17:29:04 +01:00
Graham Christensen
a530455284
Merge pull request #56448 from grahamc/libguestfs
libguestfs: build without the appliance
2019-03-06 09:02:17 -05:00
Teo Klestrup Röijezon
b524025e10 plantuml: downgrade graphviz to 2.32
PlantUML discourages Graphviz 2.39+ due to rendering bugs: see
http://plantuml.com/faq (heading: "Which version of Graphviz should I use ?")
2019-03-06 14:25:42 +01:00