1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Fix Nix shell for building Perl too

This commit is contained in:
John Ericson 2024-06-26 21:19:44 -04:00
parent f809edba4f
commit fbdc554908

View file

@ -40,6 +40,7 @@ perl.pkgs.toPerlModule (stdenv.mkDerivation (finalAttrs: {
meson meson
ninja ninja
pkg-config pkg-config
perl
]; ];
buildInputs = [ buildInputs = [