Franz Pletz
3cc0342170
Merge pull request #37872 from pbogdan/cf-cli-fix-build
...
cloudfoundry-cli: fix build
2018-03-28 06:38:18 +00:00
Franz Pletz
8c76754f51
Merge pull request #37870 from jerith666/jdk10u
...
openjdk10: minor cleanups
2018-03-28 06:04:41 +00:00
Franz Pletz
5d86c50057
xmrig: init at 2.5.2
2018-03-28 07:00:19 +02:00
Franz Pletz
28c00f8f3b
monero: 0.11.1.0 -> 0.12.0.0
2018-03-28 07:00:18 +02:00
Jörg Thalheim
15c744a06d
Merge pull request #37852 from Mic92/terraform-libvirt
...
terraform-provider-libvirt: init at 0.3
2018-03-28 01:33:41 +01:00
Jörg Thalheim
ebcf2d349a
terraform-provider-libvirt: init at 0.3
2018-03-28 01:27:48 +01:00
Matthew Justin Bauer
75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
...
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Matthew Bauer
49455d7bae
treewide: replace utillinux refs of {u,}mount
...
umount and mount are now provided top-level
2018-03-27 18:17:46 -05:00
Matthew Bauer
11f0e07d4f
unixtools: replace darwin.ps
2018-03-27 18:17:46 -05:00
Matthew Justin Bauer
00e6cc94ae
Cleanup all-packages.nix
2018-03-27 18:17:46 -05:00
Matthew Bauer
4a9fddc598
unixtools: cleanup
2018-03-27 18:17:45 -05:00
Matthew Justin Bauer
35d6688a1b
top-level: add sysctl
2018-03-27 18:17:44 -05:00
Matthew Bauer
ef428ab202
treewide: cleanup procps uses
2018-03-27 18:17:37 -05:00
Vincent Laporte
1874f09c40
flow: 0.66.0 -> 0.68.0
2018-03-27 20:34:15 +00:00
Maximilian Bosch
b71ffc1b25
qpid-cpp: fix build
...
The compilation broke due to the flag `-Werror=int-in-bool-context`
which caused several compilation errors with GCC v7. Disabling this
warning manually with `-Wno-error` in `NIX_CFLAGS_COMPILE` should be
fine.
This package experienced several radical changes as the entire python
build in `$src/management/python` was broken since the given Python
interpreter missed several needed modules (including
`pythonPackages.qpid-python`). As the CMake build tried to invoke the
affected `setup.py` manually and patched the shebangs with `disutil` and
caused non-functional executables, I split the package up into two
parts, the actual `qpid-cpp` lib and the Python module that will be
composed using `buildEnv`.
Furthermore I added myself as maintainer for the package as the diff
became quite huge and we should have more folks available to maintain
this.
See https://hydra.nixos.org/build/71519082/log
See tickets #36453 and #31747
2018-03-27 19:24:16 +02:00
Michael Raskin
95a819c002
libreoffice: wrap to set JAVA_HOME, SAL_USE_VCLPLUGIN and DBus session if not set
2018-03-27 19:30:09 +02:00
Shea Levy
cd7047c461
Merge branch 'riscv-limitations'
2018-03-27 11:32:38 -04:00
Sarah Brofeldt
048724c4af
Merge pull request #34971 from Twey/master
...
godot: 2.1.4 -> 3.0 + godot_headers
2018-03-27 17:29:27 +02:00
Nikolay Amiantov
67adb994bc
linuxPackages.nvidia_x11_legacy173: drop mentions
...
Thanks to pbogdan for noticing this. I'd like to have a "no direct commit"
policy implemented for my own good ^_^".
Tested with ofborg's outpaths.nix
2018-03-27 17:21:11 +03:00
Shea Levy
26e8d58cb5
libseccomp: Disable only on RISC-V if Linux.
...
The isSeccomputable flag treated Linux without seccomp as just a
normal variant, when it really should be treated as a special case
incurring complexity debt to support.
2018-03-27 08:16:24 -04:00
Shea Levy
cdf9a78a3e
kexectools: Disable only on RISC-V if Linux.
...
The isKexecable flag treated Linux without kexec as just a normal
variant, when it really should be treated as a special case incurring
complexity debt to support.
2018-03-27 08:15:07 -04:00
Jörg Thalheim
00a43001d4
Merge pull request #36978 from xeji/selinux-2-7
...
SELinux libs and tools: 2.4 -> 2.7
2018-03-27 10:29:23 +01:00
Matthew Bauer
799e8c5745
Revert "shellcheck: dont statically compile"
...
This reverts commit e746cbd904
.
2018-03-26 21:01:21 -05:00
Graham Christensen
378e05c6dd
Merge pull request #37900 from grahamc/documentation-highlighter
...
documentation-highlighter: init
2018-03-26 21:40:24 -04:00
Graham Christensen
a8d08b04a2
documentation-highlighter: init
2018-03-26 21:23:41 -04:00
adisbladis
da04071c29
redis-desktop-manager: 0.9.0-alpha5 -> 0.9.1
2018-03-27 09:13:23 +08:00
Matthew Bauer
ce8ce600ae
unix-tools: introduce unix-tools.nix
...
unix-tools.nix has a collection of tools that are commonly installed
by default in Unix derivatives. This is intended to provide
compatibility between macOS and Linux users. Three Linux-only
derivations are provided for compatbility:
- procps
- utillinux
- nettools
More tools are also provided.
Also: treewide: use unixtools
Non-comprehensive replace of Linux-only procps and util-linux with
'unixtools'.
2018-03-26 17:40:55 -05:00
Michiel Leenaars
6ab4d8ac87
panopticon: init -> 0.16.0
2018-03-26 22:42:36 +02:00
Will Dietz
45289b0921
Merge pull request #37883 from dtzWill/fix/use-npth-for-pth-musl
...
Use npth as "pth" for portability, for now only w/musl.
2018-03-26 14:08:40 -05:00
Will Dietz
a11afa901f
Use npth as "pth" for portability, for now only w/musl.
2018-03-26 13:28:13 -05:00
Jörg Thalheim
7d8d5d4f6f
Merge pull request #37670 from bgamari/libngspice
...
ngspice: Move shared library to a new derivation
2018-03-26 18:33:42 +01:00
adisbladis
8fe59b5b29
calamares: 3.1.10 -> 3.1.12
2018-03-26 23:13:54 +08:00
Piotr Bogdan
760e972a86
cloudfoundry-cli: fix build
2018-03-26 15:41:39 +01:00
Nikolay Amiantov
9258cea7e0
libva1: full by default
...
This follows similar changes for libva. Also move `libva-full` to aliases.nix
with an intent to deprecate it later.
2018-03-26 14:11:07 +03:00
Jan Malakhovski
c7cf808ff8
libva: make libva-full
the default
...
It seems that all uses of `libva` it in nixpkgs except `mesa` and itself actually
either will gain from using `libva-full` instead of `libva-minimal` by default
or simply won't care.
2018-03-26 14:02:06 +03:00
Nikolay Amiantov
a798ec30f9
xorg: update autogeneration script
...
* Fix shebang so that it's usable on NixOS;
* Enable warnings (they were enabled with Perl flag before);
* Switch from mesa to libGL.
2018-03-26 14:01:49 +03:00
Nikolay Amiantov
6bf1421f13
treewide: refactor to use libglvnd
...
* Implement libGL as a symlink package which uses libraries from libglvnd and
headers from Mesa (since ones from libglvnd are outdated).
* Use libGL_driver.driverLink treewide; add FHS paths where possible.
2018-03-26 14:01:49 +03:00
Will Dietz
9204fa2620
propagate libiconv header from musl too
2018-03-25 21:17:49 -05:00
Matt McHenry
aabf45c163
openjdk10: minor cleanups
...
* with only one source bundle (per JEP-296), we can use src instead of
srcs, and avoid the need to cd in prePatch
* fetch sources from jdk10u instead of jdk10, to make it easier to
grab updates when they start coming.
* removed commented-out code that became irrelevant in the 8 -> 9
transition (*.pf files, infinality font rendering)
* create jdk10, jre10, and jre10_headless attributes in
all-packages.nix
2018-03-25 20:23:12 -04:00
Ben Gamari
a62fffd9a5
ngspice: Move shared library to a new derivation
...
It turns out that the build system does not support building both the
command-line tool and the shared library at the same time. Consequently
the ngspice derivation has not provided the command-line tools since the
shared library was enabled in #31166 .
2018-03-25 19:55:40 -04:00
Tobias Mayer
4930caae80
cquery: init at 2018-03-25
2018-03-26 00:51:41 +02:00
Matthew Bauer
675dc1bfbf
apache-ant: init 1.9
...
1.9.x is a legacy version of ant supporting Java 5, 6, and 7
Fixes #37747
2018-03-25 14:11:00 -05:00
Michael Raskin
6a589dea59
Merge pull request #37776 from xeji/p/opal
...
opal: build with gcc6
2018-03-25 17:27:11 +00:00
xeji
001db3951d
opal: build with gcc6
...
build on gcc7 failed with
"Error: call of overloaded 'abs(unsigned int)' is ambiguous"
2018-03-25 18:58:46 +02:00
Albert Safin
c276b45476
ahoviewer: add useUnrar option
2018-03-25 11:57:55 -05:00
Daiderd Jordan
3301258190
swftools: fix darwin build
...
/cc ZHF #36454
2018-03-25 17:01:19 +02:00
Michael Raskin
2b7003e1de
Merge pull request #33238 from jluttine/add-lvmsync
...
lvmsync: init at 3.3.2
2018-03-25 13:22:07 +00:00
xeji
d78464723b
kmsxx: build with gcc6
...
gcc7 build fails with "internal compiler error"
2018-03-25 01:38:35 -05:00
Tim Steinbach
351688f53e
zulu: 9.0.4 -> 10
2018-03-25 00:49:26 -04:00
Tim Steinbach
f00db926c6
openjdk: Add JDK 10
2018-03-25 00:49:26 -04:00
Graham Christensen
72a4c54c71
xmloscopy: init at 0.1.1
2018-03-24 22:42:39 -04:00
José Luis Lafuente
7a27cae113
terminus: init at 1.0.0-alpha.42
2018-03-24 22:33:53 +01:00
Matthew Pickering
1e0a60b738
open-orienteering-mapper: init at 0.8.1
2018-03-24 14:38:57 -05:00
Matthew Pickering
46a90e3273
clipper: init at 6.4.2
2018-03-24 14:38:57 -05:00
Jörg Thalheim
394a7099e8
Merge pull request #37735 from knedlsepp/fix-libcdio-paranoia-on-darwin
...
libcdio-paranoia: fix darwin build
2018-03-24 19:20:41 +00:00
Josef Kemetmüller
285ef9be09
libcdio-paranoia: fix darwin build
2018-03-24 18:05:34 +01:00
Tim Steinbach
62b3507711
Merge pull request #37713 from NeQuissimus/docker_18_03
...
docker: 18.02 -> 18.03
2018-03-24 12:32:38 -04:00
Daiderd Jordan
b5b77a6886
qscreenshot: fix darwin build
...
/cc ZHF #36454
2018-03-24 14:26:30 +01:00
Shea Levy
f4f76bdf33
Merge branch 'master' into staging
2018-03-24 08:44:40 -04:00
Austin Seipp
efbeb74d0d
memtier-benchmark: init at 1.2.11
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-24 04:18:45 -05:00
Shea Levy
0f854cd2d1
Merge branch 'master' into staging
2018-03-24 01:34:53 -04:00
John Wiegley
bee172501d
Merge pull request #37591 from vbgl/coq-88beta1
...
coq: init at 8.8+beta1
2018-03-23 22:09:06 -07:00
Robert Scott
814225cf22
aws-auth: remove
...
No longer works with current awscli versions, unmaintained upstream
2018-03-23 21:12:25 -05:00
Daniel Fullmer
70abab8eaf
mythtv: 0.27.4 -> 29.1
2018-03-23 21:03:23 -05:00
Florian Klink
c6882b2cf9
modemmanager: rename ModemManager.service to modem-manager.service
...
This is in line with NetworkManager.service being renamed to
network-manager.service
fixes #30452
2018-03-23 23:48:58 +00:00
Tim Steinbach
b072dcffae
docker: 18.02 -> 18.03
2018-03-23 17:37:30 -04:00
Florian Klink
6ac74d60ad
networkmanager-pptp: remove package
...
Currently broken on NixOS due to hardcoded modprobe binary path (see
bug #30756 from Oct 2017), no activity on a proposed fix for months.
As the protocol is terribly broken anyways, let's better remove it
completely, and not talk about anymore ;-)
Closes #30756 .
2018-03-23 22:24:50 +01:00
Jörg Thalheim
213ff3766c
Merge pull request #37700 from erictapen/neopg-init
...
neopg: Init at 0.0.4
2018-03-23 19:07:10 +00:00
Austin Seipp
1800e4ec0b
wrk2: init at 4.0.0-e0109df5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-23 13:42:10 -05:00
Austin Seipp
f330b48b64
jhiccup: init at 2.0.8
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-23 13:42:10 -05:00
taku0
d2d859d5c5
oraclejdk: add version 10
2018-03-23 13:40:13 -05:00
Justin Humm
ebe1cc211e
neopg: Init at 0.0.4
2018-03-23 16:12:29 +01:00
xeji
f7fe3f5184
selinux-sandbox: init at 2.7
2018-03-23 14:30:02 +01:00
xeji
905f472556
selinux-python: init at 2.7
...
tools written in python that upstream moved from policycoreutils
into a separate package
2018-03-23 14:30:02 +01:00
Jan Tojnar
1e225cc1b3
gtkpod: clean up
2018-03-23 13:18:40 +01:00
Michael Raskin
ca4d81d2c7
libreoffice-still: 5.4.5.1 -> 5.4.6.2; use poppler_0_61
2018-03-23 10:23:42 +01:00
Michael Raskin
e9817b2a76
poppler_0_61: init at 0.61 (needed for LibreOffice Still)
2018-03-23 10:23:42 +01:00
Peter Hoeg
c1714f5788
ksystemlog: init at 17.12.2
2018-03-23 14:17:22 +08:00
Ryan Trinkle
998a19e854
syslog-ng: enable SMTP destination
2018-03-22 19:23:19 -04:00
Matthew Bauer
e746cbd904
shellcheck: dont statically compile
2018-03-22 17:34:43 -05:00
Matthew Bauer
facd170790
aliases: properly deprecate libintlOrEmpty
2018-03-22 16:50:15 -05:00
Matthew Bauer
7ab562c7d2
all-packages: fix eval issue
2018-03-22 16:50:14 -05:00
Matthew Bauer
63b41e2be7
all-packages: remove legacy darwin.libiconv override
2018-03-22 16:50:13 -05:00
Matthew Bauer
223a77c311
libiconvOrNull: deprecate
2018-03-22 16:50:09 -05:00
Daiderd Jordan
6075df7a1d
Merge pull request #37246 from LnL7/darwin-chuck
...
chuck: fix darwin build
2018-03-22 21:32:48 +01:00
John Ericson
568b37384a
Merge remote-tracking branch 'upstream/master' into staging
2018-03-22 16:08:22 -04:00
Matthew Justin Bauer
68f6915083
Merge branch 'master' into hyper-haskell
2018-03-22 11:29:45 -05:00
Matthew Justin Bauer
12f14a0909
Merge branch 'master' into texmacsDarwin
2018-03-22 11:25:09 -05:00
Robin Gloster
678211bb37
openpts: remove
...
Broken, dead prject that only was a PoC implementation.
2018-03-22 17:15:26 +01:00
Matthew Justin Bauer
779c25b2fe
Merge pull request #34053 from thpham/serviio
...
serviio: init at 1.9
2018-03-22 11:11:17 -05:00
Matthew Justin Bauer
e35105c7c8
Merge pull request #35081 from StijnDW/master
...
brlaser: init from latest git
2018-03-22 11:09:39 -05:00
Matthew Justin Bauer
2a454d7b01
Merge pull request #35093 from lopsided98/tmon-init
...
tmon: init
2018-03-22 11:08:56 -05:00
Robin Gloster
fda705527d
nixbot: remove
...
obsoleted mostly by ofborg
2018-03-22 16:17:12 +01:00
Robin Gloster
76ea0e1b2e
Merge pull request #32960 from florianjacob/prosody-0.10
...
Prosody 0.10.0
2018-03-22 14:12:57 +01:00
Shea Levy
d0a8866622
Merge branch 'binutils-2.30' into staging
2018-03-22 07:28:10 -04:00
volth
dfba22e28a
mucommander: init at 0.9.2 ( #37610 )
2018-03-22 11:25:23 +00:00
Tuomas Tynkkynen
809b0d26bd
Merge remote-tracking branch 'upstream/master' into staging
2018-03-22 09:54:10 +02:00
Herwig Hochleitner
562ae56056
webkitgtk: 2.18 -> 2.20
2018-03-22 07:46:52 +01:00
Andreas Rammhold
73244d10bb
libdazzle: init at 3.28.0
2018-03-22 07:46:51 +01:00
Jan Tojnar
ee3f179fb6
gnome3.gnome-usage: init at 3.28.0
2018-03-22 07:46:51 +01:00
Jan Tojnar
0c2ede96a0
librsvg: always build introspection
...
We have multiple outputs nowadays.
2018-03-22 07:46:50 +01:00
Jan Tojnar
6e2443f282
gnome-themes-extra: rename from gnome-themes-standard
2018-03-22 07:46:49 +01:00
Jan Tojnar
4f338f0eee
enchant2: init at 2.2.3
2018-03-22 07:46:48 +01:00
Jan Tojnar
a9dbcdb626
gtksourceview4: init at 4.0.0
2018-03-22 07:46:46 +01:00
Jan Tojnar
08113f7ce7
gtksourceview: move out of gnome3
2018-03-22 07:46:46 +01:00
Jan Tojnar
94836664a6
vala_0_40: init at 0.40.0
2018-03-22 07:46:43 +01:00
Daiderd Jordan
0477af8a09
nullmailer: fix darwin build
...
/cc ZHF #36454
2018-03-22 00:11:24 +01:00
volth
f823d50259
libguestfs: fix path to appliance
2018-03-21 22:46:01 +00:00
Tuomas Tynkkynen
74720a36c7
Merge remote-tracking branch 'upstream/master' into staging
2018-03-21 23:51:55 +02:00
Daiderd Jordan
5d4d4df8c0
monero: fix darwin build
...
/cc ZHF #36454
2018-03-21 22:42:03 +01:00
Tuomas Tynkkynen
1645011983
OVMF: Reformat a bit for readability
...
- Use 'somePkg == null' instead of 'somePkg == false' which is more
conventional in rest of Nixpkgs
- Use lib.optionalString where applicable
2018-03-21 23:19:26 +02:00
Daiderd Jordan
38323015e2
masscan: fix build
2018-03-21 21:50:56 +01:00
Daiderd Jordan
c2ca5c057d
libqglviewer: fix darwin build
...
/cc ZHF #36454
2018-03-21 21:28:53 +01:00
Vincent Laporte
6845b248d9
coq: init at 8.8+beta1
2018-03-21 18:06:28 +00:00
Will Dietz
c932a74b4a
Merge pull request #37561 from dtzWill/fix/pan-and-update
...
pan: update 0.139 -> 0.144, fix crash on startup, dep and feature wrangling.
2018-03-21 11:56:53 -05:00
Yegor Timoshenko
bacb2e216e
Merge pull request #32763 from yegortimoshenko/xfce43
...
xfce4-13: init
2018-03-21 16:10:55 +00:00
Will Dietz
63ba3490de
pan: enable spell-checking features by default
...
Seems to work, not sure why disabled.
Steps are something like:
* install dictionaries into profile
* attempt to compose a message
* (navigate dialogs about server and posting profile)
* enable spell-checking from edit->checkbox
(note this toggle is avail even when pan can't spellcheck)
2018-03-21 10:18:21 -05:00
timor
42368e23f5
workcraft: init at 3.1.9
2018-03-21 14:27:12 +01:00
Matthew Pickering
7842e5dda5
Package QGIS 2.18 for darwin
...
There are still some problems with the withGrass option but the package
is mostly functional.
2018-03-21 08:28:03 +00:00
lewo
e5b98c871e
Merge pull request #37463 from uvNikita/add/todolist
...
todolist: init at 0.8
2018-03-21 08:10:22 +01:00
Nikolay Amiantov
eda6b9553b
gajim: 0.16.9 -> 1.0.0
...
Massive update.
2018-03-21 04:11:24 +03:00
lewo
7ef5f23ba4
Merge pull request #37092 from SFrijters/h5utils
...
h5utils: init at 1.13.1
2018-03-20 22:45:19 +01:00
Shea Levy
3027bca02a
binutils: Bump default to 2.30
2018-03-20 17:22:10 -04:00
Nikita Uvarov
300a28bb31
todolist: init at 0.8
2018-03-20 21:02:11 +01:00
lewo
ba96a902ad
Merge pull request #36988 from hschaeidt/stabber
...
stabber: init at 2016-11-09
2018-03-20 20:40:39 +01:00
Will Dietz
d5797472e2
Merge pull request #37352 from andrewrk/zig-0.2.0
...
zig: 0.1.1 -> 0.2.0
2018-03-20 12:43:27 -05:00
Andrew Kelley
dc3b791854
zig: 0.1.1 -> 0.2.0
2018-03-20 13:32:10 -04:00
Shea Levy
4250dd5de4
Merge branch 'master' into staging
2018-03-20 08:38:28 -04:00
volth
002b460822
varnish4: init at 4.1.9; varnish6: init at 6.0.0
2018-03-20 07:10:36 +00:00
Peter Hoeg
c79cc60e64
elisa: init at 0.0.20180320
2018-03-20 12:21:20 +08:00
Michael Weiss
e8fe2e1548
tdesktopPackages.preview: init at 1.2.12
...
Start tracking the pre-releases. I'll have to refactor/improve the
patching soon.
2018-03-20 00:42:33 +01:00
Jörg Thalheim
e509181f05
Merge pull request #37384 from gnidorah/cgit
...
cgit: wrap python scripts
2018-03-19 23:23:44 +00:00
Daiderd Jordan
d7856d3c2a
ii: fix darwin build
...
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Stefan Frijters
8ade9e6705
h5utils: init at 1.13.1
2018-03-19 22:40:09 +01:00
Matthew Justin Bauer
35ebf5bfd9
Merge pull request #34982 from tadfisher/pinentry-emacs
...
pinentry: add option to enable pinentry-emacs
2018-03-19 15:41:56 -05:00
schneefux
e2b8dfa867
metabase: init at 0.28.1 ( #33460 )
2018-03-19 15:27:18 -05:00
gnidorah
55f1bbe623
cgit: wrap python scripts
2018-03-19 21:42:25 +03:00
Sarah Brofeldt
7112a393fd
Merge pull request #37376 from tazjin/feat/init-mq-cli
...
mq-cli: init at 1.0.0
2018-03-19 19:37:40 +01:00
Matthew Justin Bauer
b5bdc5a73a
Merge pull request #34464 from Gricad/irods-4.2.2-bz
...
irods: 4.2.1 -> 4.2.2 + server bugfixes
2018-03-19 13:06:58 -05:00
Matthew Justin Bauer
ac037da8e6
Merge pull request #36782 from mbode/prometheus_2_1_0
...
prometheus: add 2.1.0
2018-03-19 12:25:52 -05:00
Matthew Justin Bauer
11c34d55bf
Merge pull request #36838 from markuskowa/texmaker-pr
...
texmaker: 4.5 -> 5.0.2
2018-03-19 12:25:05 -05:00
Maximilian Bosch
08a9e31c42
zed: remove
...
`zed` is obviously dead and not maintained anymore
(https://zef.me/how-to-abandon-open-source-d5ebbc6e45e5 ).
As the last upstream commit was in 2015 we faced and will face many
issues with its dependencies due to the outdated upstream which can be
fatal when having security issues in the NodeJS ecosystem to fix.
One example is the handling of `nwjs` which is currently version `0.23`,
but `zed` relies on `0.9`. In order to reduce the maintenance overload
because of dead packages it's better to get rid of `zed` entirely.
Fixes #37361
2018-03-19 18:01:40 +01:00
Matthew Justin Bauer
b31f9c05ac
Merge pull request #36413 from Esteth/master
...
vo-amrwbenc: init at 0.1.3
2018-03-19 11:58:22 -05:00
Vincent Ambo
76f0228415
mq-cli: init at 1.0.0
...
Adds mq-cli, a simple command line utility to administrate POSIX
message queues.
2018-03-19 14:18:07 +01:00
Bert Moens
f97c4668ab
rhvoice: init at unstable-2018-02-10
2018-03-19 14:07:33 +01:00
Jörg Thalheim
86dd3f854b
Merge pull request #35687 from volth/libvirt-4.1.0
...
libvirt: 3.10.0 -> 4.1.0
2018-03-19 11:42:06 +00:00
Hendrik Schaeidt
6634049f22
stabber: init at 2016-11-09
2018-03-19 11:03:45 +01:00
Matthew Justin Bauer
afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
...
Add opentimestamps
2018-03-19 03:57:11 -05:00
Matthew Justin Bauer
c52e835807
Merge pull request #36524 from timor/unp
...
unp: init at 2.0-pre7
2018-03-19 03:55:33 -05:00
Matthew Justin Bauer
50fcb349ea
Merge pull request #36775 from marsam/feature/add-valelint
...
vale: init at 0.10.1
2018-03-19 03:51:33 -05:00
Matthew Justin Bauer
04e6a14df4
Merge pull request #36744 from samdroid-apps/add-nasc
...
nasc: init at 0.4.6
2018-03-19 03:41:24 -05:00
Profpatsch
5e0cf582c1
node_webkit/nwjs: 0.12 -> 0.23.6
...
Keep 0.12, because it is still needed by `nixui`.
Keep 0.9, because it is still needed by `zed`.
2018-03-19 08:47:08 +01:00
Moritz Küttel
18ea001472
projectlibre: init at 1.7.0
...
Closes #24466
2018-03-18 19:29:09 +00:00
Daiderd Jordan
38c4c3acd7
Merge pull request #37165 from mbode/spass_gcc
...
spass: make gcc dependency explicit
2018-03-18 18:29:46 +01:00
Daiderd Jordan
3b52f78e80
Merge pull request #37182 from mbode/samtools_gcc
...
samtools: make gcc dependency explicit
2018-03-18 18:29:22 +01:00
Tuomas Tynkkynen
4b77663edf
U-Boot: Add Pine64 build
2018-03-18 18:53:12 +02:00
Samuel Dionne-Riel
2ff31f71ae
U-Boot: Add SOPINE Baseboard build
...
This build is compatible with PINE A64-LTS.
[dezgeg changed the original device tree patch to v4 of the patch series
"sunxi: sync H3, H5, A64 DTs from mainline Linux" submitted to the
upstream mailing list by Andre Przywara. Also install the
u-boot-sunxi-with-spl.bin binary similar to 32-bit boards
since it's now being built by the upstream build system.]
2018-03-18 18:53:12 +02:00
Samuel Dionne-Riel
f2175e1bd4
arm-trusted-firmware: Inits at various versions
...
For qemu, at 1.4 from upstream.
For Sopine / Pine A64-LTS, at 1.0 from fork.
2018-03-18 18:53:12 +02:00
Tuomas Tynkkynen
6b069c656a
U-Boot: Add AArch64 QEMU build
...
See
https://github.com/u-boot/u-boot/blob/master/doc/README.qemu-arm
on how to use it.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
01020b3263
uboot: sheevplug and guruplug: use mainline U-Boot
...
These derivations have not seen any updates since they were created in 2010,
and some of their sources have disappeared. There are upstream configs for
these boards, so these are now used, and they build correctly. I have no way
of testing them, and I don't if anyone even uses either board with Nix anymore.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
0ab76c5a4e
arm-trusted-firmware: init
...
ARM trusted firmware is required as part of the boot process on some ARMv8-A
boards. Currently, only the RK3328 is supported in nixpkgs.
This makes the Rock64 u-boot image bootable.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
6f5a0bded2
uboot: add Rock64 support
...
The bootloader is currently non-functional because it lacks the ARM Trusted
Firmware image (bl31.elf).
2018-03-18 18:53:12 +02:00
Robert Schütz
3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
...
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Nicolas Schneider
b07bc129cb
p4v: init at 2017.3.1601999
2018-03-18 15:00:31 +01:00
Nicolas Schneider
d0a9dcb01d
conky: provide option to build with pulseaudio support
2018-03-18 14:36:45 +01:00
Joachim F
b5cc32eff2
Merge pull request #34355 from volth/xnbd
...
xnbd: init at 0.4.0
2018-03-18 12:50:30 +00:00
Joachim Schiele
f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 ( #37291 )
...
* trying to build emscriptenPackages not all fail
* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work
* backup commit
* much more targets are compiling now
* added common revisioning
* revision bump to 1.37.36 (not tested)
* fixed xmllint
* forcing unit testing, will implement the tests after i get home
* json_c test working
* added tests
* tiny fixes
* added documentation
2018-03-18 13:34:46 +01:00
Jörg Thalheim
3dbf7a4418
Merge pull request #37211 from yrashk/mmark
...
mmark: init at 1.3.6
2018-03-18 11:39:54 +00:00
Jörg Thalheim
38c3df5396
Merge pull request #37068 from oxij/pkgs/speech
...
pkgs: some speech-related things
2018-03-18 11:34:40 +00:00
Jörg Thalheim
1ec1c124fe
Merge pull request #37310 from tiramiseb/calaos_installer
...
calaos_installer: init at 3.1
2018-03-18 11:27:39 +00:00
Jörg Thalheim
bcddd8bd2a
Merge pull request #37033 from lukeadams/freenect-update
...
freenect: 0.5.5 -> 0.5.7, Enable Darwin
2018-03-18 11:26:24 +00:00
Robert Schütz
19797d8464
klaus: move out of pythonPackages and 0.9.1 -> 1.2.2
2018-03-18 12:25:09 +01:00
Lprndn
aa5921a9cf
luakit: init at 2018.08.10
2018-03-18 12:17:59 +01:00
Sébastien Maccagnoni
c0866e1990
calaos_installer: init at 3.1
2018-03-18 11:53:41 +01:00
Jörg Thalheim
fc0a5f4cb7
Merge pull request #37209 from enolan/upgrade-workrave
...
workrave: 1.10.7 -> 1.10.20
2018-03-18 10:50:22 +00:00
Yurii Rashkovskii
c99a2da0bf
mmark: init at 1.3.6
2018-03-18 17:02:20 +07:00
Jörg Thalheim
5ca797c72c
Merge pull request #37306 from svsdep/gnome-3-timepp
...
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 09:35:59 +00:00
Vasyl Solovei
66d2ec52e7
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 11:28:48 +02:00
Robert Schütz
b96fa84bbf
Merge pull request #35347 from Ma27/package-chkcrontab
...
chkcrontab: init at 1.7
2018-03-18 10:22:54 +01:00
lewo
782fbc6cfd
Merge pull request #37035 from rdnetto/master
...
bar: init at version 1.11.1
2018-03-18 09:23:46 +01:00
Frederik Rietdijk
7157404151
Merge pull request #37304 from yrashk/xml2rfc
...
xml2rfc: init at 2.9.6
2018-03-18 08:50:47 +01:00
Yurii Rashkovskii
3315a549bf
xml2rfc: init at 2.9.6
2018-03-18 14:44:57 +07:00
Shea Levy
273e58ebd9
glibc: Make 2.27 the default.
2018-03-17 21:58:14 -04:00
Shea Levy
0ebcd097fe
Merge branch 'master' into staging
2018-03-17 21:50:27 -04:00
Echo Nolan
5b0985d055
workrave: fix alert sounds by including the right GST plugins
2018-03-17 13:31:45 -07:00
lewo
5720286e47
Merge pull request #36900 from rnhmjoj/noteshrink
...
noteshrink: init at 0.1.1
2018-03-17 20:32:37 +01:00
Maximilian Bode
92c5097c6d
samtools: make gcc dependency explicit
2018-03-17 19:01:55 +01:00
Maximilian Bode
9dc0f229ad
spass: make gcc dependency explicit
2018-03-17 18:59:03 +01:00
Daiderd Jordan
879f144d7f
far2l: fix clang build
...
/cc ZHF #36454
2018-03-17 18:48:20 +01:00
Daiderd Jordan
33aa3f3488
chuck: fix darwin build
2018-03-17 14:08:55 +01:00
Tuomas Tynkkynen
07e2f29772
Merge remote-tracking branch 'upstream/master' into staging
2018-03-17 09:58:02 +02:00
Echo Nolan
250c19c746
workrave: 1.10.7 -> 1.10.20
...
Also: switch to GTK-3, fix GSettings by using wrapGAppsHook.
2018-03-16 19:56:51 -07:00
Felipe Espinoza
298f616913
libtins: init at 3.5
2018-03-16 18:04:39 -03:00
James Kay
494a4ef3ce
godot_headers: init at 51bca3bf5d917341f3e15076c5a9191f8a5118ae
2018-03-16 19:46:33 +00:00
Shea Levy
519f0b8db2
gnumake: Unconditionally fix build against glibc-2.27
2018-03-16 14:43:12 -04:00
Peter Simons
041b27bfb3
fsatrace: initial version
2018-03-16 14:01:31 +01:00
Nikolay Amiantov
a4a04528e4
libva1: init at 1.7.3
2018-03-16 02:59:07 +03:00
Tuomas Tynkkynen
ef64208eba
Merge commit '3ab2949' from staging into master
...
Conflicts:
pkgs/development/compilers/llvm/6/llvm.nix
pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
Timo Kaufmann
488835ec6e
conan: Locally pin deps, enable tests
2018-03-15 13:48:58 +01:00
lewo
a3205ea5f3
Merge pull request #36928 from roosemberth/pcm
...
pcm: init at 201710
2018-03-15 08:48:40 +01:00
SLNOS
507d96d35e
speech-tools: 2.1 -> 2.4, unbreak
2018-03-15 05:01:49 +00:00
Herwig Hochleitner
80582c600d
vimb-unwrapped: depend on generic webkitgtk instead of 218x
...
Currently ahead of the upgrade to webkitgtk220x, this will make future
webkitgtk maintenance easier.
WebkitGTK, from 2.6 onwards has maintained API stability and will
continue to do so, as opposed to the jump from 2.4 to 2.6
cc @rickynils
2018-03-15 01:52:52 +01:00
Reuben D'Netto
0bba975feb
bar: init at version 1.11.1
...
Removed lemonbar alias to avoid collision.
2018-03-15 09:41:25 +11:00
Daiderd Jordan
0c8e8ce7e8
cdo: fix darwin build
...
/cc ZHF #36454
2018-03-14 23:16:31 +01:00
Luke Adams
4576ff8012
freenect: enable Darwin building
2018-03-14 17:11:51 -05:00
Daiderd Jordan
ee6d0a7025
ccl: fix darwin build
...
/cc ZHF #36454
2018-03-14 23:02:52 +01:00
Joachim F
bfb4e0822a
Merge pull request #36482 from matthewbauer/json2hcl
...
json2hcl: init at 0.0.6
2018-03-14 20:51:12 +00:00
Roosembert Palacios
3328709918
pcm: init at 201710
...
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2018-03-14 21:28:55 +01:00
Will Dietz
66a0aaddbb
Merge pull request #37016 from dtzWill/feature/gllvm
...
gllvm: init at 2018-02-09
2018-03-14 15:01:29 -05:00
Will Dietz
43c474457c
gllvm: init at 2018-02-09
2018-03-14 14:50:17 -05:00
Daiderd Jordan
db691029d6
avian: fix darwin build
...
/cc ZHF #36454
2018-03-14 20:38:54 +01:00
Robert Schütz
6d661f37d8
Merge pull request #34361 from mbode/doitlive_3_0_3
...
doitlive: init at 3.0.3
2018-03-14 20:18:48 +01:00
Maximilian Bode
2217c706d4
doitlive: init at 3.0.3
2018-03-14 20:00:00 +01:00
Vincent Laporte
4fcadba5ea
ocamlPackages: default to 4.05
2018-03-14 16:24:27 +01:00
Michael Raskin
352c567d1c
graphviz_2_32: restore libgraph, the reason to keep this version
2018-03-14 11:45:16 +01:00
mt_caret
cce7d1b60a
satysfi: init at 2018-03-07 ( #36428 )
2018-03-14 10:57:08 +01:00
Tuomas Tynkkynen
2fec9c6e29
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
Franz Pletz
50fdcd414e
Merge pull request #36888 from volth/xfce-naming
...
xfce: do not use old names
2018-03-13 18:44:59 +00:00
Peter Simons
54ade273e7
Merge pull request #36526 from idontgetoutmuch/master
...
Add sundials
2018-03-13 13:29:17 +01:00
volth
7ec0471242
treewide: s/xlibs/xorg/g ( #36889 )
2018-03-13 10:16:03 +00:00
adisbladis
ce78db79a3
overmind: init at 1.1.1
2018-03-13 17:44:00 +08:00
volth
cedfe31648
frostwire: restore download-and-unpack derivation as frostwire-bin
2018-03-13 09:54:51 +01:00
rnhmjoj
dc1c9fb251
noteshrink: init at 0.1.1
2018-03-13 09:08:18 +01:00
Michael Weiss
310a665b98
androidStudioPackages.beta: 3.1.0.12 -> 3.1.0.14
2018-03-13 02:29:01 +01:00
Franz Pletz
efd7102026
Merge pull request #36814 from xeji/p/ufraw
...
ufraw: fix build
2018-03-12 23:37:06 +00:00
Franz Pletz
73f8157adc
Merge pull request #36817 from xeji/p/vxl
...
vxl: fix build by using gcc6
2018-03-12 23:29:12 +00:00
volth
fe70fbdefe
xfce: do not use old names
2018-03-12 23:01:06 +00:00
Nikolay Amiantov
bef8321f9f
kega-fusion: init at 3.63x
2018-03-13 01:08:50 +03:00
Nikolay Amiantov
5ed883a40b
warsow: 1.03 -> 2.1.2
...
Fix build, split into engine and game to build engine on Hydra.
2018-03-13 01:08:50 +03:00
Amine Chikhaoui
d5dd7f4413
pcstat: init at 2017-05-28 ( #33643 )
2018-03-12 21:51:38 +00:00
symphorien
991e5ca486
wxhexeditor: 0.22 -> 0.24 ( #36832 )
2018-03-12 21:43:02 +00:00
Daiderd Jordan
af041b34a2
libcdio: fix darwin build
...
/cc ZHF #36454
2018-03-12 21:32:38 +01:00
Florian Jacob
226965da67
prosody: 0.9.12 -> 0.10.0
...
updating config options, removing luazlib as mod_compression was removed
for security reasons.
2018-03-12 20:19:03 +01:00
Daiderd Jordan
a6bf2b21d5
Merge pull request #36873 from jfrankenau/update-bcal
...
bcal: 1.7 -> 1.8
2018-03-12 19:49:20 +01:00
Johannes Frankenau
59cc47d802
bcal: 1.7 -> 1.8
...
The tests failed for a good reason on Darwin and should not have been
disabled. The issue has been resolved upstream with version 1.8 which
now also supports AArch64.
2018-03-12 18:36:26 +01:00
Jörg Thalheim
2f00a50e2d
Merge pull request #32710 from matthiasbeyer/update-lumail
...
lumail: 2.9 -> 3.1
2018-03-12 16:31:24 +00:00
John Ericson
556eb0f3f4
Merge pull request #36866 from obsidiansystems/no-clangUnwrapped
...
clangUnwrapped: Removed unused abstraction
2018-03-12 12:13:59 -04:00
John Ericson
c65f0ddb90
clangUnwrapped: Removed unused abstraction
2018-03-12 11:47:04 -04:00
Matthias Beyer
13e95f33db
lumail: Use lua5.1
...
This is necessary because the standard library which is distributed with
lumail (the lumail core configuration so to speak) is written for lua5.1
apparently.
The website states 5.1 or 5.2 or 5.3, but 5.2 fails because "loadstring"
was deprecated in lua 5.2.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-03-12 16:43:27 +01:00
John Children
79f4548aa2
go-langserver: init at unstable-2018-03-05
2018-03-12 14:52:13 +00:00
Adam Washington
73ed353d27
sasview: init at 4.1.2
...
Sasview is a data fitting and analysis package for small angle
scattering data. More information can be found at
https://www.sasview.org .
There is some unfortunate cruft to this commit. SasView uses the
xhtml2pdf python package, which has a specific version of html5lib as
a dependency. This module manually loads that version into sasview.
I haven't made xhtml2pdf available as its own package due to these
circumstances.
2018-03-12 09:22:06 +00:00
Mario Rodas
bde912b48b
vale: init at 0.10.1
2018-03-11 21:56:22 -05:00
Markus Kowalewski
a9ee6d2dab
texmaker: 4.5 -> 5.0.2
2018-03-11 17:56:26 -07:00
Michael Raskin
9a68c56961
Merge pull request #34067 from mogorman/gnuclad
...
gnuclad: init at 0.2.4
2018-03-11 20:12:12 +00:00
Matthew O'Gorman
8e478f8fe1
gnuclad: init at 0.2.4
2018-03-11 15:26:05 -04:00
xeji
0367a6235c
vxl: fix build by using gcc6
...
upstream code incompatible w/gcc7. no newer version available.
2018-03-11 18:46:42 +01:00
xeji
817cd00bb9
ufraw: fix build by using gcc6
...
doesn't build with gcc7 due to ill-formed upstream code,
see https://gcc.gnu.org/gcc-7/porting_to.html#cmath
2018-03-11 18:15:58 +01:00
Michael Raskin
ec2981ae3d
fmbt: init at 0.39
2018-03-11 15:44:48 +01:00
Daiderd Jordan
370e01acce
Merge pull request #36699 from knedlsepp/fix-mpv-on-darwin
...
mpv: fix darwin build
2018-03-11 09:56:19 +01:00
Dominic Steinitz
12424157a2
Merge branch 'master' of https://github.com/NixOS/nixpkgs
2018-03-11 08:13:11 +00:00