Skip to content

Commit

Permalink
xxdiff-tip: Build with qt59
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jan 13, 2018
1 parent ed70c59 commit e2f7267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkgs/development/tools/misc/xxdiff/tip.nix
Expand Up @@ -14,6 +14,9 @@ stdenv.mkDerivation rec {

buildInputs = [ qtbase ];

# Fixes build with Qt 5.9
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];

preConfigure = ''
cd src
make -f Makefile.bootstrap
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -7962,7 +7962,7 @@ with pkgs;
xxdiff = callPackage ../development/tools/misc/xxdiff {
bison = bison2;
};
xxdiff-tip = qt56.callPackage ../development/tools/misc/xxdiff/tip.nix { };
xxdiff-tip = libsForQt5.callPackage ../development/tools/misc/xxdiff/tip.nix { };

yacc = bison;

Expand Down

0 comments on commit e2f7267

Please sign in to comment.