contacts: remove extra lib
This commit is contained in:
parent
f1ed3ba54c
commit
f8d3ae5d0a
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://www.gnufoo.org/contacts/contacts.html";
|
homepage = "http://www.gnufoo.org/contacts/contacts.html";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ jwiegley ];
|
maintainers = with maintainers; [ jwiegley ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
hydraPlatforms = lib.platforms.darwin;
|
hydraPlatforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user