bliss: build on aarch64-linux

+1 -1
+1 -1
pkgs/applications/science/math/bliss/default.nix
··· 32 32 description = "An open source tool for computing automorphism groups and canonical forms of graphs. It has both a command line user interface as well as C++ and C programming language APIs"; 33 33 homepage = "http://www.tcs.hut.fi/Software/bliss/"; 34 34 license = licenses.lgpl3; 35 - platforms = [ "i686-linux" "x86_64-linux" ]; 35 + platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ]; 36 36 }; 37 37 }