From 886131c2434dfce5e3c8a3584467ae914b482ce9 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Tue, 23 Oct 2018 12:26:30 +0200 Subject: [PATCH] wlroots: remove broken tag See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834 --- pkgs/development/libraries/wlroots/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index f724ae00995..c1f401d0bad 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -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; }; }