forked from mirrors/nixpkgs
_1password: Fix Darwin Builds
The latest update to 1.9.1 broke builds on darwin, due to some paths changing in the unpacked darwin package. This updates the darwin unpackPhase to use the updated path.
This commit is contained in:
parent
afc1b5220e
commit
360f43277f
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue