summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-07-06 06:01:27 +0000
committerGitHub <noreply@github.com>2022-07-06 06:01:27 +0000
commitf475dc6eb4826c1629547965beadc88bc6b6e6b4 (patch)
tree175fbb358770df6aedba3fc988704d637ffc5aef /pkgs/top-level
parentc505b8a0b8dd185899ecff40a0af34694ce3deaa (diff)
parente120ef6a5a7d835e19082d037f6a079e836ce8ca (diff)
downloadnixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar.gz
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar.bz2
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar.lz
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar.xz
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.tar.zst
nixpkgs-f475dc6eb4826c1629547965beadc88bc6b6e6b4.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3f9f6c9379e..60627f08fdf 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -71,10 +71,10 @@ with pkgs;
       #
       # TODO It would be much better to pass the `stdenvNoCC` and *unwrapped*
       # cc, bintools, compiler-rt equivalent, etc. and create all final stdenvs
-      # as part of the stage. Then we would never be tempted to override a
-      # later thing to to create an earlier thing (leading to infinite
-      # recursion) and we also would still respect the stage arguments choices
-      # for these things.
+      # as part of the stage. Then we would never be tempted to override a later
+      # thing to to create an earlier thing (leading to infinite recursion) and
+      # we also would still respect the stage arguments choices for these
+      # things.
       overrideCC stdenv buildPackages.llvmPackages.clangNoCompilerRt
     else mkStdenvNoLibs stdenv;
 
@@ -88,7 +88,8 @@ with pkgs;
   ### Helper functions.
   inherit lib config overlays;
 
-  # do not import 'appendToName' to get consistent package-names with the same set of package-parameters: https://github.com/NixOS/nixpkgs/issues/68519
+  # do not import 'appendToName' to get consistent package-names with the same
+  # set of package-parameters: https://github.com/NixOS/nixpkgs/issues/68519
   inherit (lib) lowPrio hiPrio makeOverridable;
 
   inherit (lib) recurseIntoAttrs;
@@ -295,7 +296,8 @@ with pkgs;
 
   elfcat = callPackage ../tools/misc/elfcat { };
 
-  # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
+  # Zip file format only allows times after year 1980, which makes e.g. Python
+  # wheel building fail with:
   # ValueError: ZIP does not support timestamps before 1980
   ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };
 
@@ -35436,6 +35438,8 @@ with pkgs;
 
   xosd = callPackage ../misc/xosd { };
 
+  xosview = callPackage ../tools/X11/xosview { };
+
   xosview2 = callPackage ../tools/X11/xosview2 { };
 
   xow_dongle-firmware = callPackage ../os-specific/linux/firmware/xow_dongle-firmware { };