Now that the fixes are merged, update lockfile
This commit is contained in:
@@ -67,10 +67,9 @@
|
||||
name = "mingw-sword";
|
||||
phases = [ "installPhase" ];
|
||||
installPhase = ''
|
||||
mkdir -p $out/sword
|
||||
cp -RL ${win.sword}/* $out/sword
|
||||
${pkgs.gnutar}/bin/tar caf $out/sword.tar.xz $out/sword
|
||||
rm -rf $out/sword
|
||||
mkdir -p $out
|
||||
pushd ${win.sword}
|
||||
${pkgs.gnutar}/bin/tar cvhaf $out/sword.tar.xz .
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user