From 49b87c1c96e2a444e03d979d8d1dc7e3a00767f5 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 16 Jun 2026 22:06:19 +0200 Subject: [PATCH] rasqal: remove erroned attribute --- pkgs/development/libraries/librdf/rasqal.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/libraries/librdf/rasqal.nix b/pkgs/development/libraries/librdf/rasqal.nix index 7567a0624310..22e75e138816 100644 --- a/pkgs/development/libraries/librdf/rasqal.nix +++ b/pkgs/development/libraries/librdf/rasqal.nix @@ -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 ];