Merge pull request #48869 from Synthetica9/patch-2

wlroots: remove broken tag
This commit is contained in:
xeji
2018-10-23 12:42:52 +02:00
committed by GitHub

View File

@@ -85,8 +85,5 @@ in stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
# Marked as broken until the first official/stable release (upstream
# request). See #38344 for the public discussion.
broken = true;
};
}