-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: b22f274ddc0a
head repository: NixOS/nixpkgs
compare: 474c78a3e543
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
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 -
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/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
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 -
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
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 -
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 -
Configuration menu - View commit details
-
Copy full SHA for 9a904b3 - Browse repository at this point
Copy the full SHA 9a904b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2866f5 - Browse repository at this point
Copy the full SHA d2866f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ce22c - Browse repository at this point
Copy the full SHA d2ce22cView commit details -
Kristoffer Thømt Ravneberg committed
Oct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 908a75a - Browse repository at this point
Copy the full SHA 908a75aView commit details -
gitlab-workhorse: 6.1.0 -> 6.1.1, make build deterministic
Kristoffer Thømt Ravneberg committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 998d4e4 - Browse repository at this point
Copy the full SHA 998d4e4View commit details -
Kristoffer Thømt Ravneberg committed
Oct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d837338 - Browse repository at this point
Copy the full SHA d837338View commit details -
gitlab-ee: Add ee rubyEnv, fixes regression introduced by 11.3.0 in #…
Kristoffer Thømt Ravneberg committedOct 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 0083ca1 - Browse repository at this point
Copy the full SHA 0083ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24320f4 - Browse repository at this point
Copy the full SHA 24320f4View commit details -
nixos/prometheus-exporters: fix unapplied service config
Prior to this commit, the default values for `Restart`, `PrivateTmp` and `WorkingDirectory` were falsely ignored. I also added myself as maintainer.
Configuration menu - View commit details
-
Copy full SHA for fbb7e0c - Browse repository at this point
Copy the full SHA fbb7e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0febc64 - Browse repository at this point
Copy the full SHA 0febc64View commit details -
nixos/doc: Actually fix partitioning instructions.
The previous tentative to the fix got the order mixed up a bit. This new fix has been re-verified to get them in the good order as per the instructions in the following chapters.
Configuration menu - View commit details
-
Copy full SHA for 467bec3 - Browse repository at this point
Copy the full SHA 467bec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df63fd1 - Browse repository at this point
Copy the full SHA df63fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1f8b2 - Browse repository at this point
Copy the full SHA cf1f8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d683f3 - Browse repository at this point
Copy the full SHA 3d683f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62cf284 - Browse repository at this point
Copy the full SHA 62cf284View commit details -
This requires removing also the Coq 8.3 and Matita 0.5.8 packages. Coq 8.3 was released 8 years ago (2010) and there is no trace left of users of this version (contrary to Coq 8.4, released 2012). It is well over time to remove it. Matita 0.5.8 was released in 2010 and because this version was still used for teaching according to the official website, a legacy release (0.5.9) was released in 5 years later to compile with more recent OCaml libraries. Updating to 0.5.9 (or a more recent version like 0.99.3) should allow getting rid of the dependency on older OCaml but it is hard to test given that the package is already broken before this update.
Configuration menu - View commit details
-
Copy full SHA for 34394a3 - Browse repository at this point
Copy the full SHA 34394a3View commit details
There are no files selected for viewing
This file was deleted.