Unverified Commit a8a78723 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

libxfont_2: add xorgproto to propagatedBuildInputs (#445591)

parents c19b25f8 88a978dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
    zlib
  ];

  propagatedBuildInputs = [ xorgproto ];

  passthru = {
    updateScript = writeScript "update-${finalAttrs.pname}" ''
      #!/usr/bin/env nix-shell