1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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 = ''