summary refs log tree commit diff
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-10-23 12:42:52 +0200
committerGitHub <noreply@github.com>2018-10-23 12:42:52 +0200
commit8eb13ff7242d2d9f0995b2179a0f642d40d31c76 (patch)
treeb397738c2b9439aa21d8aaa890c8d60c741e580a
parent3a84f7a6a5a2c368478b3f508a02c0c1bec793bc (diff)
parent886131c2434dfce5e3c8a3584467ae914b482ce9 (diff)
downloadnixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar.gz
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar.bz2
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar.lz
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar.xz
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.tar.zst
nixlib-8eb13ff7242d2d9f0995b2179a0f642d40d31c76.zip
Merge pull request #48869 from Synthetica9/patch-2
wlroots: remove broken tag
-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 f724ae009955..c1f401d0badb 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;
   };
 }