mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
contacts: remove extra lib
This commit is contained in:
parent
f1ed3ba54c
commit
f8d3ae5d0a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue