chelf: mark as linux-only (#502521)

This commit is contained in:
Michael Daniels
2026-04-26 01:38:21 +00:00
committed by GitHub
+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";
};