Merge pull request #76838 from nlewo/next-fix

next: set next-gtk-webkit as a propagated build input
This commit is contained in:
lewo 2020-01-03 11:28:41 +01:00 committed by GitHub
commit 72d4651b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"