chelf: mark as linux-only

This commit is contained in:
Stanisław Pitucha
2026-03-23 22:10:06 +11:00
parent 6bc6b48a85
commit 5f526272fc
+1
View File
@@ -24,6 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Change or display the stack size of an ELF binary";
homepage = "https://github.com/Gottox/chelf";
license = lib.licenses.bsd2;
platforms = lib.platforms.linux;
maintainers = [ ];
mainProgram = "chelf";
};