Commit ff00ca7f authored by László Vaskó's avatar László Vaskó
Browse files

lief: enable darwin support

It is supported by upstream
parent 2308c637
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
    description = "Library to Instrument Executable Formats";
    homepage = "https://lief.quarkslab.com/";
    license = [ licenses.asl20 ];
    platforms = platforms.linux;
    platforms = with platforms; linux ++ darwin;
    maintainers = [ maintainers.lassulus ];
  };
}