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
@@ -3,7 +3,7 @@
let arch =
if stdenv.isi686 then "i386"
else if stdenv.isx86_64 then "x86_64"
else abort "Unknown architecture";
else throw "Unknown architecture";
in stdenv.mkDerivation rec {
name = "grub4dos-${version}";
version = "0.4.6a-2016-12-24";