-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: d5d15828b51a
head repository: NixOS/nixpkgs
compare: ef935fa1016b
Commits on Dec 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4ec1e15 - Browse repository at this point
Copy the full SHA 4ec1e15View commit details
Commits on Dec 2, 2018
-
openra: adding individual executables for each mod
OpenRA desktop configuration files presently fail to launch the various mods, as the executable files (`openra-ra` for Red Alert, `openra-cnc` for Tiberian Dawn and `openra-d2k` for Dune 2K) they rely on are not present in this package.
Configuration menu - View commit details
-
Copy full SHA for 409d2af - Browse repository at this point
Copy the full SHA 409d2afView commit details
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be034ca - Browse repository at this point
Copy the full SHA be034caView commit details
Commits on Dec 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for da24df9 - Browse repository at this point
Copy the full SHA da24df9View commit details -
aerospike: Disables build on aarch64
The issue with its inclusion in the manual has been side-stepped by matching on the platforms in supports.
Configuration menu - View commit details
-
Copy full SHA for abcb25b - Browse repository at this point
Copy the full SHA abcb25bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bb27520 - Browse repository at this point
Copy the full SHA bb27520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45db900 - Browse repository at this point
Copy the full SHA 45db900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e78db - Browse repository at this point
Copy the full SHA 01e78dbView commit details -
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] ```
Configuration menu - View commit details
-
Copy full SHA for 8a115d5 - Browse repository at this point
Copy the full SHA 8a115d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4a617 - Browse repository at this point
Copy the full SHA fa4a617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516f436 - Browse repository at this point
Copy the full SHA 516f436View commit details -
aspino: Disable build on aarch64-linux
This is due to glucose not building.
Configuration menu - View commit details
-
Copy full SHA for 7aabdea - Browse repository at this point
Copy the full SHA 7aabdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1dfd3 - Browse repository at this point
Copy the full SHA 5e1dfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448302d - Browse repository at this point
Copy the full SHA 448302dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fabbd - Browse repository at this point
Copy the full SHA 12fabbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d6719 - Browse repository at this point
Copy the full SHA 38d6719View commit details -
boost: Fixes disabling for aarch64-linux for <1.59
Between 2b45037 and the current revision, the semantics behind "platforms" changed, and removing the "aarch64-linux" string doesn't work anymore to filter it out. Instead, blacklist the platform using the (comparatively) new badPlatforms.
Configuration menu - View commit details
-
Copy full SHA for 3487ff9 - Browse repository at this point
Copy the full SHA 3487ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5018931 - Browse repository at this point
Copy the full SHA 5018931View commit details -
bud: Disable build on aarch64-linux
Furthermore, this package needs to either be dropped or updated. The version packaged is old, and the project has been abandoned by upstream.
Configuration menu - View commit details
-
Copy full SHA for e86b1b9 - Browse repository at this point
Copy the full SHA e86b1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea20a68 - Browse repository at this point
Copy the full SHA ea20a68View commit details -
chez: Disable on aarch64-linux
There is no "arm64" machine, and using "arm32le" does not work.
Configuration menu - View commit details
-
Copy full SHA for 71fe654 - Browse repository at this point
Copy the full SHA 71fe654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1670768 - Browse repository at this point
Copy the full SHA 1670768View commit details
Commits on Dec 12, 2018
-
luigi: enable local modules discovery
Currently, local module discovery is broken with luigi installed from this derivation. In the documentation, you can see the following command line syntax used: ``` luigi --module module_name ... ``` However, currently this will result in an error: ``` ModuleNotFoundError: No module named 'module_name' ``` However, if the call is prepended with this: ``` PYTHONPATH=.:$PYTHONPATH ``` then it will work as expected. This patch makes this the default behaviour.
Configuration menu - View commit details
-
Copy full SHA for a84a457 - Browse repository at this point
Copy the full SHA a84a457View commit details -
python.pkgs.ruamel_yaml: do not depend on typing
The dependency was removed in version 0.14.9.
Robert Schütz committedDec 12, 2018 Configuration menu - View commit details
-
Copy full SHA for cee5f2b - Browse repository at this point
Copy the full SHA cee5f2bView commit details -
Revert "home-assistant: pin to python 3.6"
This reverts commit 2fb90e5. Home Assistant now builds fine with Python 3.7.
Robert Schütz committedDec 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 00a9057 - Browse repository at this point
Copy the full SHA 00a9057View commit details
Commits on Dec 14, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/snes9x-gtk/versions
Configuration menu - View commit details
-
Copy full SHA for c6cb933 - Browse repository at this point
Copy the full SHA c6cb933View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redis/versions
Configuration menu - View commit details
-
Copy full SHA for 87dae4f - Browse repository at this point
Copy the full SHA 87dae4fView commit details -
solc: disable LLL installation
It has been [disabled by default](https://github.com/ethereum/solidity/releases/tag/v0.5.1) in 0.5.1.
Configuration menu - View commit details
-
Copy full SHA for f25fb4b - Browse repository at this point
Copy the full SHA f25fb4bView commit details -
python37Packages.dropbox: 9.1.0 -> 9.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-dropbox/versions
Configuration menu - View commit details
-
Copy full SHA for 1ba7f11 - Browse repository at this point
Copy the full SHA 1ba7f11View commit details -
python37Packages.django_2_1: 2.1.3 -> 2.1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-django/versions
Configuration menu - View commit details
-
Copy full SHA for 375f2c2 - Browse repository at this point
Copy the full SHA 375f2c2View commit details -
python37Packages.folium: 0.6.0 -> 0.7.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-folium/versions
Configuration menu - View commit details
-
Copy full SHA for 35df6f5 - Browse repository at this point
Copy the full SHA 35df6f5View commit details
Commits on Dec 15, 2018
-
picard-tools: 2.18.17 -> 2.18.20
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/picard-tools/versions
Configuration menu - View commit details
-
Copy full SHA for b261fb0 - Browse repository at this point
Copy the full SHA b261fb0View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playonlinux/versions
Configuration menu - View commit details
-
Copy full SHA for 94a3fe4 - Browse repository at this point
Copy the full SHA 94a3fe4View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/playerctl/versions
Configuration menu - View commit details
-
Copy full SHA for 00f5700 - Browse repository at this point
Copy the full SHA 00f5700View commit details -
ocamlPackages.curses: 1.0.3 -> 1.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml-curses/versions
Configuration menu - View commit details
-
Copy full SHA for 2d5545d - Browse repository at this point
Copy the full SHA 2d5545dView commit details -
ocamlPackages.cmdliner: 1.0.2 -> 1.0.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml-cmdliner/versions
Configuration menu - View commit details
-
Copy full SHA for 20f691d - Browse repository at this point
Copy the full SHA 20f691dView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/manuskript/versions
Configuration menu - View commit details
-
Copy full SHA for 53aec10 - Browse repository at this point
Copy the full SHA 53aec10View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70c4c1 - Browse repository at this point
Copy the full SHA a70c4c1View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librime/versions
Configuration menu - View commit details
-
Copy full SHA for 66df0d9 - Browse repository at this point
Copy the full SHA 66df0d9View commit details -
librealsense: 2.16.4 -> 2.17.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librealsense/versions
Configuration menu - View commit details
-
Copy full SHA for 79a5a76 - Browse repository at this point
Copy the full SHA 79a5a76View commit details
Commits on Dec 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97200e9 - Browse repository at this point
Copy the full SHA 97200e9View commit details -
vagrant: Add vagrant-libvirt to the gemset
With this, you can "install" the plugin just by adding the following to ~/vagrant.d/plugins.json: { "version":"1", "installed": { "vagrant-libvirt": { "ruby_version":"2.5.3", "vagrant_version":"2.2.0", "gem_version":"", "require":"", "sources":[] } } }
Configuration menu - View commit details
-
Copy full SHA for 1183ee6 - Browse repository at this point
Copy the full SHA 1183ee6View commit details
Commits on Dec 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 08488bc - Browse repository at this point
Copy the full SHA 08488bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245ba97 - Browse repository at this point
Copy the full SHA 245ba97View commit details -
vagrant: Remove unnecessary buildInputs
libvirt and pkgconfig are now buildInputs to ruby-libvirt instead.
Configuration menu - View commit details
-
Copy full SHA for c660f3d - Browse repository at this point
Copy the full SHA c660f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8699a9 - Browse repository at this point
Copy the full SHA d8699a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e98e48 - Browse repository at this point
Copy the full SHA 8e98e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b8ab6 - Browse repository at this point
Copy the full SHA 70b8ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e1764 - Browse repository at this point
Copy the full SHA 72e1764View commit details
Commits on Dec 18, 2018
-
Remove unnecessary packages from derivation and use patches to fix build.bash instead of sed commands.
Configuration menu - View commit details
-
Copy full SHA for 3f1e222 - Browse repository at this point
Copy the full SHA 3f1e222View commit details
There are no files selected for viewing