softether_4_25: restrict to x86_64-linux

This commit is contained in:
Renaud 2019-05-02 22:42:16 +02:00 committed by GitHub
parent bd941433d0
commit 11a185b61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = https://www.softether.org/;
license = licenses.gpl2;
maintainers = [ maintainers.rick68 ];
platforms = filter (p: p != "aarch64-linux") platforms.linux;
platforms = [ "x86_64-linux" ];
};
}