summary refs log tree commit diff
path: root/pkgs/tools/filesystems/sasquatch/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-23 18:01:49 +0000
committerGitHub <noreply@github.com>2023-02-23 18:01:49 +0000
commit3cdd7718204d55c46ee81a58706e2ef1d291cbe7 (patch)
treedbcce89d48dbf6ebcf08c550b3b3c1170e53c3a3 /pkgs/tools/filesystems/sasquatch/default.nix
parent1dd9fc27f56c8cdc6315f701148ca40b6bff8087 (diff)
parent4688cd53b60d045633225e628d37f64105fb81ff (diff)
downloadnixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar.gz
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar.bz2
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar.lz
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar.xz
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.tar.zst
nixpkgs-3cdd7718204d55c46ee81a58706e2ef1d291cbe7.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/filesystems/sasquatch/default.nix')
-rw-r--r--pkgs/tools/filesystems/sasquatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/sasquatch/default.nix b/pkgs/tools/filesystems/sasquatch/default.nix
index ba5fd9ccfc1..258814b8905 100644
--- a/pkgs/tools/filesystems/sasquatch/default.nix
+++ b/pkgs/tools/filesystems/sasquatch/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
   # gcc-10. Otherwise build fails as:
   #   ld: unsquashfs_xattr.o:/build/squashfs4.4/squashfs-tools/error.h:34: multiple definition of
   #     `verbose'; unsquashfs.o:/build/squashfs4.4/squashfs-tools/error.h:34: first defined here
-  NIX_CFLAGS_COMPILE = "-fcommon";
+  env.NIX_CFLAGS_COMPILE = "-fcommon";
 
   installFlags = [ "INSTALL_DIR=\${out}/bin" ];