summary refs log tree commit diff
path: root/pkgs/development/libraries/wlroots/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-10-23 12:26:30 +0200
committerGitHub <noreply@github.com>2018-10-23 12:26:30 +0200
commit886131c2434dfce5e3c8a3584467ae914b482ce9 (patch)
tree30ff1c64790a174aeb24ae8c067a81975ac67d3e /pkgs/development/libraries/wlroots/default.nix
parente20e1e5c2cb247ed3c10d9560db7c3a509115674 (diff)
downloadnixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar.gz
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar.bz2
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar.lz
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar.xz
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.tar.zst
nixpkgs-886131c2434dfce5e3c8a3584467ae914b482ce9.zip
wlroots: remove broken tag
See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834
Diffstat (limited to 'pkgs/development/libraries/wlroots/default.nix')
-rw-r--r--pkgs/development/libraries/wlroots/default.nix3
1 files changed, 0 insertions, 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;
   };
 }