antimony: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 18:36:38 -06:00
parent c1841675f3
commit 7450865827
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchgit, libpng, python3, boost, mesa, qt5, ncurses }:
{ stdenv, fetchgit, libpng, python3, boost, mesa, qtbase, ncurses }:
let
gitRev = "745eca3a2d2657c495d5509e9083c884e021d09c";
@ -19,7 +19,7 @@ in
buildInputs = [
libpng python3 (boost.override { python = python3; })
mesa qt5.base ncurses
mesa qtbase ncurses
];
configurePhase = ''

View File

@ -11015,7 +11015,7 @@ let
amsn = callPackage ../applications/networking/instant-messengers/amsn { };
antimony = callPackage ../applications/graphics/antimony {};
antimony = qt5.callPackage ../applications/graphics/antimony {};
antiword = callPackage ../applications/office/antiword {};