gst-plugins-bad: align attrname with pkgname
This commit is contained in:
committed by
Robin Gloster
parent
0591cd607b
commit
1ea4146f66
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, python2Packages, intltool
|
||||
, gst-python, withGstPlugins ? false, gst_plugins_base ? null
|
||||
, gst-plugins-good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
|
||||
, gst-plugins-good ? null, gst_plugins_ugly ? null, gst-plugins-bad ? null }:
|
||||
|
||||
assert withGstPlugins -> gst_plugins_base != null
|
||||
|| gst-plugins-good != null
|
||||
|| gst_plugins_ugly != null
|
||||
|| gst_plugins_bad != null;
|
||||
|| gst-plugins-bad != null;
|
||||
|
||||
let
|
||||
version = "2.6.3";
|
||||
@@ -44,7 +44,7 @@ in buildPythonApplication {
|
||||
patches = [ ./quodlibet-package-plugins.patch ];
|
||||
|
||||
buildInputs = stdenv.lib.optionals withGstPlugins [
|
||||
gst_plugins_base gst-plugins-good gst_plugins_ugly gst_plugins_bad
|
||||
gst_plugins_base gst-plugins-good gst_plugins_ugly gst-plugins-bad
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user