Unverified Commit 7dc95010 authored by Vlad M.'s avatar Vlad M. Committed by GitHub
Browse files

mako: replace systemd with systemdMinimal (#387375)

parents fad4b47f 42828733
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  ninja,
  pkg-config,
  scdoc,
  systemd,
  systemdMinimal,
  pango,
  cairo,
  gdk-pixbuf,
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
    wayland-scanner
  ];
  buildInputs = [
    systemd
    systemdMinimal
    pango
    cairo
    gdk-pixbuf
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
    gappsWrapperArgs+=(
      --prefix PATH : "${
        lib.makeBinPath [
          systemd # for busctl
          systemdMinimal # for busctl
          jq
          bash
        ]