Skip to content

Commit

Permalink
Merge pull request #57096 from Infinisil/fix/sonata
Browse files Browse the repository at this point in the history
sonata: Fix build
  • Loading branch information
infinisil authored Mar 9, 2019
2 parents 2ef7d17 + ba69181 commit 4a48f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/sonata/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, intltool, wrapGAppsHook
{ stdenv, fetchFromGitHub, pkgconfig, gettext, intltool, wrapGAppsHook
, python3Packages, gnome3, gtk3, gobject-introspection}:

let
Expand All @@ -16,7 +16,7 @@ in buildPythonApplication rec {

disabled = !isPy3k;

nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig gettext ];
buildInputs = [
intltool wrapGAppsHook
gnome3.adwaita-icon-theme
Expand Down

0 comments on commit 4a48f6a

Please sign in to comment.