Merge pull request #52349 from LnL7/dashing-darwin

dashing: enable on darwin
This commit is contained in:
Daiderd Jordan
2018-12-18 23:05:17 +01:00
committed by GitHub

View File

@@ -21,6 +21,6 @@ buildGoPackage rec {
homepage = https://github.com/technosophos/dashing;
license = licenses.mit;
maintainers = [ ];
platforms = platforms.linux;
platforms = platforms.all;
};
}