Merge pull request #51239 from eburimu/fix/perl-dbi

fix perl DBI package, missing \t in Makefile

authored by Jörg Thalheim and committed by GitHub 25487a3a 9b81c7e4

+1 -1
+1 -1
pkgs/top-level/perl-packages.nix
··· 4055 4055 \$(BASEEXT)\$(OBJ_EXT): \$(BASEEXT).xsi 4056 4056 4057 4057 \$(BASEEXT).xsi: \$(DBI_DRIVER_XST) $autodir/Driver_xst.h 4058 - \$(PERL) -p -e "s/~DRIVER~/\$(BASEEXT)/g" \$(DBI_DRIVER_XST) > \$(BASEEXT).xsi 4058 + ''\t\$(PERL) -p -e "s/~DRIVER~/\$(BASEEXT)/g" \$(DBI_DRIVER_XST) > \$(BASEEXT).xsi 4059 4059 4060 4060 # --- 4061 4061 ';