dynamips: enable darwin support

This commit is contained in:
Anthony Roussel 2023-09-21 10:19:41 +02:00
parent 92b4bda85e
commit 04bb2f1fcd
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
routers.
'';
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
platforms = platforms.linux ++ platforms.darwin;
};
}