valum: mark as broken
This commit is contained in:
parent
b472389892
commit
1702f37b39
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
# Likely broken by GLib 2.74 switch to PCRE 2.
|
||||
# https://github.com/valum-framework/valum/issues/238
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue