Commit Graph

47894 Commits

Author SHA1 Message Date
Franz Pletz
9cc67f39f8
go_1_12: does't build with gcc9 on aarch64 2019-12-27 05:21:39 +01:00
Franz Pletz
8e7b127b95
go_1_13: doesn't build with gcc9 on aarch64 2019-12-27 03:55:40 +01:00
Franz Pletz
b931ea7e52
belle-sip: doesn't build with gcc9 2019-12-27 03:54:33 +01:00
Franz Pletz
d80e177a4d
root5: doesn't build with gcc9 2019-12-27 03:54:09 +01:00
Franz Pletz
c601d7835f
commoncpp2: remove, obsoleted by ucommon 2019-12-26 16:25:50 +01:00
Franz Pletz
0c64a9ad5b
ccrtp_1_8: remove, unmaintained and unused 2019-12-26 16:24:39 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Emery Hemingway
54184dfc7e glow: init at 0.1.3 2019-12-26 15:19:40 +05:30
Alyssa Ross
2a9ea05cc8
swift-im: fix build 2019-12-26 03:14:23 +00:00
Mario Rodas
dce6d4173e
Merge pull request #75124 from ericdallo/add-clojure-lsp
clojure-lsp: init at release-20191223T204324
2019-12-25 20:37:20 -05:00
Eric Dallo
c7d9ec5ce8
clojure-lsp: init at release-20191223T204324 2019-12-25 20:12:09 -05:00
Mario Rodas
76200c4284 ruby_2_7: init at 2.7.0
Release notes: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
2019-12-25 14:24:03 +00:00
Profpatsch
7d4c1ae7f1 rubyMinimal: ruby with all options disabled by default
Similar to `gitMinimal` or `pythonMinimal`, this is useful for scripts
which don’t use anything but the standard library and want a small
footprint.
2019-12-25 13:59:42 +01:00
Jörg Thalheim
89c55c0a6d
net-snmp: split outputs (#76155)
net-snmp: split outputs
2019-12-25 06:27:55 +00:00
Jan Tojnar
b1b26f8cf6
Merge pull request #76412 from jtojnar/pangox-compat-drop
pangox_compat: drop
2019-12-24 20:04:10 +01:00
Jan Tojnar
88ec0a05e1
pangox_compat: drop 2019-12-24 16:14:03 +01:00
Alexandre Esteves
c7a9cb04fd ocamlPackages.irmin: init at 1.4.0 (#74818) 2019-12-24 13:44:13 +01:00
Mario Rodas
c53fa2511a
Merge pull request #74205 from bcdarwin/parany
ocamlPackages.parany: init at 7.0.0
2019-12-23 11:20:01 -05:00
Mario Rodas
8d3199b549
Merge pull request #74261 from marsam/update-dune
dune: init at 2.1.0
2019-12-23 09:19:21 -05:00
worldofpeace
73a2107bc0
Merge pull request #76183 from romildo/upd.catfish
catfish: 1.4.10 -> 1.4.11
2019-12-23 09:12:21 -05:00
José Romildo Malaquias
0529b27d18 catfish: move to pkgs/desktops/xfce/applications
Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project

Makes an alias for catfish.
2019-12-23 07:54:59 -03:00
Michael Raskin
f12afbd2c2 unpfs: init at 0.0.2019-05-17 2019-12-23 08:23:15 +00:00
kjuvi
b697e4a90f monitor: init at 0.6.1 2019-12-22 23:12:43 -05:00
Aaron Andersen
086d1ad906
Merge pull request #75047 from kampka/trilium-server
Add trilium server and module
2019-12-22 20:26:57 -05:00
Tim Steinbach
baa243d508
linux: Fix request-key for 4.4 and 4.9 2019-12-22 19:51:16 -05:00
Mario Rodas
6b10e48548
Merge pull request #75218 from Chiiruno/dev/tinygo
tinygo: init at 0.10.0
2019-12-22 18:54:24 -05:00
Maximilian Bosch
c9b1927983
Merge pull request #75855 from jojosch/php-protobuf-3.11.2
phpPackages.protobuf: 3.11.1 -> 3.11.2
2019-12-23 00:30:59 +01:00
Jörg Thalheim
8a57552c18
nixpkgs-review: 2.1.0 -> 2.1.1
changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
2019-12-22 09:26:57 +00:00
worldofpeace
e7c568a0b0
Merge pull request #45347 from bignaux/pysolfc
PySolFC: 2.0 -> 2.6.4
2019-12-21 22:20:48 -05:00
Niklas Hambüchen
fd4dd7ea1e
Merge pull request #70526 from kampka/spacegun
spacegun: init at 0.3.3
2019-12-22 03:36:46 +01:00
Dennis Gosnell
88691a9a1d
Merge pull request #76125 from cdepillabout/add-pscid
pscid: init at 2.8.5
2019-12-22 09:14:07 +09:00
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Michael Weiss
b9b77386b0
Merge pull request #75247 from Elyhaka/sway
sway: refactor with a wrapper

This moves the wrapper functionality from the NixOS module to a new package
(wrapper) that wraps the original sway package (sway-unwrapped). Therefore it's
now also possible to properly use Sway on non-NixOS systems out of the box.

The new submodule for the wrapperFeatures makes it easy to extend the
functionality which should become useful in the future.

This also introduces a GTK wrapper feature to fix issues with icon/GTK themes,
e.g. when running waybar or wofi. This should also work for #67704. If not, we
might have to add some additional dependencies/arguments for this case.
2019-12-21 23:48:02 +01:00
Elyhaka
d467c59825
sway: refactor with a wrapper 2019-12-21 21:17:21 +01:00
c0bw3b
b1b55ba0f6 rdf4store: throw removal messages
Addition to #74214
I forgot to add aliases for package and modules after removal
2019-12-21 18:46:15 +01:00
Mario Rodas
5eb4a2352e
ocamlPackages.dune-configurator: init at 2.1.0 2019-12-21 10:03:56 -05:00
Mario Rodas
6b9504955f
ocamlPackages.dune-private-libs: init at 2.1.0 2019-12-21 10:03:50 -05:00
Mario Rodas
1b1f9584e5
dune_2: init at 2.1.0
Changelog:
- https://github.com/ocaml/dune/releases/tag/2.0.0
- https://github.com/ocaml/dune/releases/tag/2.0.1
- https://github.com/ocaml/dune/releases/tag/2.1.0
2019-12-21 10:03:41 -05:00
WilliButz
3f998fac7f
Merge pull request #76097 from Ma27/bump-matrix-synapse
matrix-synapse: 1.7.1 -> 1.7.2
2019-12-21 13:28:50 +01:00
markuskowa
898f188fd0
Merge pull request #68301 from gnidorah/cde2
cdesktopenv: init at 2019-11-30
2019-12-21 13:22:33 +01:00
Scriptkiddi
6cff373dd7 precice: init at 1.6.1 2019-12-21 13:21:45 +01:00
(cdep)illabout
334785e936
pscid: init at 2.8.5 2019-12-21 16:06:29 +09:00
Pamplemousse
6306baa8a2 wfuzz: init at 2.4.2 2019-12-20 17:29:21 -08:00
Maximilian Bosch
68dfdc2f60
Merge pull request #75532 from 0x4A6F/master-xandikos
xandikos: init at 0.1.0
2019-12-21 01:42:49 +01:00
Alyssa Ross
8f8514c6ba public-inbox: init at 1.2.0
highlight's Perl bindings are currently disabled on Darwin, but I
didn't make the dependency here conditional so that if that is ever
fixed, this function won't need to be updated. p-i is smart enough to
disable the test for highlight if it can't find the Perl module.
2019-12-20 19:47:42 +00:00
Alyssa Ross
34b5ef1a41 perlPackages.SearchXapian: init at 1.2.25.2 2019-12-20 19:47:42 +00:00
Alyssa Ross
6d0208bece perlPackages.DevelLeak: init at 0.03 2019-12-20 19:47:42 +00:00
Maximilian Bosch
880e098a9f
matrix-synapse: 1.7.1 -> 1.7.2
https://github.com/matrix-org/synapse/releases/tag/1.7.2

Building for now with Python 3.7 as Python 3.8.1 changed it's behavior
regarding URL parsing[1] which broke one of its dependencies[2].

[1] https://bugs.python.org/issue27657
[2] https://hydra.nixos.org/build/108652790 / https://github.com/mozilla/bleach/issues/503
2019-12-20 19:32:34 +01:00
Rakesh Gupta
744aeeb59a pythonPackages.pcpp: init at 1.21 2019-12-20 09:26:40 -08:00
José Romildo Malaquias
306c31afed volctl: init at 0.6.2 2019-12-20 16:03:10 +01:00