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
|
||||
];
|
||||
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user