_1password-gui: don't fixup on darwin
This commit is contained in:
parent
8cdc50c434
commit
0d5ad9bbd0
1 changed files with 3 additions and 0 deletions
|
@ -18,4 +18,7 @@ stdenv.mkDerivation {
|
|||
mkdir -p $out/Applications
|
||||
cp -r *.app $out/Applications
|
||||
'';
|
||||
|
||||
# 1Password is notarized.
|
||||
dontFixup = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue