gstreamermm: mark linux only
This commit is contained in:
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 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user