welle-io: fix permission error creating /Applications folder (#512380)

This commit is contained in:
Christian Kögler
2026-05-10 22:32:24 +00:00
committed by GitHub
+2 -1
View File
@@ -64,7 +64,8 @@ stdenv.mkDerivation (finalAttrs: {
"-DRTLSDR=true"
"-DSOAPYSDR=true"
]
++ lib.optional withFlac "-DFLAC=true";
++ lib.optional withFlac "-DFLAC=true"
++ lib.optional stdenv.hostPlatform.isDarwin "-DBUNDLE_INSTALL_DIR=${placeholder "out"}/Applications";
meta = {
description = "DAB/DAB+ Software Radio";