next: set next-gtk-webkit as a propagated build input

Because this reference is unfortunately not detected by Nix.

Fixes #76834.
This commit is contained in:
Antoine Eiche 2020-01-02 21:26:38 +01:00
parent af64fb6ebd
commit b66452693b

View file

@ -61,6 +61,9 @@ stdenv.mkDerivation rec {
unix-opts
];
# This reference is unfortunately not detected by Nix
propagatedBuildInputs = [ next-gtk-webkit ];
prePatch = ''
substituteInPlace source/ports/gtk-webkit.lisp \
--replace "next-gtk-webkit" "${next-gtk-webkit}/bin/next-gtk-webkit"