treewide: Fix eval-release.nix for aarch64

This commit is contained in:
Tuomas Tynkkynen
2017-03-09 03:38:04 +02:00
parent c87ae41764
commit 1508945755
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ let
else if stdenv.system == "x86_64-darwin" then "bandwidth-mac64"
else if stdenv.system == "i686-darwin" then "bandwidth-mac32"
else if stdenv.system == "i686-cygwin" then "bandwidth-win32"
else null;
else throw "Unknown architecture";
in
stdenv.mkDerivation rec {
name = "bandwidth-${version}";