Merge pull request #122662 from jeffutter/_1password_fix_darwin

_1password: Fix Darwin Builds
This commit is contained in:
Mario Rodas 2021-05-12 09:11:10 -05:00 committed by GitHub
commit 9c3578a58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
unpackPhase = lib.optionalString stdenv.isDarwin ''
xar -xf $src
zcat Payload | cpio -i
zcat op.pkg/Payload | cpio -i
'';
installPhase = ''