mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Merge branch 'phonon'
This commit is contained in:
commit
46c44a40f5
@ -17,6 +17,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = with gst_all_1; [ gstreamer gst-plugins-base phonon qtbase ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
# This flag should be picked up through pkgconfig, but it isn't.
|
||||
"-I${gst_all_1.gstreamer}/lib/gstreamer-1.0/include"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -15,7 +15,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1q1ix6zsfnh6gfnpmwp67s376m7g7ahpjl1qp2fqakzb5cgzgq10";
|
||||
};
|
||||
|
||||
buildInputs = with gst_all_1; [ gstreamer gst-plugins-base phonon_qt5 qt5.base ];
|
||||
buildInputs = with gst_all_1; [
|
||||
gstreamer gst-plugins-base phonon_qt5 qt5.base
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
# This flag should be picked up through pkgconfig, but it isn't.
|
||||
"-I${gst_all_1.gstreamer}/lib/gstreamer-1.0/include"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user