throw unsupported system in installPhase
This commit is contained in:
parent
3211c5f628
commit
fae6e0ddb0
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ stdenv.mkDerivation rec {
|
|||
tar -C $out -xf $src
|
||||
mv $out/usr/* $out/
|
||||
'';
|
||||
}.${stdenv.system}}
|
||||
}.${stdenv.system} or throwSystem}
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue