Merge pull request #298366 from wegank/obs-gstreamer-platforms
obs-studio-plugins.obs-gstreamer: relax platforms
This commit is contained in:
commit
fa47f7b09a
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/fzwoch/obs-gstreamer";
|
homepage = "https://github.com/fzwoch/obs-gstreamer";
|
||||||
maintainers = with maintainers; [ ahuzik pedrohlc ];
|
maintainers = with maintainers; [ ahuzik pedrohlc ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue