summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-02 22:42:16 +0200
committerGitHub <noreply@github.com>2019-05-02 22:42:16 +0200
commit11a185b61f3fdc4a7f844f8660735c136a30ee60 (patch)
tree8202110a873597d2946dbb40c70ec802492ec0da /pkgs
parentbd941433d052f336ccde6b20c8a722abda3fb78f (diff)
downloadnixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar.gz
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar.bz2
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar.lz
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar.xz
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.tar.zst
nixpkgs-11a185b61f3fdc4a7f844f8660735c136a30ee60.zip
softether_4_25: restrict to x86_64-linux
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/softether/4.25.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/softether/4.25.nix b/pkgs/servers/softether/4.25.nix
index 04053174f4e..7eaa5b3e8a0 100644
--- a/pkgs/servers/softether/4.25.nix
+++ b/pkgs/servers/softether/4.25.nix
@@ -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" ];
   };
 }