Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From d51e35a7ab936983b2a544992adae66093c6028f Mon Sep 17 00:00:00 2001 2From: hustlerone <nine-ball@tutanota.com> 3Date: Thu, 20 Feb 2025 11:05:56 +0100 4Subject: [PATCH] Patch for nixpkgs 5 6--- 7 meson.build | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/meson.build b/meson.build 11index 964b44b..4415084 100644 12--- a/meson.build 13+++ b/meson.build 14@@ -39,7 +39,7 @@ mandir = get_option('mandir') 15 moduledir = get_option('libdir') / meson.project_name() 16 17 systemd_deps = dependency('systemd', required: false) 18-systemdsystemunitdir = systemd_deps.get_variable('systemdsystemunitdir', default_value: get_option('libdir') / 'systemd/system') 19+systemdsystemunitdir = get_option('libdir') / 'systemd' 20 21 # 22 # Required dependencies 23-- 242.47.2 25