Commit Graph

27655 Commits

Author SHA1 Message Date
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
adisbladis fae732edb1
nodePackages: Regenerate node packages for nodejs 10 & 12 2019-08-02 02:34:33 +02:00
Robin Gloster 41dac4bf9f
Merge pull request #65582 from WilliButz/add-mailexporter
prometheus-mail-exporter: init at 2019-07-14, add module and test
2019-08-01 23:14:21 +00:00
Nikolay Amiantov 17d29239b8 mumble: refactor and fix Qt 5 version
* Use -rc version instead of a git checkout. Rename derivation
  accordingly;
* Change PLUGIN_PATH similar to Arch;
* Fix install phase so that random files aren't installed and plugins
  use separate directory;
* Use linkSoVersions to remove duplicate libraries.
2019-08-01 23:06:13 +00:00
Troels Henriksen 7d5f527fc0 oclgrind: init at 18.3. (#63159)
oclgrind: init at 18.3
2019-08-01 18:06:41 +02:00
Silvan Mosberger 386f516fba
Merge pull request #62742 from Infinisil/haskellPackages-overrides
haskellPackages: Don't ignore old overrides
2019-08-01 17:04:41 +02:00
Lionello Lunesu 15d5a93d16 gradle: declare package major versions 2019-08-01 21:04:14 +08:00
Jan Tojnar 7f1288b6ab
gnome3.pidgin-im-gnome-shell-extension: 1.0.1 -> 31 (#64110)
gnome3.pidgin-im-gnome-shell-extension: 1.0.1 -> 31
2019-08-01 13:56:29 +02:00
Jan Tojnar 9d8984e5c9
gnomeExtensions.pidgin-im-integration: move from gnome3.pidgin-im-gnome-shell-extension 2019-08-01 13:20:18 +02:00
Robert Hensing 2bd9aac158
Merge pull request #65677 from JohnAZoidberg/fix-frog
frog: Fix build (icu64 -> icu60)
2019-08-01 11:27:01 +02:00
Michael Weiss 3f5b182891
dmenu2: Remove the package (fix #63218) 2019-08-01 11:19:33 +02:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
worldofpeace 3b37b0afc7
Merge pull request #65622 from HugoReeves/master
croc: init at 6.1.1
2019-08-01 02:22:08 -04:00
Hugo Reeves 4fa644bcec
croc: init at 6.1.1 2019-08-01 17:07:58 +12:00
Aaron Andersen a1f738ba87
Merge pull request #62748 from aanderse/mediawiki
nixos/mediawiki: init service to replace httpd subservice
2019-07-31 22:12:23 -04:00
Aaron Andersen 95c2752835
Merge pull request #65513 from mmahut/jormungandr
jormungandr: init at 0.3.1
2019-07-31 22:00:58 -04:00
Daniel Schaefer 851ebff688 frog: Fix build (icu64 -> icu60)
icu60 is the latest version that works.

Build the derivation languageMachines.test to test.
2019-07-31 19:08:33 +02:00
Nikolay Amiantov cd0e461f93 tensorflow: expose binary builds 2019-07-31 13:33:26 +03:00
Nikolay Amiantov 019c13616b tensorflow: cleanup and merge with libtensorflow
This merges work done by yorickvP and timokau in #63208 and #63616 respectively.
Now the derivation builds both libtensorflow and the Python package and puts them into
different outputs.

Quite a bit of improvements were done on the top, including:

* Use official tag revision as source, not a branch;
* Use all system libraries possible (before only one was actually used);
* Move various environment variables to the derivation itself from hooks;
* Use source Python build instead of wheel build to ensure fixup hooks do their important jobs on libraries;
* And more that I forgot!
2019-07-31 13:28:44 +03:00
Nikolay Amiantov 0a1bf4734f libtensorflow: add binary build and add automatic generation 2019-07-31 13:28:44 +03:00
Yorick van Pelt 2e46ae0daa libtensorflow: 1.9 -> 1.14.0
This also changes it to a from-source build.
2019-07-31 13:28:15 +03:00
Jörg Thalheim 33c6b28a78
makemkv: modernize derivation (#65608)
makemkv: modernize derivation
2019-07-31 09:25:47 +01:00
Peter Hoeg f46b8a9ef2
Merge pull request #65618 from peterhoeg/p/spwgen
pwgen-secure: init at 0.9.1
2019-07-31 15:18:14 +08:00
Peter Hoeg db5aa011b8 pwgen-secure: init at 0.9.1 2019-07-31 15:16:18 +08:00
Daniël de Kok 2240ddcf8c makemkv: modernize derivation
- Use libsForQt5.callPackage
- Replace separate builder.sh script
- Replace patchelf call by autoPatchElfHook
- Use ffmpeg in place of libav
2019-07-31 08:11:40 +02:00
Mario Rodas 4133064047
nfpm: init at 0.12.0 2019-07-30 22:38:15 -05:00
magenbluten 576c04a9a5 suricata: init at 4.1.4 2019-07-30 20:16:04 +02:00
WilliButz b22a75bf00
prometheus-mail-exporter: init at 2019-07-14 2019-07-30 19:24:26 +02:00
Michael Weiss 1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
Jörg Thalheim c6b6f38914
rustracer: add Security framework on darwin (#65598)
rustracer: add Security framework on darwin
2019-07-30 11:53:26 +01:00
Aaron Andersen 47688b1abd
Merge pull request #65597 from marsam/init-mtm
mtm: init at 1.0.1
2019-07-30 06:53:02 -04:00
Jörg Thalheim 344f0529ed
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0 (#65240)
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0
2019-07-30 08:31:41 +01:00
Jörg Thalheim 8166fc21b8
racer: add Security framework on darwin 2019-07-30 08:27:38 +01:00
Mario Rodas 070fea146c
mtm: init at 1.0.1 2019-07-30 00:39:13 -05:00
Robin Gloster 4107e208a1
Merge pull request #60429 from WilliButz/codimd-update
codimd: 1.2.0 -> 1.4.0, repackage with yarn2nix
2019-07-29 22:57:21 +00:00
Daniel Schaefer da40bc4449 font-awesome_4: Was removed, add again
Version 5 is incompatible for some icons, so projects that depend on it
need to actively convert the symbols, see:
https://github.com/greshake/i3status-rust/issues/130

Reintroducing the old version lets us use those programs that haven't
been updated.

Was removed in 0a393f53a9
2019-07-30 00:05:52 +02:00
チルノ aaf2ecd801 vlang: init at 0.1.16 (#63738) 2019-07-29 14:36:27 -04:00
Robin Gloster c382280df6
Merge pull request #65499 from jojosch/teamspeak_client-update-3.3.0
teamspeak_client: 3.1.10 -> 3.3.0
2019-07-29 16:19:33 +00:00
worldofpeace a1fc5b4216
Merge pull request #65531 from mmahut/openscad
openscad: not using qt5 and libsForQt5 directly
2019-07-29 03:46:21 -04:00
worldofpeace 872b55a8c1
Merge pull request #63655 from minijackson/init-sequoia-tool
sequoia-tool: init at 0.9.0
2019-07-29 03:32:04 -04:00
Marek Mahut 71a76ff6a2 openscad: not using qt5 and libsForQt5 directly
Additional fix to #65522.
2019-07-29 08:00:19 +02:00
Yegor Timoshenko 584a212982
aggregateModules: fix x-compilation for out-of-tree kernel modules 2019-07-29 02:26:29 +03:00
worldofpeace 239fffc90d
Merge pull request #65522 from mmahut/openscad
openscad: Use qt5's own mkDerivation
2019-07-28 17:39:33 -04:00
Marek Mahut 4ed879d97c openscad: Use qt5's own mkDerivation
Fixes #65514, related to #65399.
2019-07-28 22:54:01 +02:00
Elis Hirwing 9024838885
Merge pull request #65329 from markuskowa/pr-dabtools
dabtools: init at 20180405
2019-07-28 21:28:31 +02:00
Elis Hirwing 77c845a93e
Merge pull request #65330 from markuskowa/pr-dablin
dablin: init at 1.11.0
2019-07-28 21:27:48 +02:00
Marek Mahut 5bda6a3132 jormungandr: init at 0.3.1 2019-07-28 18:53:53 +02:00
Bas van Dijk 4a6e47126c thanos: init at 0.4.0 2019-07-28 13:28:27 +02:00
Frederik Rietdijk bf39fc17d4 Revert "qt 5.12.0 -> 5.12.3"
Segmentation faults. See https://github.com/NixOS/nixpkgs/issues/65448

This reverts commit 552803f6f5.
2019-07-28 12:16:29 +02:00
Frederik Rietdijk cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Bas van Dijk 1ff227a979
Merge pull request #60367 from basvandijk/trace-cmd-and-kernelshark
kernelshark: init at 0.9.8 & trace-cmd: 2.6 -> 2.8.3
2019-07-28 11:33:17 +02:00
Florian Friesdorf 10710c6956
npm2nix: remove
`npm2nix` is unmaintained for about two years[1], node2nix[2] or
probably even yarn2nix[3] should be used nowadays.

[1] https://github.com/nixos/npm2nix#disclaimer-this-project-is-no-longer-maintained-instead-use-node2nix
[2] https://github.com/svanderburg/node2nix
[3] https://github.com/moretea/yarn2nix

Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
2019-07-28 10:57:55 +02:00
Johannes Schleifenbaum 9a9dbb6af2 teamspeak_client: 3.1.10 -> 3.3.0 2019-07-28 10:02:36 +02:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Doron Behar a3ae2dbd19 mpd-mpris: init at 0.2.3 (#65340) 2019-07-27 23:30:50 -07:00
Max Gonzih 184beb5236 linkerd: init at 2019-07-26 (#65436) 2019-07-27 22:51:18 -07:00
Aaron Andersen d01fa1dc36
Merge pull request #65450 from titanous/ccextractor
ccextractor: init at 0.88
2019-07-27 21:41:42 -04:00
Jonathan Rudenberg 467b92cf32 ccextractor: init at 0.88 2019-07-27 21:09:12 -04:00
Max Gonzih a0c413f71d fluxctl: init at 1.13.1 (#65433) 2019-07-27 12:22:23 -07:00
Max Gonzih b5590fff46 k9s: init at 0.7.13 (#65432) 2019-07-27 09:46:08 -07:00
worldofpeace 383da6b42d
Merge pull request #64891 from doronbehar/package-wmc-mpris
wmc-mpris: init at 2019-04-12
2019-07-27 12:35:58 -04:00
Doron Behar f4e30f87d7 wmc-mpris: init at 2019-04-12 2019-07-27 17:03:13 +03:00
Michael Weiss 5f9145d56c
Merge pull request #63195 from gnidorah/wlc
Drop obsolete Wayland compositors
2019-07-26 22:41:36 +02:00
Tim Steinbach 6dfd13ab34
docker: 18.09.8 -> 19.03.1
Keep docker_18_09 around as it is still supported.
2019-07-26 12:43:36 -04:00
Frederik Rietdijk 0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
worldofpeace 3047bf3fa9
Merge pull request #64989 from eyJhb/rotate-backups
pythonPackages.rotate-backups: init at 6.0
2019-07-25 16:28:52 -04:00
Bas van Dijk fa5a346244 kernelshark: init at 0.9.8-c8d9e1a 2019-07-25 21:36:09 +02:00
Matt McHenry 68e3e64398 openjdk: add 12
* some configure options have been removed upstream

* need a new patch to deal with gcc format warnings

11 remains, as it is an LTS release; all existing users of 11 in
nixpkgs remain on 11 for now.

openjdk/default.nix and openjdk/darwin/default.nix become the
expressions for the current version (12 now; later 13, 14, etc.).

(note: darwin/default.nix was unreferenced; the new version is derived
from darwin/11.nix.)
2019-07-25 15:35:50 -04:00
WilliButz cee4d964a7
codimd: 1.2.0 -> 1.4.0, repackage using yarn2nix-moretea 2019-07-25 18:01:34 +02:00
WilliButz f748b501e8
yarn2nix-moretea: init at 2019-04-10 2019-07-25 17:15:00 +02:00
PsyanticY f403684eee vault-bin: init at 1.1.3
This binray contain the UI part of HashiCorp Vault that we were not able to build it due to the need to generate a very big yarn file. #49082
2019-07-25 15:55:14 +01:00
Frederik Rietdijk 34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Orivej Desh b5d1d50aa9 google-gflags: move to aliases.nix
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012

gflags.name will be updated in staging.
2019-07-25 09:18:32 +00:00
Mario Rodas b5f5c97f7d
Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate
cargo-generate: init at 0.3.0
2019-07-24 18:57:18 -05:00
worldofpeace 90ccc1c20c
Merge pull request #65236 from suhr/klystrack
klystrack: init at 1.7.6
2019-07-24 19:14:52 -04:00
Сухарик 88f163ef9a klystrack: init at 1.7.6 2019-07-25 02:07:02 +03:00
worldofpeace 2bcc9260e4
Merge pull request #65315 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.5 -> 1.1.6
2019-07-24 18:35:41 -04:00
GRBurst c4cebed811 protonmail-bridge: 1.1.5 -> 1.1.6 2019-07-24 18:34:34 -04:00
Marek Fajkus 02d79ced90 cargo-generate: init at 0.3.0 2019-07-24 23:55:20 +02:00
worldofpeace 2e869f71a7
Merge pull request #64565 from jtobin/master
kjv: init at unstable-2018-12-25
2019-07-24 17:19:55 -04:00
Thomas Tuegel 897b1af5d0
Merge pull request #65352 from ttuegel/emacs/editorconfig
editorconfig: Include runtime dependency on editorconfig-core-c
2019-07-24 16:08:01 -05:00
Thomas Tuegel 32e552af3f
editorconfig: Include runtime dependency on editorconfig-core-c 2019-07-24 15:39:46 -05:00
eyjhbb@gmail.com 1de0c3275a pythonPackages.coloredlogs: init at 10.0 2019-07-24 21:49:25 +02:00
eyjhbb@gmail.com b7eb5b6f79 pythonPackages.executor: init at 21.3 2019-07-24 21:49:23 +02:00
Thomas Tuegel b40550232f
pinentry: Use qt5.wrapQtApps as needed 2019-07-24 11:30:47 -05:00
Markus Kowalewski a5bb4d3c22
dablin: init at 1.11.0 2019-07-24 15:10:55 +02:00
Markus Kowalewski 38033ecf44
dabtools: init at 20180405 2019-07-24 14:44:29 +02:00
Jared Tobin 9e3253bb72 kjv: init at unstable-2018-12-25 2019-07-24 20:44:36 +09:00
Thomas Tuegel b12c89595d
Merge pull request #64441 from justinwoo/fix-polybar-full
Fix conflicting polybarFull settings
2019-07-24 06:26:50 -05:00
Maximilian Bosch 0a571ae256 citrix_workspace: add 1906 (`citrix_workspace_19_6_0`)
New release available:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Apart from the new version the following things changed:

* Updated the docs as all notes about `citrix_receiver` also apply for
  `citrix_workspace`. Also added a deprecation warning about the
  upcoming removal.

* Removed the `libidn_134` override as neither `citrix_workspace_19_3_0`
  nor `citrix_workspace_19_6_0` require this library anymore according
  to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to
  `citrix_receiver_13_10_0`).

* Added myself as maintainer as well.
2019-07-24 13:06:19 +02:00
eyjhbb@gmail.com d774370939 pythonPackages.rotate-backups: init at 6.0 2019-07-24 10:21:57 +02:00
eyjhbb@gmail.com b0b81b0c18 pythonPackages.update-dotdee: init at 5.0 2019-07-24 10:21:56 +02:00
eyjhbb@gmail.com 4921d7d048 humanfriendly: add top level attribute 2019-07-24 10:21:53 +02:00
Aaron Andersen e717876848 mediawiki: init at 1.32.2 2019-07-23 22:02:33 -04:00
Florian Klink 101a4be5a7
Add spotifyd package and service (#65092)
Add spotifyd package and service
2019-07-24 00:54:24 +02:00
Jörg Thalheim 471ff05140
Merge pull request #65085 from johannesloetzsch/xygrib
xygrib: init at 1.2.6.1
2019-07-23 23:53:26 +01:00
Guanpeng Xu 6988b0b929 mathematica: 11.3.0 -> 12.0.0 (#65031)
* mathematica: archive version 11

* mathematica: 11.3.0 -> 12.0.0
2019-07-23 22:23:00 +02:00
Joachim F b4522d230e
Merge pull request #58640 from andrewchambers/redo-apenwarr
redo-apenwarr: init at unstable-2019-06-21
2019-07-23 17:03:57 +00:00
adisbladis 2e6277f179
Merge pull request #63970 from carlosdagos/sonobuoy-init
sonobuoy: init at 0.15.0
2019-07-23 13:13:11 +01:00
Mrmaxmeier a37b32bc8f thelounge: init node package at v3.0.1 2019-07-23 12:53:58 +02:00
worldofpeace f99063f6a1
Merge pull request #65293 from ar1a/barrier
barrier: 2.1.1 -> 2.2.0
2019-07-23 05:39:27 -04:00
Aria Edmonds 8d6f00a234 barrier: 2.1.1 -> 2.3.0
fixes #65292
2019-07-23 19:36:56 +10:00
Domen Kožar e765dde910
antora: include site-generator-default 2019-07-23 10:16:15 +02:00
Joachim F 4e7cd97fa4
Merge pull request #61701 from livnev/tree-from-tags
tree-from-tags: init at 1.1
2019-07-23 07:37:16 +00:00
worldofpeace 837e696c39
Merge pull request #64617 from spacekookie/kak-lsp
kak-lsp: init at 6.2.1
2019-07-23 03:18:48 -04:00
worldofpeace f41c696f53
Merge pull request #64764 from mrVanDalo/feature/bitwig-studio3
bitwig-studio3: add version 3
2019-07-23 02:36:07 -04:00
Ingolf Wagner 39a34ec20f bitwig-studio3: add version 3 2019-07-23 02:35:17 -04:00
worldofpeace 3f884a1323
Merge pull request #65238 from suhr/helio
helio-workstation: init at 2.2
2019-07-23 02:08:43 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
lewo 481bb449a2
Merge pull request #64897 from bzizou/est-sfs
est-sfs: init at 2.03
2019-07-22 22:52:16 +02:00
Vladyslav M 6bec1fa33d
rls: 1.34 -> 1.35 (#65241)
rls: 1.34 -> 1.35
2019-07-22 22:22:56 +03:00
Wael Nasreddine 8593404a61
Merge pull request #65263 from cypherpunk2140/lnd
lnd: init at 0.7.0-beta
2019-07-22 11:53:37 -07:00
Robin Gloster 75151fe85d
Merge pull request #65265 from marsam/init-terraform-lsp
terraform-lsp: init at 0.0.5
2019-07-22 18:46:37 +00:00
Сухарик 0360320054 helio-workstation: init at 2.2 2019-07-22 21:18:32 +03:00
worldofpeace 0c9acb1926
Merge pull request #65253 from mmahut/brewtarget
brewtarget: init at 2.3.1
2019-07-22 13:07:56 -04:00
Lev Livnev cd032364b6
tree-from-tags: init at 1.1
tree-from-tags is a tool for organising tagged audio into a tree,
commonly used with bongo, a buffer-oriented media player for emacs
2019-07-22 17:56:27 +01:00
Ștefan D. Mihăilă cd50801073
lnd: init at 0.7.0-beta 2019-07-22 17:28:57 +02:00
Symphorien Gibol 7ed3d2d6fd
rls: 1.34 -> 1.35 2019-07-22 17:42:18 +03:00
Marek Mahut c76044dab0 brewtarget: init at 2.3.1 2019-07-22 15:15:10 +02:00
Frederik Rietdijk db6c38a075 Merge master into staging-next 2019-07-22 14:15:32 +02:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Mario Rodas dd6eea86f8
terraform-lsp: init at 0.0.5 2019-07-22 04:20:00 -05:00
Delan Azabani bbf5a8a861 fxlinuxprintutil: init at 1.1.1-1 2019-07-22 19:00:04 +10:00
worldofpeace c470619a7d
Merge pull request #65196 from delan/fxlinuxprint
fxlinuxprint: init at 1.1.2-1
2019-07-22 03:18:40 -04:00
Delan Azabani d6e03ca5cf fxlinuxprint: init at 1.1.2-1 2019-07-22 17:10:17 +10:00
Domen Kožar 2000a9ebcb
Add antora 2019-07-22 08:09:09 +02:00
Johannes Lötzsch 78eac95d23 xygrib: init at 1.2.6.1 2019-07-21 22:38:22 +02:00
Michael Raskin 1368f4be4a
Merge pull request #64539 from twhitehead/gl2ps
gl2ps: init at 1.4.0
2019-07-21 14:16:37 +00:00
José Romildo Malaquias a835adc10c
Merge pull request #64186 from tadfisher/plata-theme
plata-theme: 0.8.3 -> 0.8.7
2019-07-20 23:44:17 -03:00
Maximilian Bosch e15bc90acc
Merge pull request #60675 from protoben/evcxr-0.3.3
evcxr: init at 0.3.3
2019-07-21 02:37:29 +02:00
Maximilian Bosch 2de35cf8ee
evcxr: fix darwin build
It seems as the `Security` framework is missing during the linking in a
darwin build environment:

https://logs.nix.ci/?key=nixos/nixpkgs.60675&attempt_id=42d9c159-f1a2-4abc-ab14-9dea23d941b1
2019-07-21 02:13:17 +02:00
Anders Lundstedt e6dd87c438 spotifyd: init at 0.2.11 2019-07-21 00:58:19 +02:00
Aaron Andersen f5945fcf0e
Merge pull request #64408 from scubed2/nxengine
nxengine-evo: init at 2.6.4
2019-07-20 18:20:20 -04:00
worldofpeace bacce59bcf
Merge pull request #64993 from gnidorah/video2midi
video2midi: 0.3.7 -> 0.3.9.1
2019-07-20 11:05:13 -04:00
Aaron Andersen 87b4e9cdec
Merge pull request #57437 from elasticdog/cargo-raze
cargo-raze: init at 0.2.8
2019-07-20 08:16:17 -04:00
Lassi Haasio a8c79e9ab9 pyditz: init at 0.10.3 2019-07-20 13:38:22 +02:00
gnidorah 895eea2f3d video2midi: 0.3.7 -> 0.3.9.1 2019-07-20 08:52:22 +03:00
Sterling Stein e0c2e7f65f nxengine-evo: init at 2.6.4 2019-07-19 22:52:07 -07:00
Aaron Andersen 1af592d65f
Merge pull request #64705 from MetaDark/protontricks
protontricks: init at 1.2.3
2019-07-19 20:45:27 -04:00
Aaron Bull Schaefer 1f3a6719d9 cargo-raze: init at 0.2.8 2019-07-19 15:34:43 -07:00
Tad Fisher c8442c7f6a plata-theme: 0.8.3 -> 0.8.7 2019-07-19 11:30:16 -07:00
Tyson Whitehead 28a0dc5a12
gl2ps: init at 1.4.0 2019-07-19 11:07:10 -04:00
Frederik Rietdijk 0ce55a10d2 Merge master into staging-next 2019-07-19 16:33:38 +02:00
Frederik Rietdijk 594ca3f1cf ccache.links: make it a function of unwrappedCC
That way we can use a ccacheStdenv with e.g. a different CC:

stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
2019-07-19 11:27:56 +02:00
Andrew Chambers 386b7d814d redo-apenwarr: init at unstable-2019-06-21 2019-07-19 15:00:27 +12:00
MetaDark 5d053d8333 protontricks: init at 1.2.3
fixes #61193
2019-07-18 19:59:19 -04:00
Daiderd Jordan 89083ccf85
Merge pull request #64803 from serokell/elixir19
elixir: default 1.7.4 -> 1.9.0
2019-07-19 00:03:29 +02:00
Daiderd Jordan 8c4152dac3
Merge pull request #64801 from serokell/beam-erlangR21
beam-packages: default erlangR20 -> erlangR22
2019-07-19 00:03:07 +02:00
Michael Peyton Jones 7f249190c9 asciidoctor: disable epubcheck by default (#65018)
`epubcheck` pulls in Java, which can be problematic on some platforms,
and some fairly core software uses asciidoctor to build docs.
2019-07-18 17:16:26 +00:00
Joachim F 74bae348ef
Merge pull request #64684 from alexarice/evtest-qt
evtest-qt: init at 0.2.0
2019-07-18 13:10:04 +00:00
Joachim F 22965720de
Merge pull request #63000 from joepie91/package/sidequest
sidequest: init at 0.3.1
2019-07-18 12:54:51 +00:00
Nikolay Amiantov 48d98b02f6 lutris: use optimus and nvidia from environment
That's the correct way because these should be enabled with NixOS
modules.
2019-07-18 12:43:14 +03:00
Nikolay Amiantov b0a961e6fa lutris: refactor, fix icons
* Split the package into wrapped and unwrapped versions;
* Use FHS chrootenv for libraries instead of adding them to
LD_LIBRARY_PATH;
* Fix wrapping so that icons now work.
2019-07-18 12:34:29 +03:00
Aaron Andersen 47411c9f2a
Merge pull request #56893 from das-g/ili2c-init
ili2c: init at 5.0.0
2019-07-17 22:59:19 -04:00
Florian Klink 9d339e3b45
Merge pull request #61312 from Yarny0/tsm-client
TSM client
2019-07-18 02:46:31 +02:00
Austin Seipp ce247b4f9f all-packages: add static exe alias for haskell 'shake' package
Signed-off-by: Austin Seipp <as@fastly.com>
2019-07-17 19:05:55 -05:00
Matthew Bauer 6399cdbe9c
Merge pull request #64612 from NixOS/add-emacs-zmq
emacs: add zmq package
2019-07-17 17:12:41 -04:00
worldofpeace 3795b4d96a
Merge pull request #64570 from doronbehar/package-qtutilities
qtutilities: init at 5.13.0
2019-07-17 10:58:04 -04:00
Doron Behar 8fe76701fd libsForQt5.qtutilities: init at 5.13.0 2019-07-17 10:57:05 -04:00
Raphael Borun Das Gupta c8c751aca2 ili2c: init at 5.0.0 2019-07-17 11:53:54 +02:00
Robert Scott 5c85b24edc pythonPackages.jpylyzer: init at 1.18.0
include as application too
2019-07-17 10:34:41 +02:00
Frederik Rietdijk 0d832585b7 Merge staging-next into staging 2019-07-17 10:14:29 +02:00
Nikolay Amiantov 4dad0ae560 buildBazelPackage: cleanup hacks and enforce them for all builds
Timestamp verification skip is no longer needed (not sure why). Generally we
better off always using the environment hack for all packages because that
ensures all NIX_* flags are correctly applied.

One possible improvement in future is to filter only NIX_* variables to
passthru in Bazel.
2019-07-17 10:40:38 +03:00
Aaron Andersen 3910b12543
Merge pull request #64907 from mmahut/cypres
cypress: init at 3.4.0
2019-07-16 21:32:57 -04:00
Aaron Andersen e45406cab4
Merge pull request #55532 from dasJ/mumsi
mumsi: Init at unstable-2018-12-12
2019-07-16 21:19:08 -04:00
Marek Mahut db599c86c5 cypress: init at 3.4.0 2019-07-16 22:23:24 +02:00
worldofpeace ac94237021
Merge pull request #63898 from mmahut/guardian-agent
guardian-agent: init at 0.7.2-beta
2019-07-16 15:53:52 -04:00
Marek Mahut a02449824e guardian-agent: init at 0.7.2-beta 2019-07-16 21:23:21 +02:00
worldofpeace 75777d6346
Merge pull request #64399 from mmahut/blockbook
blockbook: init at 0.3.1
2019-07-16 14:14:34 -04:00
Vladimír Čunát 5bf68e1354
Merge #64742: firefox 67 -> 68, and related updates 2019-07-16 19:33:04 +02:00
Vladimír Čunát 2b28e4c96f
Merge #64892: 'staging-next' (another iteration)
It's not completely without regressions, but I believe we can deal with
the rest directly on master.  This is required for Firefox security fixes.
2019-07-16 19:32:17 +02:00
Silvan Mosberger 40789093a6
chrome-export: init at 2.0.2 (#63371)
chrome-export: init at 2.0.2
2019-07-16 19:16:26 +02:00
Janne Heß 1808b1eb67 mumsi: Init at git-2019-02-10 2019-07-16 16:18:14 +02:00
Bruno Bzeznik 9a22c8c697 est-sfs: init at 2.03 2019-07-16 13:55:59 +02:00
Frederik Rietdijk a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
Yorick van Pelt 1b0459741f
rabbitmq-server: bump elixir dependency to 1.8 2019-07-16 11:12:38 +02:00
Yorick van Pelt 900578ee76
relx-exe: 3.23.1 -> 3.32.1 2019-07-16 10:59:30 +02:00
Yorick van Pelt a9baaf90f6
couchdb2: pin to erlangR21 2019-07-16 10:35:47 +02:00
Aaron Andersen c360afa866
Merge pull request #64685 from vyorkin-forks/tdlib/init
tdlib: init at 1.4.0
2019-07-15 22:15:14 -04:00
Kirill Boltaev 979710b4a0 libstrangle: init at 2017-02-22 2019-07-15 22:49:32 +03:00
Frederik Rietdijk 800da69c8a
Merge pull request #64551 from jonringer/update-pyproj
proj: 5.2.0 -> 6.1.1
2019-07-15 21:14:04 +02:00
Wael Nasreddine 407a106cdc
Merge pull request #64714 from ivanbrennan/fly-5.3.0
fly: init at 5.3.0
2019-07-15 06:32:27 -07:00
Mario Rodas 1dc889dcf1
protobuf3_9: init at 3.9.0 2019-07-15 04:20:00 -05:00
Yarny0 fe0bfb3fec tsm-client: init at 8.1.8.0
IBM Spectrum Protect (former name: Tivoli Storage Manager)
provides a single point of control for backup and recovery.
This package contains the client software, that is,
a command line client and linkable libraries.

This commit adds two packages to nixpkgs:
The TSM client software contains a Java GUI
that, naturally, requires Java to be installed.
To keep the closure size low, we provide the packages
`tsm-client` and `tsm-client-withGUI`.
The former comes without the Java GUI.

While the product has been renamed, its old name is still
alive in filenames and as package name used by other distros.
2019-07-15 09:41:36 +02:00
Vladimír Čunát 3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
taku0 75d4e64fad
firefox-esr: 60.7.2esr -> 68.0esr 2019-07-14 22:51:14 +02:00
Katharina Fey 4f156a4d72
kak-lsp: init at 6.2.1 2019-07-14 19:54:54 +01:00
Jonathan Ringer 1414598875 proj_5: init at 5.2 2019-07-14 09:59:30 -07:00
Jonathan Ringer c8ec54b969 saga_2_3_2: remove package
No longer used by qgis
2019-07-14 09:59:29 -07:00
Jonathan Ringer 80dd36749a proj-datumgrid: init at world-1.0 2019-07-14 09:59:27 -07:00
Jonathan Ringer f34face721 merkaartor: fix build 2019-07-14 09:59:26 -07:00
Jonathan Ringer 3fbca39afa gdal_2: init at 2.4.0 2019-07-14 09:59:26 -07:00
Vasiliy Yorkin 3f533508d8 tdlib: init at 1.4.0 2019-07-14 15:42:13 +03:00
worldofpeace f48c9d428a
Merge pull request #64677 from costrouc/qt-box-editor-init
qt-box-editor: init at unstable-2019-07-12
2019-07-13 23:57:23 -04:00
Chris Ostrouchov ffaa9c8c3f qt-box-editor: init at unstable-2019-07-12
latest unstable version is only one to build with tesseract4 and qt5
2019-07-13 23:56:49 -04:00
Aaron Andersen abfe2572e8
Merge pull request #62769 from JorisE/sngrep
sngrep: init at 1.4.6
2019-07-13 20:06:43 -04:00
ivanbrennan 9e465d2f60
fly: init at 5.3.0
Add `fly` CLI for working with Concourse CI, and include Bash
completions.
2019-07-13 18:55:22 -04:00
David Lum d91fe04dc6 avro-tools: init at 1.9.0 2019-07-13 17:45:41 -04:00
Joris Engbers 4d75d04d52 sngrep: init at 1.4.6
Sngrep is used to inspect SIP traffic.
2019-07-13 18:15:49 +00:00