Merge pull request from Infinisil/fix/sonata

sonata: Fix build
This commit is contained in:
Silvan Mosberger 2019-03-09 03:06:13 +01:00 committed by GitHub
commit 4a48f6ac98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
pkgs/applications/audio/sonata

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook { stdenv, fetchFromGitHub, pkgconfig, gettext, intltool, wrapGAppsHook
, python3Packages, gnome3, gtk3, gobject-introspection}: , python3Packages, gnome3, gtk3, gobject-introspection}:
let let
@ -16,7 +16,7 @@ in buildPythonApplication rec {
disabled = !isPy3k; disabled = !isPy3k;
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig gettext ];
buildInputs = [ buildInputs = [
intltool wrapGAppsHook intltool wrapGAppsHook
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme