about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-12 20:13:48 +0200
committerFlorian Klink <flokli@flokli.de>2020-08-13 20:51:40 +0200
commit24126d3cab10411188c21c3c152b7d21305497e1 (patch)
treece830e841edff09e14d16d67db436623e614506a /pkgs/applications/networking/instant-messengers/teams
parentecc80775aa95ac7fb027bdab134d8abb4e148b6f (diff)
teams: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/teams')
-rw-r--r--pkgs/applications/networking/instant-messengers/teams/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/teams/default.nix b/pkgs/applications/networking/instant-messengers/teams/default.nix
index e3b664e5fc231..d58e27cc62bb8 100644
--- a/pkgs/applications/networking/instant-messengers/teams/default.nix
+++ b/pkgs/applications/networking/instant-messengers/teams/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   ];
 
   runtimeDependencies = [
-    systemd.lib
+    (lib.getLib systemd)
     pulseaudio
   ];