Now that the fixes are merged, update lockfile

This commit is contained in:
Greg Hellings
2024-11-15 09:44:18 -06:00
parent 3609c95b17
commit 24d5ff75ee
2 changed files with 6 additions and 7 deletions
+3 -4
View File
@@ -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 .
'';
};
};