Merge pull request #46475 from Ma27/fix-openbsm

openbsm: fix linux build
This commit is contained in:
Timo Kaufmann 2018-09-10 13:52:42 +02:00 committed by GitHub
commit d4b0419956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "0b98359hd8mm585sh145ss828pg2y8vgz38lqrb7nypapiyqdnd1";
};
patches = [ ./bsm-add-audit_token_to_pid.patch ];
patches = lib.optional stdenv.isDarwin [ ./bsm-add-audit_token_to_pid.patch ];
meta = {
homepage = http://www.openbsm.org/;