libxfont_2: add xorgproto to propagatedBuildInputs

i forgot it in #436179
This commit is contained in:
quantenzitrone
2025-09-23 19:33:31 +02:00
parent 82b0c16445
commit 88a978dc5b
+2
View File
@@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
zlib
];
propagatedBuildInputs = [ xorgproto ];
passthru = {
updateScript = writeScript "update-${finalAttrs.pname}" ''
#!/usr/bin/env nix-shell