-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: eeaf3a131fbe
head repository: NixOS/nixpkgs
compare: 71f67f178df9
Commits on Apr 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c3c6951 - Browse repository at this point
Copy the full SHA c3c6951View commit details
Commits on Jun 25, 2018
-
Use a NixOS module for generating the gdk-pixbuf loaders cache.
Fixes issue #33231 and makes it possible to enable Plasma and KDE at the same time. Previously, this worked like this: - The gdk-pixbuf package comes with a cache file covering the modules bundled with gdk-pixbuf. - The librsvg package comes with a cache covering modules from gdk-pixbuf as well as librsvg. - plasma5 and xfce modules set the environment variable GDK_PIXBUF_MODULE_FILE to the one from librsvg, so that SVG was supported in addition to the formats supported by gdk-pixbuf. However if both were enabled a configuration conflict would result (despite setting to the same value). While this sort of worked (ignoring the conflict which perhaps could be hacked around), it is unscalable and a hack, as there would be a real problem when one wanted to add a third package that supports additional image formats. A new NixOS module (gdk-pixbuf) is added with a configuration option (modulePackages) that other modules use to request specific packages to be included in the loaders cache. When any package is present in the list, the module generates a system-wide loaders cache which includes the requested packages (and always gdk-pixbuf itself), and sets the environment variable GDK_PIXBUF_MODULE_FILE to point to the generated cache file. The plasma5 and xfce modules are updated to add librsvg to modulePackages instead of setting GDK_PIXBUF_MODULE_FILE. Note that many packages create wrappers that set GDK_PIXBUF_MODULE_FILE, some directly to the one from librsvg. Therefore this change does not change the existing hack in the librsvg package which ensures that file is generated. This change aims only to solve the conflict in the global environent variable configuration.
Configuration menu - View commit details
-
Copy full SHA for d9fa88d - Browse repository at this point
Copy the full SHA d9fa88dView commit details
Commits on Sep 4, 2018
-
nix-daemon service: Ensure
ssh
is on PATH. Fixes #46038.This fixes a regression introduced in commit 700e21d nix needs ssh on path for the SSH substituter functionality, not only the distributed builds functionality. Signed-off-by: Niklas Hambüchen <mail@nh2.me>
Configuration menu - View commit details
-
Copy full SHA for 31919bc - Browse repository at this point
Copy the full SHA 31919bcView commit details
Commits on Sep 7, 2018
-
linuxPackages.evdi: 1.5.0 -> 1.5.0.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/evdi/versions
R. RyanTM committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ef043c7 - Browse repository at this point
Copy the full SHA ef043c7View commit details
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aaa3e3f - Browse repository at this point
Copy the full SHA aaa3e3fView commit details
Commits on Sep 23, 2018
-
nixos/network-interfaces-scripted: fix container networking bug
When a bridge interface was reconfigured, running containers using this bridge lost connectivity: restarting network-addresses-brN.service triggered a restart of network-setup.service via a "partOf" relationship introduced in 07e0c0e. This in turn restarted brN-netdev.service. The bridge was thus destroyed and recreated with the same name but a new interface id, causing attached veth interfaces to lose their connection. This change removes the "partOf" relationship between network-setup.service and network-addresses-brN.service for all bridges.
Configuration menu - View commit details
-
Copy full SHA for 2742063 - Browse repository at this point
Copy the full SHA 2742063View commit details
Commits on Sep 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a275ac - Browse repository at this point
Copy the full SHA 3a275acView commit details
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2125e07 - Browse repository at this point
Copy the full SHA 2125e07View commit details -
coreutils: remove optionalString in postPatch
no reason to make this part conditional
Configuration menu - View commit details
-
Copy full SHA for ff05683 - Browse repository at this point
Copy the full SHA ff05683View commit details -
patch: use checkInputs instead of conditional
This is more clear, to separate test dependencies.
Configuration menu - View commit details
-
Copy full SHA for b068e22 - Browse repository at this point
Copy the full SHA b068e22View commit details -
harfbuzz: 1.8.8 -> 1.9.0 (#47049)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/harfbuzz/versions
Configuration menu - View commit details
-
Copy full SHA for b85cb53 - Browse repository at this point
Copy the full SHA b85cb53View commit details -
unbound: 1.7.3 -> 1.8.0 (#46938)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/unbound/versions
Configuration menu - View commit details
-
Copy full SHA for 2d759f2 - Browse repository at this point
Copy the full SHA 2d759f2View commit details
Commits on Oct 3, 2018
-
Free Potion committed
Oct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for af08956 - Browse repository at this point
Copy the full SHA af08956View commit details -
Old git source repository was dead. Switched to GitHub
Configuration menu - View commit details
-
Copy full SHA for ced5563 - Browse repository at this point
Copy the full SHA ced5563View 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/obs-studio/versions
Configuration menu - View commit details
-
Copy full SHA for ecd4fc5 - Browse repository at this point
Copy the full SHA ecd4fc5View commit details -
From the changelog: - The standard library's `str::repeat` function contained an out of bounds write caused by an integer overflow. This has been fixed by deterministically panicking when an overflow happens.
Configuration menu - View commit details
-
Copy full SHA for aef6830 - Browse repository at this point
Copy the full SHA aef6830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad43a0 - Browse repository at this point
Copy the full SHA 6ad43a0View commit details -
Merge pull request #47649 from andir/staging-rustc-1.29.1
rustc: 1.29.0 -> 1.29.1
Configuration menu - View commit details
-
Copy full SHA for 78adf2c - Browse repository at this point
Copy the full SHA 78adf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd86a3 - Browse repository at this point
Copy the full SHA 0dd86a3View 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/help2man/versions
Configuration menu - View commit details
-
Copy full SHA for bc39898 - Browse repository at this point
Copy the full SHA bc39898View commit details -
remove support for pre-5.26 Perl
volth committedOct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 5f91657 - Browse repository at this point
Copy the full SHA 5f91657View commit details -
Merge pull request #47801 from volth/perl-5.26
remove support for pre-5.26 Perl
Configuration menu - View commit details
-
Copy full SHA for f89098a - Browse repository at this point
Copy the full SHA f89098aView commit details -
remove support for pre-5.26 Perl
volth authoredOct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 8a7cf66 - Browse repository at this point
Copy the full SHA 8a7cf66View commit details -
Merge pull request #47810 from volth/patch-251
remove support for pre-5.26 Perl (2)
Configuration menu - View commit details
-
Copy full SHA for a0290d9 - Browse repository at this point
Copy the full SHA a0290d9View 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/audacity/versions
Configuration menu - View commit details
-
Copy full SHA for c9c9f18 - Browse repository at this point
Copy the full SHA c9c9f18View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3b32eff - Browse repository at this point
Copy the full SHA 3b32effView commit details -
Merge pull request #47790 from r-ryantm/auto-update/help2man
help2man: 1.47.6 -> 1.47.7
Configuration menu - View commit details
-
Copy full SHA for 94be7e6 - Browse repository at this point
Copy the full SHA 94be7e6View commit details
Commits on Oct 5, 2018
-
nixos: correct improper uses of mkEnableOption, clarify service descr…
…iptions Several service definitions used `mkEnableOption` with text starting with "Whether to", which produced funny option descriptions like "Whether to enable Whether to run the rspamd daemon..". This commit corrects this, and adds short descriptions of services to affected service definitions.
1Configuration menu - View commit details
-
Copy full SHA for 858b263 - Browse repository at this point
Copy the full SHA 858b263View commit details -
musl support was added upstream in v2.0.12 in numactl/numactl@31dc295
Configuration menu - View commit details
-
Copy full SHA for 3fea631 - Browse repository at this point
Copy the full SHA 3fea631View commit details -
Slurm looks for lz4 by default, and if it finds it can improve its compression techniques
Configuration menu - View commit details
-
Copy full SHA for 2ed17db - Browse repository at this point
Copy the full SHA 2ed17dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc9e7d - Browse repository at this point
Copy the full SHA 6dc9e7dView commit details
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9289920 - Browse repository at this point
Copy the full SHA 9289920View commit details -
Merge pull request #47931 from dtzWill/update/mesa-18.2.2
mesa: 18.2.1 -> 18.2.2
Configuration menu - View commit details
-
Copy full SHA for c606de1 - Browse repository at this point
Copy the full SHA c606de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e947f - Browse repository at this point
Copy the full SHA 50e947fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bcbb97 - Browse repository at this point
Copy the full SHA 0bcbb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e5a51 - Browse repository at this point
Copy the full SHA f0e5a51View commit details -
gnupg20: set version variable to fix gnupg1compat
Presently, gnupg1compat only works with gnupg22. Without this change, the error ``` error: attribute 'version' missing, at .../nixpkgs/pkgs/tools/security/gnupg/1compat.nix:4:26 ``` is emitted when evaluating ``` pkgs.gnupg1compat.override { gnupg = pkgs.gnupg20; }' ```
Configuration menu - View commit details
-
Copy full SHA for f7cd362 - Browse repository at this point
Copy the full SHA f7cd362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e23714 - Browse repository at this point
Copy the full SHA 1e23714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1fa9a - Browse repository at this point
Copy the full SHA 2a1fa9aView commit details
Commits on Oct 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a9a88b0 - Browse repository at this point
Copy the full SHA a9a88b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 226f31b - Browse repository at this point
Copy the full SHA 226f31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250485c - Browse repository at this point
Copy the full SHA 250485cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6860f4 - Browse repository at this point
Copy the full SHA d6860f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd0f59 - Browse repository at this point
Copy the full SHA 4fd0f59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395b5f6 - Browse repository at this point
Copy the full SHA 395b5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 123cb97 - Browse repository at this point
Copy the full SHA 123cb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1949a3 - Browse repository at this point
Copy the full SHA c1949a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9affe6c - Browse repository at this point
Copy the full SHA 9affe6cView commit details -
buildRustPackage: fix regex for separating lib and bin
E.g. exa was wrongly put into /lib, as it matches .*.a but not .*\.a
Configuration menu - View commit details
-
Copy full SHA for 64d0676 - Browse repository at this point
Copy the full SHA 64d0676View commit details
Commits on Oct 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fb0b3ac - Browse repository at this point
Copy the full SHA fb0b3acView commit details
There are no files selected for viewing
This file was deleted.