Merge pull request #11422 from burke/urlview-darwin
urlview works fine on darwin
This commit is contained in:
commit
d439a4c249
@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Extract URLs from text";
|
description = "Extract URLs from text";
|
||||||
homepage = http://packages.qa.debian.org/u/urlview.html;
|
homepage = http://packages.qa.debian.org/u/urlview.html;
|
||||||
licencse = stdenv.lib.licenses.gpl2;
|
licencse = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user