theforceengine: enable building on all linux platforms

This commit is contained in:
Morgan Helton
2025-03-27 10:33:07 -05:00
parent e9e91364a9
commit 8bf573da62
+1 -1
View File
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
homepage = "https://theforceengine.github.io";
license = licenses.gpl2Only;
maintainers = with maintainers; [ devusb ];
platforms = [ "x86_64-linux" ];
platforms = platforms.linux;
};
}