about summary refs log tree commit diff
path: root/pkgs/applications/audio/plexamp
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/audio/plexamp
parent62b2adc753eaec8c3b3b10593055e96450c82b36 (diff)
tree-wide: use new multiArch buildFHSEnv argument
This is much more direct and sensible than setting a function null
Diffstat (limited to 'pkgs/applications/audio/plexamp')
-rw-r--r--pkgs/applications/audio/plexamp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/plexamp/default.nix b/pkgs/applications/audio/plexamp/default.nix
index 5c1325819730c..111f97969e9f4 100644
--- a/pkgs/applications/audio/plexamp/default.nix
+++ b/pkgs/applications/audio/plexamp/default.nix
@@ -16,7 +16,7 @@ let
 in appimageTools.wrapType2 {
   inherit pname version src;
 
-  multiPkgs = null; # no 32bit needed
+  multiArch = false; # no 32bit needed
   extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs ++ [ pkgs.bash ];
 
   extraInstallCommands = ''