rsyslog: Make linux only
This commit is contained in:
parent
74c2500206
commit
6c07ca09e9
|
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.rsyslog.com/";
|
||||
description = "Enhanced syslog implementation";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue