ma pkgs.cozy-audiobooks: use pythonPackages instead of variables
This commit is contained in:
parent
61a2707c4f
commit
7f639151b7
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchFromGitHub, fetchPypi
|
{ stdenv, fetchFromGitHub
|
||||||
, ninja
|
, ninja
|
||||||
, boost
|
, boost
|
||||||
, meson
|
, meson
|
||||||
|
@ -8,7 +8,6 @@
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, gtk3
|
, gtk3
|
||||||
, glib
|
, glib
|
||||||
, isPy3k
|
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, gobjectIntrospection
|
, gobjectIntrospection
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
@ -74,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
];
|
];
|
||||||
buildInputs = with gst_all_1; [ gtk3 glib
|
buildInputs = with gst_all_1; [ gtk3 glib
|
||||||
gstreamer gst-plugins-good cairo gettext file.out
|
gstreamer gst-plugins-good gst-plugins-ugly gst-plugins-base cairo gettext
|
||||||
gnome3.defaultIconTheme gnome3.gsettings-desktop-schemas
|
gnome3.defaultIconTheme gnome3.gsettings-desktop-schemas
|
||||||
]
|
]
|
||||||
++ (with python3Packages; [
|
++ (with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue