3
0
Fork 0
forked from mirrors/nixpkgs

solid: include media-player-info during build

This commit is contained in:
Thomas Tuegel 2017-07-29 13:34:13 -05:00
parent e1fd278759
commit 5e0c5c27df
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -10,7 +10,7 @@ mkDerivation {
maintainers = [ lib.maintainers.ttuegel ];
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
};
nativeBuildInputs = [ bison extra-cmake-modules flex ];
nativeBuildInputs = [ bison extra-cmake-modules flex media-player-info ];
buildInputs = [ qtdeclarative qttools ];
propagatedBuildInputs = [ qtbase ];
propagatedUserEnvPkgs = [ media-player-info ];