Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / sw / swayosd / swayosd_systemd_paths.patch
blob35d335df5794cefc04b7964a8fc47d8ffb5cf9b7
1 diff --git a/data/meson.build b/data/meson.build
2 index fc687a5..68decdf 100644
3 --- a/data/meson.build
4 +++ b/data/meson.build
5 @@ -41,11 +42,7 @@ configure_file(
7 # Systemd service unit
8 systemd = dependency('systemd', required: false)
9 -if systemd.found()
10 - systemd_service_install_dir = systemd.get_variable(pkgconfig :'systemdsystemunitdir')
11 -else
12 - systemd_service_install_dir = join_paths(libdir, 'systemd', 'system')
13 -endif
14 +systemd_service_install_dir = join_paths(libdir, 'systemd', 'system')
16 configure_file(
17 configuration: conf_data,