Vladimír Čunát
b4ae841b23
Merge branch 'staging-next' into staging
2019-05-26 09:48:55 +02:00
Tadeo Kondrak
0dfa25e17c
l-smash: init at 2.4.15
2019-05-26 04:54:57 +09:00
Tom Hunger
efcaed45ce
clickhouse: 18.16.1 -> 19.6.2.11
2019-05-25 19:48:28 +01:00
Aaron Andersen
10ed05ec5c
Merge pull request #61976 from suhr/kvirc
...
kvirc: init at 5.0.0
2019-05-25 13:32:30 -04:00
Markus Schneider
0ae372dcde
leftwm: init at 0.1.9
2019-05-26 01:27:04 +09:00
Сухарик
8adf033984
kvirc: init at 5.0.0
2019-05-25 15:13:19 +03:00
Frederik Rietdijk
b2ab860db3
Merge master into staging-next
2019-05-25 12:38:00 +02:00
Free Potion
e38110ab6c
harmonist: init at 0.1
2019-05-25 13:14:43 +03:00
Okina Matara
59738bae06
lutris: init at 0.5.2.1
...
Original derivation for version 0.4.18 by Chiiruno.
With minor fixes by yegortimoshenko.
Updated by 0.5.2.1 by abbradar.
2019-05-25 10:58:54 +03:00
José Romildo Malaquias
272fa9d41c
lumina: init package set for the lumina desktop
2019-05-24 17:20:15 -03:00
José Romildo Malaquias
dd5a92a1fb
lumina: move to pkgs/desktops/lumina/lumina
2019-05-24 08:33:26 -03:00
Bas van Dijk
e5f4e17ad4
elasticsearch-curator: 5.6.0 -> 5.7.6
2019-05-24 12:54:13 +02:00
Frederik Rietdijk
6e4e7c5dc6
Merge master into staging-next
2019-05-24 12:39:37 +02:00
Daniel Schaefer
8980e3ca62
cpp-gsl: remove in favor of microsoft_gsl
...
It's the same package twice but cpp-gsl is older.
2019-05-24 11:25:36 +02:00
Maximilian Bosch
0a94f89fca
mautrix-telegram: patch away alembic dependency
...
`alembic`[1] is a database migration tool which is invoked from the CLI
when installing the telegram bridge, but never needed during the
runtime.
The reason why `alembic` is required here is to ensure that it
exists in the Python environment when deploying the bridge. However
`alembic` requires `mautrix-telegram` in its environment to create a
database schema from the Python models.
Such a dependency relation may be possible with tools like virtualenv,
however it'll result in an infinite recursion at evaluation time in Nix.
With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore
and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which
has `mautrix-telegram` in its path.
[1] https://alembic.sqlalchemy.org/en/latest/
2019-05-24 09:35:39 +02:00
Ante Salinovic
f25550e840
confluent-platform: Rename confluent package and update to 5.2.1
...
* Renamed confluent -> confluent-plaform
* Added longer description to search index by Apache Kafka term
* Upgraded to 5.2.1 version of the platform
2019-05-24 12:07:27 +10:00
Rémi NICOLE
d8d85a2cd2
carla: init at 2.0.0 ( #60346 )
2019-05-23 18:41:51 -04:00
Matthew Bauer
2fc20134de
Merge pull request #61942 from smaret/gtk-x11-fix
...
gtk{2,3}-x11: build against pango with X11 support enabled
2019-05-23 14:14:59 -05:00
worldofpeace
53afb548a5
Merge pull request #60035 from nyanloutre/kdeapps_update
...
kde_applications: 18.12.03 -> 19.04.1; kdeFrameworks: 5.56 -> 5.58; plasma-5: 5.15.3 -> 5.15.5
2019-05-23 14:36:03 -04:00
Sébastien Maret
ef3157d8a9
gtk{2,3}-x11: build against pango with X11 support enabled
2019-05-23 12:18:41 +02:00
Aaron Andersen
408f62bf67
Merge pull request #59512 from averelld/rstudio-upgrade
...
Rstudio upgrade
2019-05-22 21:32:12 -04:00
Matthew Bauer
522c7d5e64
Merge pull request #61912 from smaret/gtk-x11-fix
...
gtk{2,3}-x11: build against cairo with X11 support enabled
2019-05-22 19:28:50 -05:00
Silvan Mosberger
241530b137
Merge pull request #61838 from soner-cirit/nodejs-latest
...
adds nodejs_latest packages
2019-05-23 01:13:35 +02:00
soner.cirit
4f0a2d5db8
nodejs-slim_latest: init at v12
2019-05-23 02:07:06 +03:00
soner.cirit
c095548f99
nodejs_latest: init at v12
2019-05-23 02:06:29 +03:00
Florian Klink
2ed6903da5
libglvnd, ocl-icd, vulkan-loader: Add /run/opengl-driver(-32) to RUNPATH. ( #60985 )
...
libglvnd, ocl-icd, vulkan-loader: Add /run/opengl-driver(-32) to RUNPATH.
2019-05-22 23:36:01 +02:00
Sébastien Maret
f3ced69e8e
gtk{2,3}-x11: build against cairo with X11 support enabled
...
On Darwin cairo does not have X11 support enabled by default, but
gtk{2,3}-x11 requires it. Force gtk{2,3}-x11 to be built against cairo
with X11 support enabled. Fixes #61891 .
2019-05-22 23:09:42 +02:00
Austin Seipp
fefcb29476
Merge pull request #61822 from thoughtpolice/nixpkgs/add-libbpf
...
libbpf: init at 0.0.3pre114_672ae75
2019-05-22 14:19:25 -05:00
Nikolay Amiantov
2874e849d9
addOpenGLRunpath: Add new hook for setting RUNPATH.
...
This hook allows to add NixOS driver libraries path to given ELF
objects' RUNPATH. We use it instead of settings RUNPATH manually
everywhere. It must be invoked in postFixup so that RUNPATH stripping
does not remove the path.
It puts the path first instead of last so that system-wide drivers
are always preferred.
2019-05-22 18:19:55 +02:00
Renaud
42c0ce80e6
Merge pull request #61610 from worldofpeace/init/graphene
...
graphene: init at 1.8.6
2019-05-22 17:26:46 +02:00
Elmo Todurov
35d0dab748
tdm: init at 2.07
2019-05-22 21:45:47 +09:00
Gabriel Ebner
5d465ee8bb
nrfutil: init at 5.2.0 ( #61831 )
...
nrfutil: init at 5.2.0
2019-05-21 22:54:57 +02:00
Austin Seipp
ff497b7b08
Merge pull request #61711 from Kjuvi/master
...
spark: 2.2.1 -> 2.4.3
2019-05-21 13:27:27 -05:00
Ambroz Bizjak
08ea7c7ee2
Remove amdadlsdk and amdappsdk.
2019-05-21 20:19:52 +02:00
Ambroz Bizjak
d33072de3d
cgminer: Use standard OpenCL libraries.
2019-05-21 20:19:52 +02:00
Stanislas
e4b146b125
vscodium: init at 1.33.1 ( #60423 )
2019-05-21 14:17:00 -04:00
Austin Seipp
dee55b0e66
libbpf: init at 0.0.3pre114_672ae75
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-21 13:06:36 -05:00
Renaud
b6ddecf2b2
Merge pull request #60787 from worldofpeace/bump/spice-gtk
...
spice updates
2019-05-21 19:53:57 +02:00
Gabriel Ebner
c9ff6f76c4
Merge pull request #61812 from gebner/spyder334
...
spyder: 3.3.3 -> 3.3.4, convert to python modules
2019-05-21 18:31:05 +02:00
Gabriel Ebner
cca0aeeb68
spyder: convert to python modules
2019-05-21 18:23:07 +02:00
samrose
361c263164
fluent-bit: init at 1.0.6
2019-05-21 18:46:38 +03:00
Mario Rodas
52146c5484
certigo: init at 1.11.0 ( #61782 )
2019-05-21 07:54:41 -07:00
Renaud
4e7693618c
Merge pull request #61708 from romildo/upd.stilo-themes
...
stilo-themes: init at 3.32-3
2019-05-21 15:51:36 +02:00
Will Dietz
3c3085bb71
Merge pull request #58543 from dtzWill/feature/libfido2
...
libfido2: init at 1.1.0 (and libcor dep)
2019-05-21 03:25:52 -05:00
Sascha Grunert
34d15b3526
cri-o: update to all packages
...
Add CRI-O to the all packages file, which has been missed with the init
commit.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-05-21 09:10:53 +02:00
Mario Rodas
40679c6b56
endlessh: init at 1.0
2019-05-21 16:04:21 +09:00
Matthieu Coudron
cef246e014
Merge pull request #61714 from c0bw3b/pkg/sec-dns-tools
...
Package some DNS security tools
2019-05-21 15:44:24 +09:00
worldofpeace
dd80af4756
rttr: init at 0.9.6
2019-05-20 20:17:59 -04:00
Mario Rodas
c5aef07955
Merge pull request #59657 from costrouc/python-loo-py-init
...
pythonPackages.loo-py: init at 2017.2
2019-05-20 17:58:14 -05:00
c0bw3b
3a2ccb570d
Revert "pstree: remove and alias to psmisc"
...
This reverts commit 4f8bf685f8
.
Reason: psmisc is Linux-platforms only
2019-05-20 21:51:33 +02:00
Okina Matara
8eba6d4ae9
sndio: init at 1.2.0
2019-05-20 22:14:25 +03:00
Okina Matara
3f3c7a03b6
dumb: init at 2.0.3
2019-05-20 22:14:24 +03:00
c0bw3b
78d09f168a
fierce: init at 1.3.0
...
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:49:28 +02:00
c0bw3b
092791c8b1
dnsrecon: init at 0.9.1
...
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:48:26 +02:00
c0bw3b
c29a529618
dnsenum: init at 1.2.4.2
...
Co-authored-by: Robin Gloster <mail@glob.in>
2019-05-20 20:46:27 +02:00
worldofpeace
6543e794a6
Merge pull request #61546 from cizra/libfprint-vfs0090
...
libfprint: added a fork for Lenovo ThinkPad
2019-05-20 14:16:34 -04:00
Elmo Todurov
432944cdb3
fprintd: added option to use fork for Lenovo ThinkPad
2019-05-20 20:48:30 +03:00
Elmo Todurov
394b43f1fd
libfprint: added option to use fork for Lenovo ThinkPad
2019-05-20 20:48:30 +03:00
Will Dietz
11fc7674b9
pijul: 0.11.0 -> 0.12.0
...
https://pijul.org/posts/2019-04-23-pijul-0.12/
* add new dep on nettle, all the crypto libraries :)
* libclang needed
* clang input is not quite right AFAIK, but fixes the build.
idea from other package,
seems to resolve problems finding headers via libclang?
2019-05-20 10:38:42 +01:00
zimbatm
baac84c2c4
Sylk: init at 2.1.0
2019-05-20 10:36:05 +01:00
Will Dietz
c03630a579
redhat-official-fonts: init at 2.2.0
2019-05-19 20:50:54 -05:00
worldofpeace
68d0d556b9
Merge pull request #61706 from aanderse/flare
...
flare: init at 1.10
2019-05-19 18:45:13 -04:00
Aaron Andersen
784812cc5c
flare: init at 1.10
2019-05-19 17:59:37 -04:00
Michael Raskin
e2e0439ada
Merge pull request #61702 from mguentner/pgloader
...
pgloader: re-init at 3.6.1
2019-05-19 19:21:16 +00:00
kjuvi
9c17484327
spark: 2.2.1 -> 2.4.3
2019-05-19 17:14:05 +02:00
Aaron Andersen
a0f36ab87d
Merge pull request #61464 from fgaz/sfxr/init
...
sfxr: init at 1.2.1
2019-05-19 09:10:53 -04:00
Renaud
b72504f085
Merge pull request #26537 from disassembler/lifelines
...
lifelines: init at unstable-2019-05-07
2019-05-19 14:57:45 +02:00
Samuel Leathers
8f60b7c905
lifelines: init at 2018-10-13-unstable
2019-05-19 08:39:17 -04:00
José Romildo Malaquias
1f44657241
stilo-themes: init at 3.32-3
2019-05-19 09:36:08 -03:00
Maximilian Güntner
c2bde0102b
pgloader: re-init at 3.6.1
2019-05-19 12:45:02 +02:00
Gabriel Ebner
131d9e53a2
nrfutil: init at 5.2.0
2019-05-19 12:12:32 +02:00
Mario Rodas
9c9c2c8716
Merge pull request #61667 from JohnAZoidberg/cnstrokeorder
...
cnstrokeorder: init at 0.0.4.7
2019-05-19 04:55:43 -05:00
Mario Rodas
5f6384976f
Merge pull request #61659 from ptrhlm/kanji-stroke-order-font
...
kanji-stroke-order-font: init at 4.002
2019-05-19 04:45:54 -05:00
worldofpeace
e3da5d4c8e
spice: 0.14.0 -> 0.14.2, meson
2019-05-18 23:14:49 -04:00
kjuvi
9bb25d5c76
ephemeral: init at 5.1.0
2019-05-18 19:20:21 -04:00
R. RyanTM
96e513df82
guile-lib: 0.2.2 -> 0.2.6.1 ( #60978 )
...
* guile-lib: 0.2.2 -> 0.2.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/guile-lib/versions
* guile-cairo: disable tests
2019-05-18 19:07:56 +02:00
Will Dietz
a867260222
whatstyle: init at 0.1.7
2019-05-18 23:40:39 +09:00
Renaud
d669827ec6
Merge pull request #61300 from bignaux/cpcfs
...
cpcfs: init at 0.85.4
2019-05-18 15:46:42 +02:00
Bignaux Ronan
7b09727d37
cpcfs: init at 0.85.4
2019-05-18 14:41:13 +02:00
Piotr Halama
52dca1c459
kanji-stroke-order-font: init at 4.002
2019-05-18 12:50:45 +02:00
Robin Gloster
43aa2e30c3
Merge pull request #58369 from bzizou/clustalo
...
clustal-omega: init at 1.2.4
2019-05-18 10:16:43 +00:00
Daniel Schaefer
e8a2483163
cnstrokeorder: init at 0.0.4.7
2019-05-18 11:43:52 +02:00
Robin Gloster
316e381b0d
Merge pull request #61509 from thoughtpolice/nixpkgs/rm-souper
...
pkgs: remove souper-2017-03-23
2019-05-18 08:48:21 +00:00
Robin Gloster
31fdac08d3
Merge pull request #61508 from thoughtpolice/nixpkgs/rm-llvm_37
...
pkgs: remove llvm_37
2019-05-18 08:47:03 +00:00
Frederik Rietdijk
840e530934
Merge staging into staging-next
2019-05-18 08:17:48 +02:00
Samuel Dionne-Riel
6663a888f2
u-boot: Adds Pinebook
2019-05-17 21:58:47 -04:00
Samuel Dionne-Riel
6d961ec922
u-boot: Adds Pine64LTS
...
The name of the board is indeed A64-LTS, but upstream U-Boot names it
pine64-lts so let's keep the U-Boot moniker.
This previously was supported using the SOPINE build.
2019-05-17 21:57:14 -04:00
Andreas Wiese
b4148fb839
xbill: init at 2.1
...
Old game, once more popular than Quake (but not Quake Ⅱ).
From the homepage:
Ever get the feeling that nothing is going right? You're a sysadmin, and
someone's trying to destroy your computers. The little people running
around the screen are trying to infect your computers with Wingdows
[TM], a virus cleverly designed to resemble a popular operating system.
2019-05-18 06:55:53 +09:00
Renaud
508e88f55f
Merge pull request #61228 from sgraf812/master
...
alttab: init at 1.4.0
2019-05-17 19:41:51 +02:00
Renaud
d59e63f937
Merge pull request #61147 from c0bw3b/pkg/memtest
...
memtest86+: update / remove legacy memtest86
2019-05-17 17:39:16 +02:00
Silvan Mosberger
85c0a4dc33
Merge pull request #61512 from c0bw3b/pkg/winstone
...
winstone: drop package and service
2019-05-17 17:36:38 +02:00
Will Dietz
a9110315fe
bettercap: 2.11 -> 2.24 ( #61215 )
...
* bettercap: 2.11 -> 2.24
* bettercap: use current libusb1
and not the old v0.1 compat-API
2019-05-17 16:05:41 +02:00
Vladimír Čunát
fc67de1802
Merge branch 'staging-next'
...
A few thousand Darwin jobs are still pending, but there we're depending
on this merge to fix the channel-blocking lz4 failure.
https://hydra.nixos.org/eval/1519778?compare=1519770
2019-05-17 09:43:32 +02:00
worldofpeace
24c7e2a15c
graphene: init at 1.8.6
2019-05-16 21:24:40 -04:00
Silvan Mosberger
986bde0d6e
Merge pull request #61356 from midchildan/add-nyancat
...
nyancat: init at 1.5.2
2019-05-16 19:21:20 +02:00
Renaud
3a9e46ac17
Merge pull request #61479 from BrianHicks/devd
...
devd: init at 0.9
2019-05-16 17:05:20 +02:00
Pascal Wittmann
3789eb8e3a
Merge pull request #43385 from fragamus/libcsptr2
...
libcsptr: init at 2.0.4
2019-05-16 15:48:32 +02:00
Pascal Wittmann
89941316d5
Merge branch 'master' into libcsptr2
2019-05-16 15:20:09 +02:00
Elis Hirwing
ac3b216a8b
Merge pull request #61495 from etu/init-ampy
...
adafruit-ampy: init at 1.0.7
2019-05-16 14:13:15 +02:00
Gabriel Ebner
b8a6775227
neovim: use lua on aarch64
2019-05-16 12:37:15 +02:00
Frederik Rietdijk
d4464ff8fe
Merge master into staging-next
2019-05-16 08:17:55 +02:00
xrelkd
c1756a0628
cargo-make: init at 0.19.1
2019-05-15 22:25:30 -05:00
Aaron Andersen
0b1a96ccdd
Merge pull request #61344 from lopsided98/g2o-init
...
g2o: init at 2019-04-07
2019-05-15 22:03:07 -04:00
Ben Wolsieffer
655e9dcfd8
g2o: init at 2019-04-07
2019-05-15 15:16:25 -04:00
c0bw3b
582fd549fb
winstone: drop package and service
...
Close #56294
Upstream package is unmaintained for years
and nixpkgs provides alternatives
2019-05-15 20:30:48 +02:00
Austin Seipp
3f1c6801a2
foundationdb: init 6.1.6pre4898_26fbbbf, cmake build
...
This adds a new build of FoundationDB 6.1, using the new, much improved
with CMake build system with fewer patches and rough edges.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-15 09:54:10 -05:00
Vincent Laporte
b72daf7117
coq: init at 8.10+β1
2019-05-15 10:30:03 +02:00
Elis Hirwing
e5b4f6f4ed
adafruit-ampy: init at 1.0.7
2019-05-15 08:29:43 +02:00
David Meister
ff533f66a9
patchwork: init at 3.11.4
2019-05-15 13:16:32 +10:00
Austin Seipp
a5f6014020
pkgs: remove souper-2017-03-23
...
Souper is a very experimental package that's only useful for for
compiler hackers or people who are doing PhDs. The support/cost ratio of
keeping such a package probably isn't very good.
More importantly, this puts us one step closer to deleting
llvmPackages_4, as this is one of the only two remaining packages using
it. Deleting these older LLVM packages would be far more useful than the
value Souper currently provides.
Current versions of Souper support more recent LLVM versions anyway, so
this expression could be resurrected. But it might be better to place it
in the Nix User Archive (NUR), perhaps.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-14 14:57:45 -05:00
Austin Seipp
de1110d535
pkgs: remove llvm_37
...
These expressions are now unused, and can be removed to lighten the load
on build machines.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-14 14:23:22 -05:00
midchildan
4f3012ee35
nyancat: init at 1.5.2
2019-05-14 20:33:45 +09:00
Aaron Andersen
751c91c494
Merge pull request #56402 from marius851000/ctrtool
...
ctrtool: init at 0.15
2019-05-14 06:16:14 -04:00
marius851000
006d4b0c54
ctrtool: init at 0.15
2019-05-14 11:02:35 +02:00
Frederik Rietdijk
f0a4305e0a
Merge staging-next into staging
2019-05-14 10:24:46 +02:00
Frederik Rietdijk
8abe5ee07e
Merge master into staging-next
2019-05-14 10:23:13 +02:00
Francesco Gazzetta
5f253add01
sfxr: init at 1.2.1
2019-05-14 08:40:32 +02:00
Silvan Mosberger
1332725d5f
Merge pull request #61405 from volth/data-font-fixes
...
data/fonts: cleanup
2019-05-14 02:42:47 +02:00
Brian Hicks
9bf8f18368
devd: init at 0.9
...
devd is a local development server designed to be used with modd
(already in nixpkgs.)
2019-05-13 19:38:22 -05:00
worldofpeace
bc7d17aa47
Merge pull request #61428 from lilyball/chit
...
chit: init at 0.1.12
2019-05-13 20:36:01 -04:00
Aaron Andersen
e6c20879f6
Merge pull request #59071 from marius851000/azimuth
...
azimuth: init at 1.0.2
2019-05-13 11:43:44 -04:00
Elis Hirwing
83a01ab93a
Merge pull request #60661 from thiagokokada/add-bemenu-pkg
...
bemenu: init at 0.1.0
2019-05-13 13:24:50 +02:00
Katharina Fey
1485032686
shell-hist: init at 0.1.0
2019-05-13 19:57:42 +09:00
Jaka Hudoklin
310989baef
Merge pull request #61375 from xtruder/pkgs/elasticsearch/missing_deps
...
elasticsearch: add missing gnugrep and coreutils to wrapper
2019-05-13 10:44:24 +02:00
volth
c9eb44eab3
data/fonts: cleanup
...
* make font derivations fixed-output where applicable
* fix dead links
* `stdenv.lib` -> `lib` where `stdenv` is not involved
* remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2019-05-13 06:03:31 +00:00
Lily Ballard
453a37b420
chit: init at 0.1.12
2019-05-12 22:49:40 -07:00
volth
9bb2c3f0aa
fix build with config.allowAliases=false
2019-05-13 04:55:05 +00:00
Austin Seipp
562a475258
Merge pull request #61108 from thoughtpolice/nixpkgs/bpftool-init
...
bpftool: init at 5.1.1
2019-05-12 22:13:35 -05:00
Austin Seipp
46b7153d57
bpftool: init at 5.1.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-12 22:12:30 -05:00
Christopher A. Williamson
e6aaadf610
mkclean: init at 0.8.10
2019-05-13 05:43:28 +09:00
Matthew Bauer
cf13cea8fd
Merge pull request #61113 from matthewbauer/fix-nethack-qt
...
nethack-qt: use gcc
2019-05-12 15:22:30 -04:00
Matthew Bauer
4fb6ccbe61
Merge pull request #61112 from matthewbauer/fix-bazel-llvm
...
bazel: use llvm6 on darwin
2019-05-12 15:22:01 -04:00
Frederik Rietdijk
ef0dbef7f1
Merge master into staging-next
2019-05-12 19:59:09 +02:00
Vladyslav M
fd4a976dc3
bitwarden_rs: 1.8.0 -> 1.9.0 ( #61353 )
...
bitwarden_rs: 1.8.0 -> 1.9.0
2019-05-12 20:26:16 +03:00
Mario Rodas
1e9ad86cd3
bitwarden_rs: fix darwin build
2019-05-12 09:54:30 -05:00
Jaka Hudoklin
e4d89879f8
elasticsearch: add missing gnugrep and coreutils to wrapper
2019-05-12 16:31:13 +02:00
Vladimír Čunát
0fb181b8ce
Merge #59422 : patchutils: 0.3.3 -> 0.3.4, keep 0.3.3 for fetchpatch
2019-05-12 15:17:10 +02:00
Renaud
bc61a27025
Merge pull request #61107 from OmnipotentEntity/mp3cat-0.5
...
mp3cat init at 0.5
2019-05-12 13:57:40 +02:00
Michael Reilly
9e9996ad1a
mp3cat init at 0.5
...
Adding package mp3cat, a command line mp3 utility which will concatenate
multiple mp3 files, and keep only the audio frames, discarding headers
and so on.
2019-05-12 07:00:50 -04:00
Mario Rodas
e8817507d7
twitterBootstrap4: init at 4.3.1
2019-05-11 16:41:12 -05:00
Renaud
f46b69d793
Merge pull request #60473 from wucke13/apmplanner-2
...
apmplanner-2: 2.0.26 -> 2.0.27-rc1
2019-05-11 21:55:44 +02:00
Wael Nasreddine
7977977fa5
proto-contrib: init at 0.9.0 ( #61261 )
2019-05-11 11:07:08 -07:00
Jaka Hudoklin
e3f6239631
elasticsearchPlugins: fix plugins, add s3-repository and gcs-repository plugin
2019-05-11 19:54:20 +02:00
wucke13
a670a8dbb1
apmplanner-2: 2.0.26 -> 2.0.27-rc1
2019-05-11 19:15:10 +02:00
marius851000
8ce538a70f
hackertyper: init at 1.1
2019-05-12 02:09:16 +09:00
Renaud
8660acf856
Merge pull request #60188 from risicle/ris-mesos-fix
...
mesos: fix build by forcing protobuf 3.6
2019-05-11 17:25:41 +02:00
Vladimír Čunát
e8f4ad0169
Merge branch 'master' into staging-next
...
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
Aaron Andersen
39a1f3c8d3
Merge pull request #60747 from rexim/chatterino2
...
chatterino2: init at unstable-2019-05-11
2019-05-10 21:47:22 -04:00
rexim
79586cae40
chatterino2: init at unstable-2019-05-11
2019-05-10 21:03:48 -04:00
Will Dietz
d7ff576529
Merge pull request #60343 from dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness
...
luarocks-nix,luaPackages: formatting and additions; awesome: docs!
2019-05-10 16:56:58 -05:00
Bas van Dijk
cc3d0f4acf
Merge pull request #61255 from basvandijk/elk-old-upgrades
...
elk5: 5.6.9 -> 5.6.16 & elk6: 6.7.1 -> 6.7.2
2019-05-10 23:48:21 +02:00
Bas van Dijk
1a0818e941
elk6: 6.7.1 -> 6.7.2
2019-05-10 23:32:44 +02:00
Bas van Dijk
8673d82bc1
elk5: 5.6.9 -> 5.6.16
2019-05-10 22:46:12 +02:00
worldofpeace
6c8bb26331
Merge pull request #61048 from Ma27/zmap-package
...
zmap: init at 2.1.1
2019-05-10 15:19:43 -04:00
Robert Scott
a6febf3eaa
mesos: fix build by forcing protobuf 3.6
...
mesos really seems to want protobuf 3.3, as dictated by maven. 3.6 does
seem to work though.
2019-05-10 19:16:39 +01:00
Renaud
11fe4f3be0
Merge pull request #60852 from thefloweringash/opensc-darwin
...
opensc: use built-in PCSC provider on darwin
2019-05-10 18:46:38 +02:00
Bas van Dijk
4b7aea9e8c
Merge pull request #61237 from basvandijk/journalbeat-fixes
...
NixOS: support journalbeat >= 6
2019-05-10 18:44:44 +02:00
Alexander Bantyev
38c093e376
olive-editor: init at 0.0.1 ( #57867 )
...
* olive-editor: init at unstable-2019-03-18
* olive-editor: unstable-2019-03-18 -> 0.0.1
Upstream tagged a first alpha release
+ frei0r is now available on Darwin
2019-05-10 18:31:04 +02:00
Bas van Dijk
a662f99139
journalbeat: make journalbeat6 the default
...
Version 6.x is also the default for the other beats.
2019-05-10 15:39:11 +02:00
Will Dietz
bc94dcf500
digikam: 6.0.0 -> 6.1.0 ( #60042 )
...
* digikam: 6.0.0 -> 6.1.0
* digikam: add dep, use ffmpeg_4
* digikam: set DK_PLUGIN_PATH to help find plugins
2019-05-10 13:22:05 +02:00
Sebastian Graf
c63db92967
alttab: init at 1.4.0
...
[`alttab`](https://github.com/sagb/alttab ) is a window switcher for X11,
designed for minimalistic window managers or a standalone X11 session.
2019-05-10 10:59:06 +02:00
Maximilian Bosch
ecafe8a7af
zmap: init at 2.1.1
...
zmap[1] is a fast network scanner for the IPv4 address space. This is
the main package of the ZMap projects, there are further one that will
be packaged soon.
[1] https://zmap.io/
2019-05-10 07:50:25 +02:00
Will Dietz
7cbd6d3cb8
libfido2: init at 1.0.0
2019-05-09 12:26:30 -05:00
Will Dietz
bbc0128e7d
libcbor: init at 2019-02-23
2019-05-09 12:26:29 -05:00
Bas van Dijk
46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
...
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Jörg Thalheim
8e1852ac7e
linux_{5_1,testing}: enable kernel fpu functions
...
same motivation as in 7b77c27caa
2019-05-09 11:13:53 +01:00
Bas van Dijk
78cb9b7898
elk: 7.0.0 -> 7.0.1
2019-05-09 11:37:48 +02:00
Mario Rodas
7c7ccd51f4
Merge pull request #61085 from costrouc/python-datasette-init
...
pythonPackages.datasette: init at 0.27
2019-05-08 18:20:50 -05:00
worldofpeace
bb7e5566c7
Merge pull request #44086 from erikarvstedt/paperless
...
paperless: add package and service
2019-05-08 17:17:49 -04:00
Renaud
f300cb1685
Merge pull request #61137 from dalance/add_procs
...
procs: init at 0.8.5
2019-05-08 20:47:41 +02:00
dalance
dd3b53ce79
procs: init at 0.8.5
2019-05-09 02:01:20 +09:00
c0bw3b
e6b2fbeb70
memtest86: remove and alias to memtest86plus
...
Legacy memtest86 was broken since NixOS 16.09
+ we've already been using memtest86+ fork
through 'boot.loader.grub.memtest86.enable'
2019-05-08 17:10:17 +02:00
Chris Ostrouchov
a6de2a2a7c
pythonPackages.datasette: init at 0.27
2019-05-08 07:41:50 -04:00
Chris Ostrouchov
fbde6016f3
pythonPackages.csvs-to-sqlite: init at 0.9
2019-05-08 07:41:50 -04:00
c0bw3b
4f99ea8128
subversion: 1.11.1 -> 1.12.0
...
v1.12 is a regular release replacing v1.11
https://subversion.apache.org/docs/release-notes/1.12.html
https://subversion.apache.org/roadmap.html#release-planning
2019-05-08 12:19:34 +02:00
c0bw3b
1685f80b97
subversion18: remove because EOL
...
Subversion 1.8 is EOL since the publication of 1.10 in April 2018
https://subversion.apache.org/docs/release-notes/1.10.html#svn-1.8-deprecation
2019-05-08 11:56:22 +02:00
Erik Arvstedt
0231273a57
paperless: init at 2.7.0
2019-05-08 09:26:31 +02:00
Michael Raskin
71f9786185
Merge pull request #61088 from thefloweringash/opencsg-darwin
...
opencsg: Darwin support and tidy
2019-05-08 03:56:52 +00:00
Matthew Bauer
50552b74c8
nethack-qt: use gcc
...
Relies on gcc being accessible
2019-05-07 19:44:55 -04:00
Matthew Bauer
81a9b46ee8
bazel: use llvm6 on darwin
...
https://hydra.nixos.org/build/92942635
2019-05-07 19:43:46 -04:00
Austin Seipp
64f7cb24d5
all-packages/test: add gcc9Stdenv, cc-wrapper-gcc9
...
Follow up from #60860 .
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-07 17:21:31 -05:00
Renaud
16a94b7a5d
Merge pull request #61069 from dtzWill/feature/public-sans
...
public-sans: init at 1.002
2019-05-08 00:03:47 +02:00
Eelco Dolstra
f7d3fb876a
Merge pull request #60860 from vcunat/p/gcc9
...
gcc9: init at 9.1.0 (released today)
2019-05-07 23:58:47 +02:00
Robin Gloster
f41599a028
Merge pull request #61086 from mayflower/cross-fixes
...
Batch of cross compilation fixes
2019-05-07 20:35:47 +00:00
adisbladis
677e5e1fe2
gpsbabel: 1.5.4 -> 1.6.0
2019-05-07 22:23:17 +02:00
Jason Felice
037c15654a
parinfer-rust: init at 0.3.1
2019-05-08 04:16:18 +09:00
Max Gonzih
8ee40cca3b
doge: Init at 3.5.0
2019-05-08 03:48:30 +09:00
c0bw3b
4f8bf685f8
pstree: remove and alias to psmisc
2019-05-08 02:53:09 +09:00
dawidsowa
715002eaf7
gallery-dl: init at 1.8.2
2019-05-08 02:45:56 +09:00
Frederik Rietdijk
87a5d8fede
Merge staging-next into staging
2019-05-07 19:30:14 +02:00
Frederik Rietdijk
a80982b4c9
Merge staging-next into master
2019-05-07 19:29:06 +02:00
Robin Gloster
8c06639141
gstreamer: add patches to fix cross
2019-05-07 18:14:09 +02:00
Robin Gloster
ffb09e01bd
gst_all_1: fix cross
2019-05-07 18:14:09 +02:00
Patrick Winter
84ebd401a7
termshark: init at 1.0.0 ( #60417 )
2019-05-07 08:26:09 -07:00
José Romildo Malaquias
f0a4ca2f6a
Merge pull request #61068 from romildo/upd.sierra-gtk-theme
...
sierra-gtk-theme: 2018-10-12 -> 2019-05-07
2019-05-07 12:10:24 -03:00
Chris Ostrouchov
1c87fac0b9
symengine: init at 0.3.0
2019-05-07 10:52:13 -04:00
Andrew Childs
29a7e220b7
opencsg: Darwin support and tidy
...
Regenerate the Makefiles using qmake to set the correct compiler and
use the default installPhase.
2019-05-07 23:22:37 +09:00
Jörg Thalheim
2146e1023a
Merge pull request #61076 from Mic92/linux-fpu
...
linux_5_0: restore __kernel_fpu_{begin,restore}
2019-05-07 10:35:04 +01:00
Jörg Thalheim
33220585a8
Merge pull request #61071 from dtzWill/update/creduce-2.9.0
...
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-07 10:05:02 +01:00
Frederik Rietdijk
0196d8f11c
Merge master into staging-next
2019-05-07 09:00:06 +02:00
adisbladis
baf17a4042
pipenv: Add missing build input virtualenv-clone
2019-05-07 06:10:28 +01:00
Will Dietz
5fe0547457
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-06 23:39:56 -05:00
Will Dietz
fac13d8af5
public-sans: init at 1.002
2019-05-06 23:31:28 -05:00
José Romildo Malaquias
eb19fdace7
sierra-gtk-theme: mv to pkgs/data/themes
2019-05-06 23:28:24 -03:00
Andrew Childs
ce5a090075
stlink: fix Darwin build
...
Upstream supports various Unixes, so optimistically set platforms to
`unix` even though we're only going to build it on Linux and Darwin.
2019-05-06 17:06:28 +02:00
Sondre Nilsen
ffe0bb8435
jump: init at 0.23.0 ( #60631 )
2019-05-06 07:40:52 -07:00
Jörg Thalheim
7b77c27caa
linux_5_0: restore __kernel_fpu_{begin,restore}
...
In 5.0er these function were removed from the public interface also zfs needs
them for AVX/AES-NI support. Without this patch for example throughput on a
encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
removed as their was no user within the linux kernel tree itself.
2019-05-06 14:14:40 +01:00
Peter Simons
fcbb4aa567
wasilibc: fix evaluation error introduced in 9abff4af4f
2019-05-06 14:42:49 +02:00
Peter Simons
3039b8db0c
Merge pull request #59602 from amirshavit/boost170
...
boost 170: init at 1.70.0
2019-05-06 14:41:17 +02:00
Austin Seipp
181e971755
linux: add 5.1 release
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00
(cdep)illabout
621cb999bd
Rename to memtest86-efi.
2019-05-06 13:28:29 +09:00
Mario Rodas
40af53c5da
Merge pull request #60679 from bdesham/add-amber
...
Add amber
2019-05-05 18:13:56 -05:00
Benjamin Esham
152c051ac0
amber: init at 0.5.2
2019-05-05 17:36:34 -05:00
Vincent Laporte
f38bf3ba4e
ocamlPackages.bap: 1.4.0 -> 1.6.0
...
libbap: 2018-03-01 -> 2019-04-05
2019-05-05 22:00:58 +02:00
José Romildo Malaquias
868ed9f2c4
linuxPackages.deepin-anything: init at 0.0.7
2019-05-05 13:26:42 -03:00
Mario Rodas
1e8cf454ff
Merge pull request #60445 from magnetophon/speech-denoiser
...
speech-denoiser: init at unstable-07-10-2019
2019-05-05 03:44:47 -05:00
Daniël de Kok
f029f8c5ad
fasttext: init at 0.2.0
2019-05-05 08:28:44 +02:00
Bart Brouns
829c0c81b6
speech-denoiser: init at unstable-07-10-2019
2019-05-04 23:50:25 -05:00
Aaron Andersen
1ef93c9c51
Merge pull request #60915 from aanderse/issue/60498
...
kupfer: fix broken build
2019-05-04 20:23:39 -04:00
cresh
31cf973dc7
squirrel-sql: Add MSSQL driver. ( #55626 )
2019-05-04 20:22:14 -04:00
Aaron Andersen
0eaec72f4c
Merge pull request #60901 from petabyteboy/feature/viu
...
viu: init at 0.1 (fixes #60831 )
2019-05-04 20:19:50 -04:00
Daniel Schaefer
2fe63c8faf
icu: 59 -> 64
2019-05-04 18:09:43 +02:00
Daniel Schaefer
01d805a432
icu64: init at 64.2
2019-05-04 18:09:43 +02:00
Frederik Rietdijk
b7b3b3f967
Merge staging-next into staging
2019-05-04 17:34:35 +02:00
Frederik Rietdijk
193b899af2
Merge master into staging-next
2019-05-04 17:34:04 +02:00
Aaron Andersen
545af899c2
kupfer: fix broken build
2019-05-04 11:13:10 -04:00
gnidorah
50d54c66f9
munt: init at 2.3.0
2019-05-04 23:19:24 +09:00
Alyssa Ross
3a2be59dff
Merge pull request #60795 from manveru/ppl-address-book-update
...
ppl-address-book: delete
2019-05-04 12:57:52 +00:00
Milan Pässler
b67e9f3958
viu: init at 0.1
2019-05-04 14:07:24 +02:00
Michael Weiss
65f07c097d
swaybg: init at 1.0
2019-05-03 22:30:41 +02:00
Frederik Rietdijk
0f10b72b5f
Merge master into staging-next
2019-05-03 19:56:31 +02:00
Michael Fellinger
cd1bfc3045
ppl-address-book: delete
2019-05-03 18:47:17 +02:00
Kevin Cox
d30caa956a
Merge pull request #58644 from dhl/wasm-pack
...
wasm-pack: init at 0.8.1
2019-05-03 17:38:45 +01:00
Andrew Childs
4ad50e2cdc
opensc: use built-in PCSC provider on darwin
2019-05-04 00:46:12 +09:00
Robert Schütz
56b560942c
Merge branch 'master' into staging
2019-05-03 16:01:49 +02:00
Mitsuhiro Nakamura
d8dec0a233
cataclysm-dda: 0.C -> 0.D
2019-05-03 22:40:04 +09:00
Vladimír Čunát
18d975aff2
gcc9: init at 9.1.0 (released today)
...
It's just a trivial copy of whole gcc8 stuff,
only with changed version string and hash.
2019-05-03 12:34:40 +02:00
Joachim F
5ad1e9f0bf
Merge pull request #60575 from dtzWill/feature/obfs4proxy
...
obfs4: init at 0.0.10, use in tor-browser-bundle's, tor service
2019-05-03 09:48:02 +00:00
Leah Neukirchen
23336fb44a
extrace: init at 0.7
2019-05-03 18:19:57 +09:00
Elis Hirwing
6698c37fe1
Merge pull request #60630 from etu/drop-emby
...
emby: Drop package and module and refer to jellyfin
2019-05-03 07:58:30 +02:00
xrelkd
7c6679d787
rustup: 1.18.1 -> 1.18.2
2019-05-02 21:18:10 -05:00
Thiago Kenji Okada
ed971d0d90
bemenu: init at 0.1.0
...
Bemenu is a dynamic menu library and client program inspired by dmenu
with support for wayland compositors (and also X11 and ncurses).
Build and tested in NixOS 19.03.172392.6d7ed96429 in X11 (i3wm), wayland
(sway) and ncurses (kitty).
2019-05-02 20:53:20 -03:00
Frederik Rietdijk
1979224f15
Merge master into staging-next
2019-05-02 21:38:22 +02:00
Hsiang-Cheng Yang
e775587d63
softether: 4.25 -> 4.29 ( #60665 )
...
* softether: 4.25 -> 4.29
* softether_4_29: restrict to x86_64-linux
Does not build on aarch64 because of upstream "-m64" compile flag
2019-05-02 19:38:37 +02:00
Renaud
825267426b
Merge pull request #60581 from dtzWill/feature/jush
...
jush: init at 0.1
2019-05-02 19:16:54 +02:00
Silvan Mosberger
10fefceb57
Merge pull request #60393 from Infinisil/leksah
...
leksah: Point to upstream repository for using it
2019-05-02 18:23:52 +02:00
Frederik Rietdijk
155c9d8e18
Merge master into staging-next
2019-05-02 08:43:14 +02:00
Samuel Dionne-Riel
b726784d0d
Merge pull request #59804 from lopsided98/uboot-rock64-fix
...
ubootRock64, ubootRockPro64: make compatible with latest dtc
2019-05-01 20:07:47 -04:00
Silvan Mosberger
b6a6162919
Merge pull request #55422 from nand0p/ethminer
...
ethminer: init at 0.18.0-rc.0
2019-05-02 01:29:09 +02:00
Will Dietz
65a49dabde
Merge pull request #60671 from romildo/upd.tetra-gtk-theme
...
tetra-gtk-theme: 201903 -> 201905
2019-05-01 17:37:52 -05:00