urlview: enable on darwin

This commit is contained in:
Burke Libbey 2015-12-02 14:35:49 -05:00
parent 7afc077139
commit 4f05c5eb42
No known key found for this signature in database
GPG Key ID: E893DEF914F22410

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "Extract URLs from text";
homepage = http://packages.qa.debian.org/u/urlview.html;
licencse = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}