Tim Steinbach
de0ea1dd18
scala: 2.12.4 -> 2.12.5
2018-03-20 09:38:42 -04:00
Thomas Tuegel
4590309419
Merge pull request #36868 from bkchr/kde_frameworks_5_44
...
kde-frameworks: 5.43 -> 5.44
2018-03-20 08:26:32 -05:00
Will Dietz
9aa22191cf
python*: set thread stack size on musl
...
Ensure recursion limit is reached before stack overflow.
Python does this for OSX and BSD:
13ff24582c/Python/thread_pthread.h (L22)
Size of 1MB chosen to match value in Alpine:
https://git.alpinelinux.org/cgit/aports/commit/main/python2/APKBUILD?id=2f35283fec8ec451fe5fb477dd32ffdcc0776e89
Manual testing via Alpine's test-stacksize.py crashes on these
previously, and works with these changes.
2018-03-20 08:14:04 -05:00
Eelco Dolstra
7e44f19fce
zstd: Fix install name on macOS
...
It had an install name '/usr/local/lib/libzstd.1.dylib'.
2018-03-20 13:43:02 +01:00
Jan Tojnar
47bbd819c7
haskell-configuration-common: disable some tests depending on tasty-hunit-0.9
2018-03-20 13:34:38 +01:00
Robert Schütz
127045d8e0
pythonPackages.slimit: init at 0.8.1
2018-03-20 10:59:37 +01:00
Robert Schütz
b41c299efc
Merge pull request #37400 from teto/neovim_python
...
neovim-python: 0.2.3 -> 0.2.4
2018-03-20 10:51:52 +01:00
Matthieu Coudron
366c79e17f
pythonPackages.neovim: 0.2.3 -> 0.2.4
...
required to work with latest deoplete for instance
2018-03-20 18:38:44 +09:00
Robert Schütz
ba74cf4d5c
pythonPackages.django_pipeline: move expression
2018-03-20 09:58:15 +01:00
José Romildo Malaquias
1857c35359
enlightenment: 0.22.1 -> 0.22.2
2018-03-20 09:46:13 +01:00
Jörg Thalheim
35eddf5ef1
Merge pull request #37412 from volth/varnish456
...
varnish4: init at 4.1.9; varnish6: init at 6.0.0
2018-03-20 07:55:52 +00:00
Peter Simons
d10666c20a
Merge pull request #37408 from ryantm/auto-update/bash-completion
...
bash-completion: 2.7 -> 2.8
2018-03-20 08:37:46 +01:00
Joel Thompson
d6d140f159
hologram: 2017-01-30 -> 2018-03-19
2018-03-20 07:36:13 +00:00
volth
002b460822
varnish4: init at 4.1.9; varnish6: init at 6.0.0
2018-03-20 07:10:36 +00:00
Jörg Thalheim
31cd8ced03
riemann-c-client: 1.9.1 -> 1.10.2
...
also fix compilation,
found while reviewing #37412
2018-03-20 07:02:08 +00:00
Jörg Thalheim
7bef35e691
Merge pull request #37358 from brainrape/idrisPackages-update
...
idrisPackages: add packages
2018-03-20 06:44:42 +00:00
Márton Boros
23ee7c9d8d
idrisPackages: add packages
2018-03-20 07:16:21 +01:00
Ryan Mulligan
e506914cfb
commonsCompress: 1.8.1 -> 1.16.1
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.16.1 in filename of file in /nix/store/bkj0f3csgr7z46ancws66bzgcxpamq8x-commons-compress-1.16.1
- directory tree listing: https://gist.github.com/2f7f8d5e9ede388260bcf5a3e305bd80
2018-03-19 22:39:42 -07:00
Ryan Mulligan
2ebf72573e
bash-completion: 2.7 -> 2.8
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.8 with grep in /nix/store/svgfjl0v59ff90l6h2gzbsplhbk3aqhp-bash-completion-2.8
- directory tree listing: https://gist.github.com/23a9bb8eddc5667ef5a94d69ea7ab340
2018-03-19 22:12:04 -07:00
Peter Hoeg
c79cc60e64
elisa: init at 0.0.20180320
2018-03-20 12:21:20 +08:00
Tim Steinbach
73d101af00
linux-copperhead: 4.15.10.a -> 4.15.11.a
2018-03-19 22:32:47 -04:00
John Ericson
18fa42d8a1
Merge pull request #37399 from obsidiansystems/release-lib-typo
...
lib: Messed up `or` operator precedence
2018-03-19 22:31:15 -04:00
John Ericson
ec2aff0be6
lib: Messed up or
operator precedence
...
Github broke oddly on my previous PR, so I tested and merged by hand.
Otherwise ofborg would have caught this.
2018-03-19 22:25:49 -04:00
John Ericson
5bb50fb9f6
Merge pull request #37397 from obsidiansystems/nixpkgs
2018-03-19 21:53:48 -04:00
John Ericson
b9a720c524
Merge remote-tracking branch 'upstream/master' into fix-cross-jobs
2018-03-19 21:47:56 -04:00
John Ericson
192f4144b2
release-lib: Filter supportedSystems with meta.platforms
-style patterns
...
Instead of intersecting system strings, we filter with the sort of
patterns used in `meta.platforms`.
Indicating this change `forTheseSystems` has been renamed to
`forMatchingSystems`, since the given list is now patterns to match, and
not the systems themselves. [Just as with `meta.platforms`, systems
strings are also supported for backwards compatibility.]
This is more flexible, and makes the `forMatchingSystems` and
packagePlatforms` cases more analogous.
2018-03-19 21:32:28 -04:00
Will Dietz
48c3e60061
aws-sdk-cpp: 1.4.10 -> 1.4.15
2018-03-19 20:05:53 -05:00
Tuomas Tynkkynen
a2d8a9aad7
armTrustedFirmware: Remove targetPlatforms like was done in U-Boot
...
Should also fix Hydra attempting to build this stuff on x86, like
https://hydra.nixos.org/build/71533289
2018-03-20 02:33:40 +02:00
Jörg Thalheim
f71a636d3f
Merge pull request #37385 from coreyoconnor/google-drive-ocamlfuse-update
...
google-drive-ocamlfuse and gapi-ocaml update
2018-03-20 00:17:43 +00:00
Jörg Thalheim
1f50e84197
Merge pull request #37394 from jlesquembre/kitty
...
kitty: 0.8.0 -> 0.8.2
2018-03-20 00:17:19 +00:00
John Ericson
3c331bff5b
Merge pull request #37395 from obsidiansystems/lib-meta-platform
...
lib: Factor in tiny bit of `meta.platform` checking
2018-03-19 20:12:50 -04: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
d31f6167ed
Merge pull request #37387 from tadfisher/bump/browserpass
...
browserpass: 2.0.11 -> 2.0.13
2018-03-19 23:29:51 +00:00
John Ericson
e547bd0dc4
lib: Factor in tiny bit of meta.platform
checking
...
I need it in stdenv and release-lib, so that seems motivation enough.
2018-03-19 19:29:16 -04: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
3539ca2179
Merge pull request #37354 from knedlsepp/fix-pythonPackages.notebook-on-darwin
...
pythonPackages.notebook: fix darwin build
2018-03-20 00:04:58 +01:00
Daiderd Jordan
3f964978d8
libftdi: mark linux only
2018-03-20 00:01:52 +01:00
Daiderd Jordan
031492cbfe
kore: fix clang build
...
/cc ZHF #36454
2018-03-20 00:00:42 +01:00
Daiderd Jordan
5873a3418b
iniparser: fix darwin build
...
/cc ZHF #36454
2018-03-19 23:41:50 +01:00
José Luis Lafuente
176b9ae095
kitty: 0.8.0 -> 0.8.2
2018-03-19 23:41:49 +01:00
Daiderd Jordan
e616725ba0
imatix_gsl: fix clang build
...
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Daiderd Jordan
d7856d3c2a
ii: fix darwin build
...
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Jörg Thalheim
34624ecca2
Merge pull request #37392 from xeji/p/altermime
...
altermime: fix build
2018-03-19 22:35:43 +00:00
Robert Schütz
4686259904
Merge pull request #37391 from lsix/svg-path-2.2
...
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 23:28:51 +01:00
Jörg Thalheim
a6f966e289
Merge pull request #37389 from tadfisher/bump/gmailieer
...
gmailieer: 0.5 -> 0.6
2018-03-19 22:27:08 +00:00
Andrew Childs
3928fd9081
Chromium: fix skia build on aarch64
...
Patch imported from Arch Linux ARM
2018-03-20 00:20:42 +02:00
Daiderd Jordan
bca15c5331
Merge pull request #37347 from knedlsepp/fix-pycurl-on-darwin
...
python3Packages.pycurl: fix darwin build
2018-03-19 23:16:42 +01:00
xeji
f9ed23d271
altermime: fix build
2018-03-19 22:59:59 +01:00
Stefan Frijters
8ade9e6705
h5utils: init at 1.13.1
2018-03-19 22:40:09 +01:00
Lancelot SIX
de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 22:39:56 +01:00
Matthew Justin Bauer
5675f17b0e
Merge pull request #35590 from TomSmeets/android-studio-ndk-fix
...
android-studio: Depend on ncurses5
2018-03-19 15:31:39 -05:00
Matthew Justin Bauer
7452996ac6
Merge pull request #36381 from bgamari/bump-kicad
...
kicad-unstable: Bump git commit
2018-03-19 15:28:58 -05:00
schneefux
e2b8dfa867
metabase: init at 0.28.1 ( #33460 )
2018-03-19 15:27:18 -05:00
Matthew Justin Bauer
7382ae8acf
Merge pull request #35480 from erictapen/osrm-bump
...
osrm-backend: 5.15.0 -> 5.16.0
2018-03-19 15:24:58 -05:00
Tad Fisher
4cb10bf329
gmailieer: 0.5 -> 0.6
2018-03-19 12:31:11 -07:00
Tad Fisher
82f2c19d98
browserpass: 2.0.11 -> 2.0.13
2018-03-19 12:01:08 -07:00
WilliButz
ca7b29050f
grafana: 5.0.2 -> 5.0.3, fix headless phantomjs
2018-03-19 19:59:10 +01:00
Corey O'Connor
a140fe83f5
google-drive-ocamlfuse: 0.6.21 -> 0.6.25.
...
Also change to use jbuilder for build per upstream instructions. In this case, the build needs to be
driven by jbuilder but opam still needs to be in PATH.
2018-03-19 11:47:18 -07:00
Corey O'Connor
26fac59c32
gapi-ocaml: 0.3.4 -> 0.3.6. Also change to use opam/jbuilder for build.
2018-03-19 11:47:12 -07:00
gnidorah
55f1bbe623
cgit: wrap python scripts
2018-03-19 21:42:25 +03:00
Thomas Tuegel
6f04eec460
Merge pull request #36870 from bkchr/plasma_5_12_3
...
plasma5: 5.12.2 -> 5.12.3
2018-03-19 13:39:08 -05: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
Sarah Brofeldt
c23f14a6d7
Merge pull request #37258 from eonpatapon/nextcloud
...
nextcloud: 13.0.0 -> 13.0.1
2018-03-19 19:31:51 +01:00
Tim Steinbach
242abf396f
linux: 4.16-rc5 -> 4.16-rc6
2018-03-19 14:09:10 -04: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
a008505c65
Merge pull request #36854 from selaux/chromedriver-2.36
...
chromedriver: 2.35 -> 2.36
2018-03-19 13:04:12 -05:00
Matthew Justin Bauer
ce01740dae
Merge pull request #33685 from corngood/amdgpu-pro-upgrade
...
amdgpu-pro: 17.10 -> 17.40
2018-03-19 12:40:03 -05:00
Matthew Justin Bauer
ce456559d7
Merge pull request #36429 from frankbo/update-sauce-connect-to-4-4-12
...
sauce-connect: 4.4.8 -> 4.4.12
2018-03-19 12:35:36 -05:00
Matthew Justin Bauer
09709b7a07
Merge pull request #36605 from ryantm/auto-update/libdigidocpp
...
libdigidocpp: 3.12.0.1317 -> 3.13.3.1365
2018-03-19 12:31:42 -05:00
Matthew Justin Bauer
f359b402a3
Merge pull request #36613 from ryantm/auto-update/libsvm
...
libsvm: 3.20 -> 3.22
2018-03-19 12:30:49 -05:00
Matthew Justin Bauer
935e6e308a
Merge pull request #36637 from ryantm/auto-update/openfst
...
openfst: 1.6.3 -> 1.6.6
2018-03-19 12:30:34 -05:00
Matthew Justin Bauer
3fc0a2bb10
Merge pull request #36639 from ryantm/auto-update/opengrok
...
opengrok: 0.12.5 -> 1.0
2018-03-19 12:30:06 -05:00
Matthew Justin Bauer
baf0d149f0
Merge pull request #36647 from ryantm/auto-update/openvpn
...
openvpn: 2.4.4 -> 2.4.5
2018-03-19 12:29:29 -05:00
Matthew Justin Bauer
4f338db600
Merge pull request #36681 from ryantm/auto-update/redo-sh
...
redo-sh: 1.2.6 -> 2.0.3
2018-03-19 12:28:03 -05:00
Matthew Justin Bauer
964c32bcb3
Merge pull request #36846 from jbedo/snpeff
...
snpeff: 4.3t -> 4.3q
2018-03-19 12:26:33 -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
Robert Schütz
d0b429f5a3
Merge pull request #37379 from dotlambda/asciidoc-enableJava-option
...
asciidoc: add enableJava option
2018-03-19 17:51:00 +01:00
Robert Schütz
9ede31bfbe
asciidoc: add enableJava option
...
fixes https://github.com/NixOS/nixpkgs/issues/37045
2018-03-19 17:29:09 +01:00
Ryan Mulligan
4607201cf2
Revert "cdrtools: 3.02a06 -> 3.01"
2018-03-19 17:04:49 +01:00
Adam Copp
e46b27cc90
Add platform to vo-amrwbenc
2018-03-19 15:55:06 +00:00
Graham Christensen
81da63f003
Merge pull request #37132 from srhb/haddock-wrapped
...
haskellPackages.ghcWithPackages: Wrap haddock with GHC lib dir
2018-03-19 10:27:36 -04: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
Tim Steinbach
80d0ccaaab
linux: 4.15.10 -> 4.15.11
2018-03-19 09:00:10 -04:00
Tim Steinbach
e9ce4c019b
linux: 4.14.27 -> 4.14.28
2018-03-19 08:59:56 -04:00
Tim Steinbach
c4963d395d
linux: 4.9.87 -> 4.9.88
2018-03-19 08:59:40 -04:00
Tim Steinbach
04f11faa68
linux: 4.4.121 -> 4.4.122
2018-03-19 08:59:22 -04:00
Clemens Fruhwirth
c0cf13e52e
Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty.
2018-03-19 13:18:49 +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
Jörg Thalheim
6e22dd9ee8
Merge pull request #37356 from volth/gephi-from-sources
...
gephi: build from sources
2018-03-19 11:23:43 +00:00
Jörg Thalheim
24894fbc69
Merge pull request #35901 from volth/far-2018-02-27
...
far2l: 2017-10-08 -> 2018-02-27
2018-03-19 11:22:43 +00:00
Robert Schütz
f38f3c289a
Merge pull request #36674 from ryantm/auto-update/postfix
...
postfix: 3.2.5 -> 3.3.0
2018-03-19 12:18:28 +01:00
Robert Schütz
def2a2567d
Merge pull request #34642 from y0no/add_patator
...
pythonPackages.patator: init at 0.7
2018-03-19 11:59:54 +01:00
Matthew Bauer
867fb4981d
opencollada: fix on darwin
2018-03-19 05:42:46 -05:00
Matthew Bauer
8416c45865
opensubdiv: fix darwin build
2018-03-19 05:42:43 -05:00
Matthew Bauer
397532de76
openimageio: supports darwin
2018-03-19 05:42:20 -05:00
Matthew Bauer
80b8caf435
opencolorio: fix on darwin
2018-03-19 05:42:19 -05:00
Matthew Bauer
4cc1cd8516
cmake-2.8: supports darwin
...
builds fine, just need to enable to
2018-03-19 05:42:15 -05:00
y0no
0725d666d6
pythonPackages.patator: init at 0.7
2018-03-19 11:40:57 +01:00
y0no
38719d170d
pythonPackages.mysqlclient: init at 1.3.12
2018-03-19 11:40:57 +01:00
y0no
c9366518fa
pythonPackages.cx_oracle: init at 6.1
2018-03-19 11:40:57 +01:00
y0no
a15544d5f5
pythonPackages.ajpy: init at 0.0.2
2018-03-19 11:40:57 +01:00
y0no
c9bbf071bd
pythonPackages.ipy: 0.74 -> 0.83
2018-03-19 11:40:16 +01:00
Robert Schütz
196b4863de
Merge pull request #35056 from catern/master
...
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-19 11:26:18 +01:00
Hendrik Schaeidt
6634049f22
stabber: init at 2016-11-09
2018-03-19 11:03:45 +01:00
Robert Schütz
b451519ec6
Merge pull request #37155 from ryantm/auto-update/archivemount
...
archivemount: 0.8.7 -> 0.8.9
2018-03-19 10:52:16 +01:00
Robert Schütz
67f2d3e2bd
Merge pull request #37363 from vaibhavsagar/break-thumbor-python3
...
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 10:26:57 +01:00
Vaibhav Sagar
d8c26c0db7
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 17:12:17 +08:00
Matthew Justin Bauer
00e7b063f5
Merge pull request #37055 from ryantm/auto-update/libwebsockets
...
libwebsockets: 2.4.1 -> 2.4.2
2018-03-19 04:05:15 -05:00
Matthew Justin Bauer
9f58d17d10
Merge pull request #37079 from ryantm/auto-update/picard-tools
...
picard-tools: 2.17.10 -> 2.17.11
2018-03-19 04:04:50 -05:00
Matthew Justin Bauer
d67c50525e
Merge pull request #36966 from ryantm/auto-update/cdrtools
...
cdrtools: 3.02a06 -> 3.01
2018-03-19 04:01:59 -05:00
Matthew Justin Bauer
b89f229d6f
Merge pull request #36967 from ryantm/auto-update/cfitsio
...
cfitsio: 3.43 -> 3.430
2018-03-19 04:00:59 -05:00
Matthew Justin Bauer
a43fcd44f7
Merge pull request #36977 from ryantm/auto-update/fanficfare
...
fanficfare: 2.22.0 -> 2.23.0
2018-03-19 04:00:22 -05: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
6a68171dc4
Merge pull request #36585 from ryantm/auto-update/grpc
...
grpc: 1.9.1 -> 1.10.0
2018-03-19 03:53:45 -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
ee52f36f2c
Merge pull request #36423 from matthewbauer/emacs-use-unstable-melpa
...
emacs: use unstable melpa for dependencies
2018-03-19 03:49:17 -05:00
volth
1e2eec169a
gephi: build from sources
2018-03-19 08:45:24 +00:00
Robert Schütz
6be6fcc094
Merge pull request #37331 from dotlambda/appdaemon-3.0.0
...
appdaemon: 3.0.0b4 -> 3.0.0
2018-03-19 09:44:32 +01:00
volth
887e6302bd
jogl: temporary workaround for openjdk8
2018-03-19 08:44:21 +00:00
Matthew Bauer
635114b889
emacs: use unstable melpa for dependencies
...
remove melpaStablePackages from default scope
2018-03-19 03:43:25 -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
Matthew Justin Bauer
c58f0ee814
Merge pull request #37098 from ryantm/auto-update/rtv
...
rtv: 1.21.0 -> 1.22.1
2018-03-19 03:36:55 -05:00
Matthew Justin Bauer
4e2aa3c355
Merge pull request #36962 from ryantm/auto-update/btrbk
...
btrbk: 0.26.0 -> 0.26.1
2018-03-19 03:36:09 -05:00
Matthew Justin Bauer
79a40fc30c
Merge pull request #37156 from matthewbauer/auto-update/emacsPackagesNg.elpaPackages
...
elpa-packages 2018-03-15
2018-03-19 03:33:10 -05:00
Matthew Justin Bauer
f62b2fe132
Merge pull request #37221 from matthewbauer/auto-update/emacsPackagesNg.melpaPackages
...
emacsPackagesNg.melpaPackages 2018-03-17
2018-03-19 03:32:55 -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
Gabriel Ebner
0f6286cc4b
Merge pull request #37355 from AndersonTorres/upload/src
...
src: 1.17 -> 1.18
2018-03-19 08:29:05 +01:00
Peter Hoeg
4468378187
terraform: update plugins
2018-03-19 15:12:52 +08:00
Peter Hoeg
059f33c6de
terraform: 0.11.3 -> 0.11.4
2018-03-19 15:12:52 +08:00
Peter Hoeg
4fe3edd725
Merge pull request #37351 from badi/unifi
...
unifi: 5.6.30 -> 5.6.36
2018-03-19 13:23:53 +08:00
volth
94ff822eec
jogl: init at 2.3.2
2018-03-19 04:08:12 +00:00
Tuomas Tynkkynen
8254d2cfb0
nss: Fix aarch64 build
2018-03-19 05:11:01 +02:00
AndersonTorres
9ff2b67dbc
src: 1.17 -> 1.18
2018-03-18 22:38:38 -03:00
Peter Hoeg
734323872a
qscintilla: fix build on darwin
2018-03-19 09:03:25 +08:00
Josef Kemetmüller
8aaa17c52a
pythonPackages.notebook: fix darwin build
...
The send2trash library, which is now included in the notebook doesn't
succeed during build, even though it works.
2018-03-19 01:16:54 +01:00
Badi Abdul-Wahid
754911847e
unifi: 5.6.30 -> 5.6.36
...
[Release Notes](https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-36-LTS-Stable-has-been-released/ba-p/2277323 )
2018-03-18 19:24:26 -04:00
Vladimír Čunát
940fab424a
Merge #37335 : wideland: fix build and .desktop
2018-03-18 23:46:22 +01:00
rardiol
c146f603ce
widelands: fix launchpad url
...
and .desktop name
2018-03-19 11:07:14 +09:00
Josef Kemetmüller
bd836b7761
python3Packages.pycurl: fix darwin build
2018-03-18 23:37:20 +01:00
Florian Klink
f9dda86b39
sqldeveloper: 17.4.0.355.2349 -> 17.4.1.054.0712
2018-03-18 23:29:28 +01:00
Daiderd Jordan
b3c6cb6d29
Merge pull request #37141 from knedlsepp/fix-python-tkinter-on-darwin
...
pythonPackages.tkinter: fix darwin build
2018-03-18 23:23:31 +01:00
Josef Kemetmüller
af0f9fa26b
pythonPackages.tkinter: fix darwin build
2018-03-18 22:28:46 +01:00
Daiderd Jordan
4e1ab9d44c
guile-lint: disable tests on darwin
2018-03-18 22:27:13 +01:00
Vladimír Čunát
6550590521
projectlibre: meta fixes
2018-03-18 21:58:13 +01:00
Pascal Wittmann
1c361548d4
homebank: 5.1.7 -> 5.1.8
2018-03-18 20:49:32 +01:00
Pascal Wittmann
a4752e1132
icmake: 9.02.06 -> 9.02.07
2018-03-18 20:44:29 +01:00
Moritz Küttel
18ea001472
projectlibre: init at 1.7.0
...
Closes #24466
2018-03-18 19:29:09 +00:00
Ryan Mulligan
bb165a9d6f
spaceFM: 1.0.5 -> 1.0.6
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/.spacefm-wrapped -h` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/.spacefm-wrapped --help` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/.spacefm-wrapped --version` and found version 1.0.6
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/spacefm -h` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/spacefm --help` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/spacefm --version` and found version 1.0.6
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/.spacefm-installer-wrapped --help` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/.spacefm-installer-wrapped help` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/spacefm-installer --help` got 0 exit code
- ran `/nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6/bin/spacefm-installer help` got 0 exit code
- found 1.0.6 with grep in /nix/store/4hdgd1vlac5isgsb728f3qjpqcs2zxqp-spacefm-1.0.6
- directory tree listing: https://gist.github.com/1af4e8f53a36978c67e557c6c4c22b8d
2018-03-18 18:49:19 +00:00
John Ericson
2fa2197a96
Merge pull request #34444 from obsidiansystems/meta-check
...
lib: Fix #30902
2018-03-18 13:51:03 -04:00
Spencer Baugh
04c3713755
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-18 17:47:37 +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
Yuriy Taraday
6b0732a956
chromium: 65.0.3325.146 -> 65.0.3325.162
...
Also bump dev branch to ensure that next beta will work.
2018-03-18 19:15:32 +02:00
Pascal Wittmann
0a3902b40b
zim: 0.67 -> 0.68
2018-03-18 18:09:12 +01:00
Daiderd Jordan
ec15ef011a
gnu-apl: fix clang build
...
/cc ZHF #36454
2018-03-18 18:02:29 +01:00
Tuomas Tynkkynen
4fe75d11b2
U-Boot: Make ubootJetsonTK1 install even more files
2018-03-18 18:53:12 +02: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
28fd7d9594
uboot: fix cross-build of ubootTools
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
ba3e470651
uboot: rock64: use binary blob for TPL
...
This stops the kernel from crashing immediately after boot.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
1f4bb8c61d
uboot: add patch to increase maximum path length in extlinux.conf
...
This fixes problems with cross compiled kernels failing to boot.
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
Ben Wolsieffer
5804547243
uboot: 2017.11 -> 2018.03, cross fixes
2018-03-18 18:53:11 +02:00
Robert Schütz
7a263b9af9
pythonPackages.netdisco: 1.2.4 -> 1.3.1
2018-03-18 17:45:09 +01:00
Jörg Thalheim
9995963454
Merge pull request #37230 from matthewbauer/auto-update/vassal
...
vassal: 3.2.15 -> 3.2.17
2018-03-18 16:33:19 +00:00
Robert Schütz
9d98f0cbe8
appdaemon: 3.0.0b4 -> 3.0.0
2018-03-18 17:31:14 +01:00
Jörg Thalheim
250527c0d8
Merge pull request #37322 from romildo/upd.deepin-gtk-theme
...
deepin-gtk-theme: 17.10.5 -> 17.10.6
2018-03-18 16:20:36 +00:00
Robert Schütz
024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
...
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Jörg Thalheim
6f7a23baeb
Merge pull request #37283 from thorstenweber83/slic3r-prusa3d-1.39.1
...
slic3r-prusa3d: 1.38.7 -> 1.39.1
2018-03-18 16:17:31 +00:00
Jörg Thalheim
af5e72f48f
Merge pull request #37323 from romildo/mate
...
mate-sensors-applet: 1.20.0 -> 1.20.1
2018-03-18 16:15:58 +00: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
Robert Schütz
5c897bdd59
pythonPackages.flake8-debugger: fix build
2018-03-18 16:12:48 +01:00
Matthew Bauer
4d8749e950
acpica-tools: 20180209 -> 20180313
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract -h` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract --help` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract -V` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract -v` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract --version` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract -h` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpixtract --help` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames -h` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames --help` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames -V` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames -v` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames --version` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames -h` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpinames --help` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpidump -h` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpidump --help` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpidump -v` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpibin help` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpibin version` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpibin help` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpihelp help` got 0 exit code
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpihelp version` and found version 20180313
- ran `/nix/store/86dnirfxpl3fcdfj6d923yhzsx0jbd6k-acpica-tools-20180313/bin/acpihelp help` and found version 20180313
2018-03-18 17:09:07 +02:00
Robert Schütz
4779989c4e
pythonPackages.dlib: fix build
2018-03-18 16:04:52 +01:00
José Romildo Malaquias
e7be332a99
mate-sensors-applet: 1.20.0 -> 1.20.1
2018-03-18 12:02:39 -03:00
José Romildo Malaquias
fb6c53524d
deepin-gtk-theme: 17.10.5 -> 17.10.6
2018-03-18 11:52:37 -03:00
Robert Schütz
93b10cd879
pythonPackages.colander: 1.0 -> 1.4
2018-03-18 15:52:24 +01:00
Robert Schütz
a6cbdeaef3
pythonPackages.colander: move expression
2018-03-18 15:52:18 +01:00
Gabriel Ebner
8ba914a224
Merge pull request #35542 from volth/patch-108
...
cfr: 0_101 -> 0_125
2018-03-18 15:43:21 +01:00
Jörg Thalheim
df538c82ba
Merge pull request #37027 from ryantm/auto-update/ipset
...
ipset: 6.35 -> 6.36
2018-03-18 14:39:18 +00:00
Jörg Thalheim
bcbe9e98e5
Merge pull request #37159 from Ralith/matrix-synapse
...
matrix-synapse: 0.26.0 -> 0.26.1
2018-03-18 14:32:38 +00:00
Jörg Thalheim
a8e86e218c
Merge pull request #37134 from ryantm/auto-update/uget
...
uget: 2.2.0 -> 2.2.1
2018-03-18 14:23:49 +00:00
Nicolas Schneider
d0a9dcb01d
conky: provide option to build with pulseaudio support
2018-03-18 14:36:45 +01:00
Jörg Thalheim
aa878c2d15
Merge pull request #37315 from xeji/epoxy-darwin-fix
...
epoxy: fix darwin build
2018-03-18 12:52:47 +00: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
Jörg Thalheim
6ff341dee5
Merge pull request #37064 from coreyoconnor/wine-correct-install-order
...
wine: correct install order for WoW wine build.
2018-03-18 12:46:21 +00:00
Jörg Thalheim
fa534f3509
edbrowse: use fetchFromGitHub instead of fetchurl
2018-03-18 12:42:43 +00:00
Jörg Thalheim
711bef7bcf
Merge pull request #37077 from Maxdamantus/edbrowse
...
edbrowse: 3.6.1 -> 3.7.2
2018-03-18 12:39:15 +00:00
xeji
b6ca572694
epoxy: fix darwin build
2018-03-18 13:36:14 +01: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
Robert Schütz
edc94294c8
pythonPackages.robomachine: fix build
2018-03-18 13:19:44 +01:00
Robert Schütz
bd7a7bd817
pythonPackages.allpairspy: init at 2.4.0
2018-03-18 13:19:06 +01:00
Nicolas Schneider
a807035927
spacefm: fix segfault by exporting shared-mime-info/share in XDG_DATA_DIRS
2018-03-18 13:09:23 +01:00
Gabriel Ebner
faf094adef
Merge pull request #36435 from timokau/origin/ecm-update
...
ecm: 6.4.4 -> 7.0.4
2018-03-18 13:08:34 +01:00
Robert Schütz
097dd635fa
pythonPackages.pyshphere: uninit
...
Build is broken and project is unmaintained since 2013.
2018-03-18 13:03:29 +01:00
Robert Schütz
97e54c4f75
pythonPackages.pyhomematic: disable tests because of unreliable timimg
2018-03-18 12:55:27 +01:00
Robert Schütz
14ed0f5fe0
pythonPackages.credstash: fix build
...
This applies https://github.com/fugue/credstash/pull/178 .
2018-03-18 12:53:48 +01:00
Gabriel Ebner
9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
...
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +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
Robert Schütz
0b6a2b2037
pythonPackages.odo: mark as broken
...
Odo is incompatible with Networkx 2.
See https://github.com/blaze/odo/pull/601 .
2018-03-18 12:37:39 +01:00
Jörg Thalheim
caaae34ee1
Merge pull request #37126 from ryantm/auto-update/tmuxp
...
tmuxp: 1.3.5 -> 1.4.0
2018-03-18 11:36:55 +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
Gabriel Ebner
6fc9ee8ae4
Merge pull request #35534 from mimadrid/update/zotero-5.0.35.1
...
zotero: 5.0.25 -> 5.0.35.1
2018-03-18 12:30:25 +01: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
Gabriel Ebner
a7fea814ba
Merge pull request #36405 from mt-caret/kazam
...
kazam: fix description and license
2018-03-18 12:21:46 +01:00
Gabriel Ebner
17cb96204c
Merge pull request #36415 from dywedir/tiled
...
tiled: 1.1.2 -> 1.1.3
2018-03-18 12:20:23 +01:00
Gabriel Ebner
da4d64e157
Merge pull request #36664 from ryantm/auto-update/pig
...
pig: 0.14.0 -> 0.16.0
2018-03-18 12:18:33 +01:00
Gabriel Ebner
2d332e2c7e
Merge pull request #36592 from ryantm/auto-update/gzdoom
...
gzdoom: 3.1.0 -> 3.2.5
2018-03-18 12:18:11 +01:00
Gabriel Ebner
f6487c69d6
Merge pull request #36611 from ryantm/auto-update/libstrophe
...
libstrophe: 0.9.1 -> 0.9.2
2018-03-18 12:16:53 +01:00
Jörg Thalheim
039088413d
Merge pull request #37095 from ryantm/auto-update/rocksndiamonds
...
rocksndiamonds: 4.0.1.1 -> 4.0.1.3
2018-03-18 11:14:50 +00:00
Gabriel Ebner
edb0d09480
Merge pull request #36723 from ryantm/auto-update/xpra
...
xpra: 2.1.3 -> 2.2.4
2018-03-18 12:09:19 +01:00
Gabriel Ebner
eec4c12561
Merge pull request #36722 from ryantm/auto-update/xfe
...
xfe: 1.37 -> 1.42
2018-03-18 12:07:59 +01:00
Gabriel Ebner
640d0784f0
Merge pull request #37007 from ryantm/auto-update/hwdata
...
hwdata: 0.309 -> 0.310
2018-03-18 12:05:01 +01:00
Gabriel Ebner
7072d11391
Merge pull request #37194 from ryantm/auto-update/gp2c
...
gp2c: 0.0.10 -> 0.0.10pl1
2018-03-18 12:04:08 +01:00
Gabriel Ebner
9538a1179b
Merge pull request #37081 from ryantm/auto-update/poco
...
poco: 1.8.1 -> 1.9.0
2018-03-18 11:57:12 +01:00
Jörg Thalheim
bba3cfc516
Merge pull request #37127 from thefloweringash/update-vboot-refrence
...
vboot_reference: 20171023 -> 20180311
2018-03-18 10:57:07 +00:00
Jörg Thalheim
da3447644c
Merge pull request #37223 from ryantm/auto-update/mkdocs
...
mkdocs: 0.17.2 -> 0.17.3
2018-03-18 10:55:15 +00:00
Gabriel Ebner
d49caee27b
Merge pull request #36997 from ryantm/auto-update/grib-api
...
grib-api: 1.24.0 -> 1.26.0
2018-03-18 11:53:51 +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
Jörg Thalheim
87ddeaa1b0
Merge pull request #37255 from ryantm/auto-update/ace
...
ace: 6.4.6 -> 6.4.7
2018-03-18 10:47:02 +00:00
Gabriel Ebner
83d9283b87
Merge pull request #37277 from ryantm/auto-update/cifs-utils
...
cifs-utils: 6.7 -> 6.8
2018-03-18 11:46:42 +01:00
Robert Schütz
bd3280fbae
pythonPackages.python-ctags3: init at 1.2.4
2018-03-18 11:46:37 +01:00
Gabriel Ebner
9bb679aa63
Merge pull request #37286 from ryantm/auto-update/exempi
...
exempi: 2.4.4 -> 2.4.5
2018-03-18 11:43:09 +01:00
Matthew Bauer
84f3c068df
languagetool: 3.9 -> 4.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0/bin/languagetool-commandline --version` and found version 4.0
- found 4.0 with grep in /nix/store/q7ycrljxhd7pbkgvbhsh8fz4496x798n-LanguageTool-4.0
2018-03-18 10:32:03 +00:00
volth
10be0615c8
xnbd: do not build html docs
2018-03-18 10:30:13 +00:00
Jörg Thalheim
4d7c1cd8c8
Merge pull request #37200 from ryantm/mattermost
...
mattermost: 4.7.2 -> 4.8.0
2018-03-18 10:28:20 +00:00
Jörg Thalheim
c3535901c3
python.pkgs.pushover: tests exists, but require network
2018-03-18 10:05:24 +00:00
Yurii Rashkovskii
c99a2da0bf
mmark: init at 1.3.6
2018-03-18 17:02:20 +07:00
Vladimír Čunát
214016c118
Merge #37264 : archiveopteryx: fix build w/gcc7
2018-03-18 11:01:41 +01:00
Andreas Rammhold
2bbd1d9eb5
Merge pull request #37208 from taku0/firefox-bin-59.0.1
...
firefox, firefox-bin: 59.0 -> 59.0.1, firefox-esr: 52.7.1esr -> 52.7.2esr [Critical security fixes]
2018-03-18 10:47:17 +01:00
Jörg Thalheim
de4d861d6d
Merge pull request #37270 from xeji/p/heapster
...
heapster: fix build
2018-03-18 09:43:11 +00: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
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
...
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.
Furthermore the following changes were made:
- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
`futures` dependency can't be satisfied anymore as it's part of
Python3. Therefore a patch for `setup.py` will be applied for Python3
buildsto drop the dependency
Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.
Therefore I tested the module using the following expression:
``` nix
with import ./. {};
stdenv.mkDerivation {
name = "thumbor-test";
src = null;
buildInputs = [ python pythonPackages.thumbor ];
}
```
Inside this nix shell `thumbor` works fine and the native modules can be
imported.
See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vladimír Čunát
bbe8c1e593
tremor: rename according to our docs
...
https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
2018-03-18 10:31:15 +01:00
Vasyl Solovei
66d2ec52e7
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 11:28:48 +02:00
Vladimír Čunát
65cf335715
Merge #37267 : libvorbis, tremor: CVE-2018-5146 updates + SDL build impurity.
2018-03-18 10:23:17 +01: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
Vladimír Čunát
488ef9a7a0
SDL: avoid cryptic error from /bin/sh impurity
2018-03-18 10:17:57 +01:00