luaPackages.ldbus: init at scm-0

This commit is contained in:
pablo1107
2020-06-17 12:12:08 +02:00
committed by Matthieu Coudron
parent 4eb9c8cae5
commit 52c906147c
3 changed files with 39 additions and 0 deletions
@@ -76,6 +76,17 @@ with super;
*/
});
ldbus = super.ldbus.override({
extraVariables = {
DBUS_DIR="${pkgs.dbus.lib}";
DBUS_ARCH_INCDIR="${pkgs.dbus.lib}/lib/dbus-1.0/include";
DBUS_INCDIR="${pkgs.dbus.dev}/include/dbus-1.0";
};
buildInputs = with pkgs; [
dbus
];
});
ljsyscall = super.ljsyscall.override(rec {
version = "unstable-20180515";
# package hasn't seen any release for a long time