mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Fix eval
Fix breakage from 078d544005
("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";
|
||||
description = "Provides a Qt implementation of the DBusMenu spec";
|
||||
maintainers = [ maintainers.ttuegel ];
|
||||
inherit (qt5.base.meta) platforms;
|
||||
inherit (qtbase.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user