antimony: Qt 5 infrastructure update
This commit is contained in:
parent
c1841675f3
commit
7450865827
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, libpng, python3, boost, mesa, qt5, ncurses }:
|
{ stdenv, fetchgit, libpng, python3, boost, mesa, qtbase, ncurses }:
|
||||||
|
|
||||||
let
|
let
|
||||||
gitRev = "745eca3a2d2657c495d5509e9083c884e021d09c";
|
gitRev = "745eca3a2d2657c495d5509e9083c884e021d09c";
|
||||||
@ -19,7 +19,7 @@ in
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libpng python3 (boost.override { python = python3; })
|
libpng python3 (boost.override { python = python3; })
|
||||||
mesa qt5.base ncurses
|
mesa qtbase ncurses
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
@ -11015,7 +11015,7 @@ let
|
|||||||
|
|
||||||
amsn = callPackage ../applications/networking/instant-messengers/amsn { };
|
amsn = callPackage ../applications/networking/instant-messengers/amsn { };
|
||||||
|
|
||||||
antimony = callPackage ../applications/graphics/antimony {};
|
antimony = qt5.callPackage ../applications/graphics/antimony {};
|
||||||
|
|
||||||
antiword = callPackage ../applications/office/antiword {};
|
antiword = callPackage ../applications/office/antiword {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user