gstreamermm: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:22 +02:00
parent 3642e1c581
commit 8a4ed1b3c2
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "C++ interface for GStreamer"; description = "C++ interface for GStreamer";
homepage = https://gstreamer.freedesktop.org/bindings/cplusplus.html; homepage = https://gstreamer.freedesktop.org/bindings/cplusplus.html;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ romildo ]; maintainers = with maintainers; [ romildo ];
}; };