contacts: remove extra lib

This commit is contained in:
Sandro Jäckel 2021-10-12 19:58:41 +02:00
parent f1ed3ba54c
commit f8d3ae5d0a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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;
};
}