formatting
This commit is contained in:
parent
f9a0338fdc
commit
e976b2a6ce
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ pkgs.stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
unpackPhase = ''
|
||||
runHook preUnpack
|
||||
${pkgs.gnutar}/bin/tar xf $src
|
||||
runHook preUnpack
|
||||
${pkgs.gnutar}/bin/tar xf $src
|
||||
|
||||
runHook postUnpack
|
||||
runHook postUnpack
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue