Skip to content

Commit

Permalink
yabar: pkg-config should be a native build input
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Sep 14, 2017
1 parent 1245217 commit 1055c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/window-managers/yabar/build.nix
Expand Up @@ -16,8 +16,9 @@ stdenv.mkDerivation {

hardeningDisable = [ "format" ];

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
cairo gdk_pixbuf libconfig pango pkgconfig xcbutilwm docbook_xsl
cairo gdk_pixbuf libconfig pango xcbutilwm docbook_xsl
alsaLib wirelesstools asciidoc libxslt makeWrapper
];

Expand Down

0 comments on commit 1055c43

Please sign in to comment.