Merge pull request #76838 from nlewo/next-fix
next: set next-gtk-webkit as a propagated build input
This commit is contained in:
commit
72d4651b59
@ -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…
x
Reference in New Issue
Block a user