Merge pull request #217727 from vlaci/lief-darwin
lief: enable darwin support
This commit is contained in:
commit
c8322a465c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Library to Instrument Executable Formats";
|
description = "Library to Instrument Executable Formats";
|
||||||
homepage = "https://lief.quarkslab.com/";
|
homepage = "https://lief.quarkslab.com/";
|
||||||
license = [ licenses.asl20 ];
|
license = [ licenses.asl20 ];
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = [ maintainers.lassulus ];
|
maintainers = [ maintainers.lassulus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue