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:
parent
af64fb6ebd
commit
b66452693b
|
@ -61,6 +61,9 @@ stdenv.mkDerivation rec {
|
||||||
unix-opts
|
unix-opts
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# This reference is unfortunately not detected by Nix
|
||||||
|
propagatedBuildInputs = [ next-gtk-webkit ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace source/ports/gtk-webkit.lisp \
|
substituteInPlace source/ports/gtk-webkit.lisp \
|
||||||
--replace "next-gtk-webkit" "${next-gtk-webkit}/bin/next-gtk-webkit"
|
--replace "next-gtk-webkit" "${next-gtk-webkit}/bin/next-gtk-webkit"
|
||||||
|
|
Loading…
Reference in New Issue