summary refs log tree commit diff
path: root/pkgs/tools/misc/contacts
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-12 19:58:41 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-12 19:58:41 +0200
commitf8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c (patch)
treea89ef7322c1119e6eb7420141c9d4cd4c76aad9e /pkgs/tools/misc/contacts
parentf1ed3ba54c6e3630776d041ccd84c5b1bb444ceb (diff)
downloadnixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar.gz
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar.bz2
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar.lz
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar.xz
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.tar.zst
nixpkgs-f8d3ae5d0a4706825fcdfe57af3ee49e9e2fe93c.zip
contacts: remove extra lib
Diffstat (limited to 'pkgs/tools/misc/contacts')
-rw-r--r--pkgs/tools/misc/contacts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/contacts/default.nix b/pkgs/tools/misc/contacts/default.nix
index e0b1613735f..08ba484f51e 100644
--- a/pkgs/tools/misc/contacts/default.nix
+++ b/pkgs/tools/misc/contacts/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     homepage = "http://www.gnufoo.org/contacts/contacts.html";
     license = licenses.gpl2;
     maintainers = with maintainers; [ jwiegley ];
-    platforms = lib.platforms.darwin;
-    hydraPlatforms = lib.platforms.darwin;
+    platforms = platforms.darwin;
+    hydraPlatforms = platforms.darwin;
   };
 }