3
0
Fork 0
forked from mirrors/nixpkgs

twmn: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:37:14 -06:00
parent 36dea909b7
commit 732de87786
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, fetchgit, qt5, pkgconfig, boost }:
{ fetchurl, stdenv, fetchgit, qtbase, qtx11extras, pkgconfig, boost }:
stdenv.mkDerivation rec {
name = "twmn-git-2014-09-23";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "9c91e9d3d6d7f9d90d34da6f1a4b9f3dee65605c1e43729417d6921c54dded6b";
};
buildInputs = [ qt5.base qt5.x11extras pkgconfig boost ];
buildInputs = [ qtbase qtx11extras pkgconfig boost ];
configurePhase = ''
sed -i s/-Werror// twmnd/twmnd.pro

View file

@ -13349,7 +13349,7 @@ let
twister = callPackage ../applications/networking/p2p/twister { };
twmn = callPackage ../applications/misc/twmn { };
twmn = qt5.callPackage ../applications/misc/twmn { };
twinkle = callPackage ../applications/networking/instant-messengers/twinkle { };