Fix eval
Fix breakage from 078d544005 ("libdbusmenu-qt5: build with Qt 5.5").
This commit is contained in:
@@ -18,6 +18,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://launchpad.net/libdbusmenu-qt";
|
homepage = "http://launchpad.net/libdbusmenu-qt";
|
||||||
description = "Provides a Qt implementation of the DBusMenu spec";
|
description = "Provides a Qt implementation of the DBusMenu spec";
|
||||||
maintainers = [ maintainers.ttuegel ];
|
maintainers = [ maintainers.ttuegel ];
|
||||||
inherit (qt5.base.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user