Skip to content

Commit

Permalink
lightdm_qt: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 11, 2017
1 parent 91bbd73 commit d6d7968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/display-managers/lightdm/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pam, pkgconfig, libxcb, glib, libXdmcp, itstool, libxml2
, intltool, xlibsWrapper, libxklavier, libgcrypt, libaudit
, intltool, xlibsWrapper, libxklavier, libgcrypt, libaudit, gcc6
, qt4 ? null
, withQt5 ? false, qtbase
}:
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

buildInputs = [
pkgconfig pam libxcb glib libXdmcp itstool libxml2 intltool libxklavier libgcrypt
qt4 libaudit
qt4 libaudit gcc6
] ++ stdenv.lib.optional withQt5 qtbase;

configureFlags = [
Expand Down

0 comments on commit d6d7968

Please sign in to comment.