Fix eval
Fix breakage from 078d5440058 ("libdbusmenu-qt5: build with Qt 5.5").
This commit is contained in:
parent
7cef1a4150
commit
c79fa9aeda
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user