Commit 601039f6 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

github-desktop: use `systemdLibs`

parent 4045f46e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
  alsa-lib,
  cups,
  libgbm,
  systemd,
  systemdLibs,
  openssl,
  libglvnd,
}:
@@ -92,7 +92,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  '';

  runtimeDependencies = [
    (lib.getLib systemd)
    systemdLibs
  ];

  meta = {