welle-io: remove aarch64 from platform flags

wip/yesman
Markus Kowalewski 6 years ago
parent 42297b0e1c
commit c35dc53e56
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
  1. 3
      pkgs/applications/misc/welle-io/default.nix

@ -42,7 +42,6 @@ in stdenv.mkDerivation {
homepage = http://www.welle.io/;
maintainers = with maintainers; [ ck3d ];
license = licenses.gpl2;
platforms = with platforms; linux ++ darwin;
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;
};
}

Loading…
Cancel
Save