summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-07-01 13:35:55 +0200
committerAtemu <atemu.main@gmail.com>2023-07-01 13:42:17 +0200
commitf0c58f6e96d821fcb32b507cb453df4fef8f59cc (patch)
tree77dc6eacd3146884873982789b1a5c97f27e7627 /pkgs/applications/networking
parent62b2adc753eaec8c3b3b10593055e96450c82b36 (diff)
downloadnixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.gz
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.bz2
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.lz
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.xz
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.tar.zst
nixpkgs-f0c58f6e96d821fcb32b507cb453df4fef8f59cc.zip
tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/Sylk/default.nix2
-rw-r--r--pkgs/applications/networking/browsers/polypane/default.nix2
-rw-r--r--pkgs/applications/networking/cluster/octant/desktop.nix2
-rw-r--r--pkgs/applications/networking/station/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/Sylk/default.nix b/pkgs/applications/networking/Sylk/default.nix
index 18e36cb7028..cc9e218bad3 100644
--- a/pkgs/applications/networking/Sylk/default.nix
+++ b/pkgs/applications/networking/Sylk/default.nix
@@ -17,7 +17,7 @@ appimageTools.wrapType2 rec {
     export LC_ALL=C.UTF-8
   '';
 
-  multiPkgs = null; # no 32bit needed
+  multiArch = false; # no 32bit needed
   extraPkgs = appimageTools.defaultFhsEnvArgs.multiPkgs;
   extraInstallCommands = "mv $out/bin/{${name},${pname}}";
 
diff --git a/pkgs/applications/networking/browsers/polypane/default.nix b/pkgs/applications/networking/browsers/polypane/default.nix
index 9e9e1ea4959..617d52788d7 100644
--- a/pkgs/applications/networking/browsers/polypane/default.nix
+++ b/pkgs/applications/networking/browsers/polypane/default.nix
@@ -16,7 +16,7 @@ let
 in appimageTools.wrapType2 {
   inherit pname src version;
 
-  multiPkgs = null;
+  multiArch = false;
   extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs ++ [ pkgs.bash ];
 
   extraInstallCommands = ''
diff --git a/pkgs/applications/networking/cluster/octant/desktop.nix b/pkgs/applications/networking/cluster/octant/desktop.nix
index b34e167e8c9..fc48ce1e9ef 100644
--- a/pkgs/applications/networking/cluster/octant/desktop.nix
+++ b/pkgs/applications/networking/cluster/octant/desktop.nix
@@ -27,7 +27,7 @@ let
       export LC_ALL=C.UTF-8
     '';
 
-    multiPkgs = null; # no 32bit needed
+    multiArch = false; # no 32bit needed
     extraPkgs = appimageTools.defaultFhsEnvArgs.multiPkgs;
     extraInstallCommands =
       let appimageContents = appimageTools.extractType2 { inherit name src; }; in
diff --git a/pkgs/applications/networking/station/default.nix b/pkgs/applications/networking/station/default.nix
index f60bcf8b7be..9160568ee48 100644
--- a/pkgs/applications/networking/station/default.nix
+++ b/pkgs/applications/networking/station/default.nix
@@ -20,7 +20,7 @@ in appimageTools.wrapType2 rec {
     export LC_ALL=C.UTF-8
   '';
 
-  multiPkgs = null;
+  multiArch = false;
   extraPkgs = appimageTools.defaultFhsEnvArgs.multiPkgs;
   extraInstallCommands = ''
     mv $out/bin/{${name},${pname}}