softether_4_25: restrict to x86_64-linux
This commit is contained in:
parent
bd941433d0
commit
11a185b61f
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user