1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

gst-plugins-ugly: Switch to meson build system

This commit is contained in:
Bastian Köcher 2018-03-31 23:07:04 +02:00
parent ac0d32b866
commit a19a9b2b14

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, python
, gst-plugins-base, orc
{ stdenv, fetchurl, meson, ninja, pkgconfig, python
, gst-plugins-base, orc, gettext
, a52dec, libcdio, libdvdread
, lame, libmad, libmpeg2, x264, libintlOrEmpty, mpg123
}:
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig python ];
nativeBuildInputs = [ meson ninja gettext pkgconfig python ];
buildInputs = [
gst-plugins-base orc