Samuel Dionne-Riel
5e1dfd3025
avy: Disable build on aarch64-linux
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
7aabdea1ca
aspino: Disable build on aarch64-linux
...
This is due to glucose not building.
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
516f436614
glucose: Disable build on aarch64-linux
2018-12-10 14:55:20 -05:00
Samuel Dionne-Riel
fa4a6171da
artyFX: Disables build on aarch64-linux
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
8a115d5de5
gsl_1: Disables build on aarch64-linux
...
* https://hydra.nixos.org/build/84910540
```
Making check in eigen
make[1]: Entering directory '/build/gsl-1.16/eigen'
make test
make[2]: Entering directory '/build/gsl-1.16/eigen'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c test.c
/nix/store/bsb6596kk4fp20hyl9yl55xwv1ax4b6s-bash-4.4-p23/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o test test.o libgsleigen.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../permutation/libgslpermutation.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../utils/libutils.la ../rng/libgslrng.la ../sort/libgslsort.la -lm
libtool: link: gcc -g -O2 -o .libs/test test.o ./.libs/libgsleigen.a ../test/.libs/libgsltest.a ../linalg/.libs/libgsllinalg.a ../permutation/.libs/libgslpermutation.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.so ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../sys/.libs/libgslsys.a ../err/.libs/libgslerr.a ../utils/.libs/libutils.a ../rng/.libs/libgslrng.a ../sort/.libs/libgslsort.a -lm -Wl,-rpath -Wl,/nix/store/rz7sjaxwm3qf6nk9kk90v1qf81y1s62v-gsl-1.16/lib
make[2]: Leaving directory '/build/gsl-1.16/eigen'
make check-TESTS
make[2]: Entering directory '/build/gsl-1.16/eigen'
make[3]: Entering directory '/build/gsl-1.16/eigen'
FAIL: test
make[4]: Entering directory '/build/gsl-1.16/eigen'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/gsl-1.16/eigen'
====================================
gsl 1.16: eigen/test-suite.log
====================================
.. contents:: :depth: 2
FAIL: test
==========
FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761]
FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789]
FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811]
FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836]
FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860]
```
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
01e78db6b1
angelscript_2_22: Disables build on aarch64-linux.
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
45db900c3c
ams-lv2: Disables on aarch64-linux
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
bb27520fa8
aften: Disables build on aarch64-linux
...
It looks like it would be a trivial fix with
`-Wno-shift-negative-value`, but in the end it fails with:
```
[100%] Linking C executable aften
libaften_static.a(a52enc.o): In function `aften_encode_init':
a52enc.c:(.text+0x303c): undefined reference to `apply_simd_restrictions'
collect2: error: ld returned 1 exit status
```
So it looks like it's not simply a warning issue.
2018-12-10 14:55:19 -05:00
Samuel Dionne-Riel
abcb25bd8d
aerospike: Disables build on aarch64
...
The issue with its inclusion in the manual has been side-stepped by
matching on the platforms in supports.
2018-12-10 14:55:19 -05:00
Renaud
e85c1f5868
Merge pull request #51696 from dtzWill/update/elfinfo-0.7.5
...
elfinfo: 0.7.4 -> 0.7.5
2018-12-08 10:30:22 +01:00
Renaud
819aded337
Merge pull request #51691 from dtzWill/update/vnstat-2.1
...
vnstat: 1.18 -> 2.1
2018-12-08 10:14:17 +01:00
Renaud
cbbf17d129
Merge pull request #51695 from dtzWill/update/aminal-0.7.12
...
aminal: 0.7.8 -> 0.7.12
2018-12-08 09:30:06 +01:00
worldofpeace
1f739a8810
Merge pull request #51689 from dtzWill/update/elementary-icon-theme-5.0.1
...
elementary-icon-theme: 5.0 -> 5.0.1
2018-12-07 22:32:58 -05:00
worldofpeace
2ac1807dea
elementary-icon-theme: don't install pallette file
2018-12-07 22:30:17 -05:00
Will Dietz
9a9d26fb77
elfinfo: 0.7.4 -> 0.7.5
...
https://github.com/xyproto/elfinfo/releases/tag/0.7.5
2018-12-07 20:49:13 -06:00
Dmitry Kalinkin
2da30b1384
Merge pull request #49918 from cocreature/agda-env
...
agda: use writeShellScriptbin instead of writeScriptBin
2018-12-07 21:48:34 -05:00
Will Dietz
a02863edac
aminal: 0.7.8 -> 0.7.12
2018-12-07 20:45:00 -06:00
Dmitry Kalinkin
3b6de72836
agda: use exec in agdaWrapper
2018-12-07 21:37:19 -05:00
Will Dietz
4f1b5653cf
vnstat: 1.18 -> 2.1
2018-12-07 20:32:45 -06:00
Will Dietz
b9c9de25b8
elementary-icon-theme: 5.0 -> 5.0.1
2018-12-07 20:28:44 -06:00
Alyssa Ross
0e8e02e686
Merge pull request #51214 from rnhmjoj/wine
...
winePackages.wine: add SDL support
2018-12-07 22:44:13 +00:00
adisbladis
2a7b82ca44
cni-plugins: Remove go from runtime closure
2018-12-07 21:15:12 +00:00
adisbladis
54b6c586a6
cni: Remove go from runtime closure
2018-12-07 21:15:12 +00:00
Alyssa Ross
716a38d015
Merge pull request #51620 from smaret/gildas-update
...
gildas: 20181101_a -> 20181201_a
2018-12-07 17:43:56 +00:00
Alyssa Ross
33c66f0e18
Merge pull request #51625 from vdemeester/update-skaffold
...
skaffold: 0.18.0 -> 0.19.0
2018-12-07 17:42:22 +00:00
Alyssa Ross
21ed8b1e40
Merge pull request #51665 from plapadoo/opus-tools-0.1.10-to-0.2
...
opusTools: 0.1.10 -> 0.2
2018-12-07 17:34:37 +00:00
Alyssa Ross
1efca5e558
Merge pull request #51667 from pacien/patch-2
...
todoman: 3.4.1 -> 3.5.0
2018-12-07 17:20:25 +00:00
Philipp Middendorf
a17d94a295
opusTools: 0.1.10 -> 0.2
2018-12-07 18:19:11 +01:00
Alyssa Ross
c7798cffb6
Merge pull request #51666 from holidaycheck/update-grobi
...
grobi: 0.3.0 -> 0.5.1
2018-12-07 17:16:35 +00:00
zimbatm
4a8d0927e1
bundix: 2.4.0 -> 2.4.1 ( #51660 )
...
fixes #51656
2018-12-07 17:49:33 +01:00
Notkea
8273e650fa
todoman: 3.4.1 -> 3.5.0
...
updating to latest version and remove already included patch
2018-12-07 16:05:58 +01:00
Frederik Rietdijk
74d0b82f29
buildPython*: add updateScript to passthru
...
All Python packages now have an updateScript. The script calls
`update-python-libraries` and passes it the position of the derivation
expression obtained using `meta.position`. This works fine in case a Nix
expression represents only a single derivation. If there are more in it,
`update-python-libraries` will fail.
2018-12-07 15:48:54 +01:00
Joachim F
82579f80a5
Merge pull request #51655 from joachifm/uwsgi-withSystemd
...
uwsgi: fix build when withSystemd = false
2018-12-07 14:46:36 +00:00
Tobias Pflug
691f6cceea
grobi: 0.3.0 -> 0.5.1
2018-12-07 15:45:57 +01:00
Robert Schütz
cb2a447c51
seafile-client: 6.2.7 -> 6.2.8
2018-12-07 14:16:49 +01:00
Robert Schütz
3df463d351
seafile-shared: 6.2.7 -> 6.2.8
2018-12-07 14:16:26 +01:00
Alexey Shmalko
12bacf1fca
Merge pull request #51654 from plapadoo/libopusenc-init-0.2.1
...
libopusenc: init at 0.2.1
2018-12-07 15:07:19 +02:00
Alexey Shmalko
dc87b4855f
Merge pull request #51653 from Tomahna/bloop
...
bloop: 1.1.0 -> 1.1.1
2018-12-07 14:59:03 +02:00
Joachim Fasting
e7548891e3
uwsgi: fix build when withSystemd = false
...
Passing -lsystemd unconditionally breaks the build when withSystemd = false.
2018-12-07 13:25:06 +01:00
Philipp Middendorf
bf050b13b0
libopusenc: init at 0.2.1
2018-12-07 13:19:04 +01:00
Sarah Brofeldt
e1b7493cfe
Merge pull request #51648 from vbgl/ocaml-camlimages-5.0.1
...
ocamlPackages.camlimages: 5.0.0 -> 5.0.1
2018-12-07 12:21:08 +01:00
Jörg Thalheim
fc7eef5358
Merge pull request #51592 from NixOS/yegortimoshenko-patch-1
...
yed: 3.18.1.1 -> 3.18.2
2018-12-07 11:08:36 +00:00
Sarah Brofeldt
4065217c9a
Merge pull request #51623 from taku0/flashplayer-32.0.0.101
...
flashplayer: 31.0.0.153 -> 32.0.0.101 [Critical security fix]
2018-12-07 11:57:22 +01:00
Jörg Thalheim
dca1fe7956
Merge pull request #51585 from veprbl/pr/tradcpp_aarch64_support
...
tradcpp: improved aarch64 support
2018-12-07 10:52:49 +00:00
Kevin Rauscher
0fc90852d9
bloop: 1.1.0 -> 1.1.1
2018-12-07 11:41:42 +01:00
Sarah Brofeldt
0ba6752675
Merge pull request #51640 from das-g/tectonic-0.1.11
...
tectonic: 0.1.9 -> 0.1.11
2018-12-07 11:27:13 +01:00
Jörg Thalheim
fc8c73de1c
Merge pull request #51618 from Mic92/crashplan
...
crashplan: mark as broken
2018-12-07 10:14:37 +00:00
Florian Klink
1915bbfae3
Merge pull request #51565 from alyssais/jenkins
...
jenkins: 2.138.3 -> 2.150.1 (security!)
2018-12-07 10:41:48 +01:00
Joachim F
f0dbbdf970
Merge pull request #51581 from joachifm/rWrapper-local-runCommand
...
Implement R wrappers as local-only runCommand
2018-12-07 09:17:44 +00:00
Florian Klink
b89978cafa
Merge pull request #51634 from jokogr/u/pylint-2.2.2
...
pylint: 2.1.1 -> 2.2.2
2018-12-07 10:07:12 +01:00