formatting

This commit is contained in:
Seaswimmer 2024-12-23 11:53:54 -05:00
parent f9a0338fdc
commit e976b2a6ce
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -10,10 +10,10 @@ pkgs.stdenv.mkDerivation {
}; };
unpackPhase = '' unpackPhase = ''
runHook preUnpack runHook preUnpack
${pkgs.gnutar}/bin/tar xf $src ${pkgs.gnutar}/bin/tar xf $src
runHook postUnpack runHook postUnpack
''; '';
installPhase = '' installPhase = ''