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
commit 8eb13ff724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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;
};
}