-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 8d56f2472e47
head repository: NixOS/nixpkgs
compare: c68f58d95c0e
Commits on Jun 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47be73c - Browse repository at this point
Copy the full SHA 47be73cView commit details
Commits on Jun 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f2f44c - Browse repository at this point
Copy the full SHA 0f2f44cView commit details
Commits on Jul 15, 2019
-
chromium: Fix running with --use-gl=egl.
When Chromium is using EGL, it dlopen's libGLESv2. Before this fix, this failed with a not-found error. Fix it by adding libGL to the RUNPATH of the binary. This problem does not have a visible impact on typical desktop system because Chromium uses GLX by default. It only matters when Chromium is started with --use-gl=egl (which makes it use OpenGL ES via EGL instead of desktop OpenGL via GLX), and probably on certain embedded systems which only support OpenGL ES. With this fix, Chromium runs fine for me with --use-gl=egl and the NVidia driver, and the about:gpu page indicates that it is indeed using OpenGL ES and EGL.
Configuration menu - View commit details
-
Copy full SHA for 6a0a073 - Browse repository at this point
Copy the full SHA 6a0a073View commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69423bd - Browse repository at this point
Copy the full SHA 69423bdView commit details -
hunspellDicts: add aliases for each dictionary
This adds LANG aliases for each dictionary. This makes things a little easier and expected. For instance, you get an error message from hunspell like: Can't open affix or dictionary files for dictionary named "en_US". and you can resolve it by running nix-env -iA nixpkgs.hunspellDicts.en_US
Configuration menu - View commit details
-
Copy full SHA for ed06097 - Browse repository at this point
Copy the full SHA ed06097View commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2b29c08 - Browse repository at this point
Copy the full SHA 2b29c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for b617a8a - Browse repository at this point
Copy the full SHA b617a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd0a8d - Browse repository at this point
Copy the full SHA cdd0a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a18fcd9 - Browse repository at this point
Copy the full SHA a18fcd9View commit details
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 242e3b3 - Browse repository at this point
Copy the full SHA 242e3b3View commit details -
llvmPackages_8.clang: bare-metal driver linker fix
Clang passes an incorrect -l linker flag for compiler-rt. See https://reviews.llvm.org/D51899
Configuration menu - View commit details
-
Copy full SHA for a5e2b76 - Browse repository at this point
Copy the full SHA a5e2b76View commit details -
llvmPackages_8.compiler-rt: bare-metal support
Bare-metal targets require a few additional options to be set.
Configuration menu - View commit details
-
Copy full SHA for 24070da - Browse repository at this point
Copy the full SHA 24070daView commit details -
stdenv: correct cross CMAKE_SYSTEM_NAME
As described in cmake cross instructions, CMAKE_SYSTEM_NAME should be set to "Generic" if there is no applicable OS: https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling#setting-up-the-system-and-toolchain
Configuration menu - View commit details
-
Copy full SHA for 8cedc7f - Browse repository at this point
Copy the full SHA 8cedc7fView commit details
Commits on Aug 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7f5a19 - Browse repository at this point
Copy the full SHA e7f5a19View commit details
Commits on Aug 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dac4719 - Browse repository at this point
Copy the full SHA dac4719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d9700 - Browse repository at this point
Copy the full SHA 69d9700View commit details
Commits on Aug 5, 2019
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mosquitto/versions
Configuration menu - View commit details
-
Copy full SHA for 810921f - Browse repository at this point
Copy the full SHA 810921fView commit details -
Jonathan Ringer committed
Aug 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 57dd2e8 - Browse repository at this point
Copy the full SHA 57dd2e8View commit details
Commits on Aug 7, 2019
-
chicken: fixes for chicken 5.1.0
- fix incorrect binaryVersion - upgrade chicken-5 eggs - fix repository path
Configuration menu - View commit details
-
Copy full SHA for f59f9f3 - Browse repository at this point
Copy the full SHA f59f9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261691c - Browse repository at this point
Copy the full SHA 261691cView commit details -
nixos/hardware.deviceTree: new module
Add support for custom device-tree files, and applying overlays to them. This is useful for supporting non-discoverable hardware, such as sensors attached to GPIO pins on a Raspberry Pi.
Configuration menu - View commit details
-
Copy full SHA for dd0a951 - Browse repository at this point
Copy the full SHA dd0a951View commit details -
nixos/hardware.deviceTree: Move things around
In response to comments, create a sub-folder for deviceTree packages (starting with rpi), and a top-level package for helpers.
Configuration menu - View commit details
-
Copy full SHA for 28cf80a - Browse repository at this point
Copy the full SHA 28cf80aView commit details -
device-tree_rpi: fixup dtb names
This is just as messy as it is for the kernel files. Maybe it should be done in the uboot boot-loader?
Configuration menu - View commit details
-
Copy full SHA for 766e095 - Browse repository at this point
Copy the full SHA 766e095View commit details
Commits on Aug 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2473d90 - Browse repository at this point
Copy the full SHA 2473d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8e68b - Browse repository at this point
Copy the full SHA 0a8e68bView commit details
Commits on Aug 12, 2019
-
Co-Authored-By: Alexey Shmalko <rasen.dubi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 62f7711 - Browse repository at this point
Copy the full SHA 62f7711View commit details -
There's many reason why it is and is going to continue to be difficult to do this: 1. All display-managers (excluding slim) default PAM rules disallow root auto login. 2. We can't use wayland 3. We have to use system-wide pulseaudio 4. It could break applications in the session. This happened to dolphin in plasma5 in the past. This is a growing technical debt, let's just use passwordless sudo.
Configuration menu - View commit details
-
Copy full SHA for 397c7d2 - Browse repository at this point
Copy the full SHA 397c7d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b30064 - Browse repository at this point
Copy the full SHA 7b30064View commit details -
gparted: add adwaita-icon-theme
This adds the icon theme to XDG_DATA_DIRS. It doesn't appear Plasma5 is properly configured for gtk apps so this works around there being no icon theme installed for it.
Configuration menu - View commit details
-
Copy full SHA for 15f5535 - Browse repository at this point
Copy the full SHA 15f5535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6a16f - Browse repository at this point
Copy the full SHA 2e6a16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adaae2 - Browse repository at this point
Copy the full SHA 8adaae2View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8b2d5f9 - Browse repository at this point
Copy the full SHA 8b2d5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5859c5b - Browse repository at this point
Copy the full SHA 5859c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb197f - Browse repository at this point
Copy the full SHA 4bb197fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f889214 - Browse repository at this point
Copy the full SHA f889214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9130e5f - Browse repository at this point
Copy the full SHA 9130e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73473f - Browse repository at this point
Copy the full SHA e73473fView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb547a - Browse repository at this point
Copy the full SHA beb547aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15eb9f9 - Browse repository at this point
Copy the full SHA 15eb9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd878d0 - Browse repository at this point
Copy the full SHA cd878d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa81a4 - Browse repository at this point
Copy the full SHA eaa81a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2161c - Browse repository at this point
Copy the full SHA ee2161cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adaa3c - Browse repository at this point
Copy the full SHA 4adaa3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45ecd0 - Browse repository at this point
Copy the full SHA b45ecd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f006c88 - Browse repository at this point
Copy the full SHA f006c88View commit details -
builds-sr-ht: init at 0.45.13 dispatch-sr-ht: init at 0.11.0 git-sr-ht: init at 0.32.3 hg-sr-ht: init at 0.13.0 lists-sr-ht: init at 0.36.3 man-sr-ht: init at 0.12.4 meta-sr-ht: init at 0.34.3 paste-sr-ht: init at 0.5.1 todo-sr-ht: init at 0.46.8
Configuration menu - View commit details
-
Copy full SHA for a2ca6ef - Browse repository at this point
Copy the full SHA a2ca6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6adc8 - Browse repository at this point
Copy the full SHA ac6adc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a72fe8 - Browse repository at this point
Copy the full SHA 1a72fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec55db - Browse repository at this point
Copy the full SHA aec55dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83381be - Browse repository at this point
Copy the full SHA 83381beView commit details
There are no files selected for viewing