about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-06-24 22:32:43 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-06-24 22:32:43 -0400
commite1784a0435a3feb262293c7bcc7a3e594472cc38 (patch)
tree43ba1371aa3cbdc372d73afe8763a7b1c21a2c8a /pkgs/applications
parente6ec309720089a108ef19d2eeedbc15671ac1e4a (diff)
downloadnixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar.gz
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar.bz2
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar.lz
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar.xz
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.tar.zst
nixlib-e1784a0435a3feb262293c7bcc7a3e594472cc38.zip
lollypop: move appstream-glib and gobjectIntrospection to nativeBuildInputs
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 3c04cbc6c80a..3b967186112b 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -14,7 +14,9 @@ stdenv.mkDerivation rec  {
   };
 
   nativeBuildInputs = with python36Packages; [
+    appstream-glib
     desktop-file-utils
+    gobjectIntrospection
     meson
     ninja
     pkgconfig
@@ -22,9 +24,7 @@ stdenv.mkDerivation rec  {
     wrapPython
   ];
 
-  buildInputs = [
-    appstream-glib glib gobjectIntrospection
-  ] ++ (with gnome3; [
+  buildInputs = [ glib ] ++ (with gnome3; [
     easytag gsettings_desktop_schemas gtk3 libsecret libsoup totem-pl-parser
   ]) ++ (with gst_all_1; [
     gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly