zenergy: mark for x86_64-linux only

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-05-04 02:11:42 -04:00
parent 6b1c028bce
commit 67cd06f94d
+1 -1
View File
@@ -41,6 +41,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/BoukeHaarsma23/zenergy";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wizardlink ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}