Commit 5f526272 authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

chelf: mark as linux-only

parent 6bc6b48a
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";
  };