rasqal: remove erroned attribute (#532443)

This commit is contained in:
Arne Keller
2026-06-30 19:38:24 +00:00
committed by GitHub
@@ -28,11 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
propagatedBuildInputs = [ librdf_raptor2 ];
confiugureFlags = [
# uses 'regex.h' as a fallback, which is preferrable
"--disable-pcre"
];
postInstall = "rm -rvf $out/share/gtk-doc";
nativeCheckInputs = [ perl ];