Fix breakage from 078d544005 ("libdbusmenu-qt5: build with Qt 5.5").
This commit is contained in:
Bjørn Forsman 2015-09-28 10:35:44 +02:00
parent 7cef1a4150
commit c79fa9aeda

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation {
homepage = "http://launchpad.net/libdbusmenu-qt";
description = "Provides a Qt implementation of the DBusMenu spec";
maintainers = [ maintainers.ttuegel ];
inherit (qt5.base.meta) platforms;
inherit (qtbase.meta) platforms;
};
}