mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
_1password-gui: don't fixup on darwin
This commit is contained in:
parent
8cdc50c434
commit
0d5ad9bbd0
@ -18,4 +18,7 @@ stdenv.mkDerivation {
|
||||
mkdir -p $out/Applications
|
||||
cp -r *.app $out/Applications
|
||||
'';
|
||||
|
||||
# 1Password is notarized.
|
||||
dontFixup = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user