wlroots: remove broken tag

See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834
This commit is contained in:
Patrick Hilhorst 2018-10-23 12:26:30 +02:00 committed by GitHub
parent e20e1e5c2c
commit 886131c243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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