Unverified Commit 3ce0aa7d authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

chelf: mark as linux-only (#502521)

parents 941b6319 5f526272
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };