about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/next
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-01-02 21:26:38 +0100
committerAntoine Eiche <lewo@abesis.fr>2020-01-03 09:50:12 +0100
commitb66452693b9650fd763fe90f83f555472f8370c2 (patch)
treed90124f2cc6a57defad4031d2781715af6da7fdc /pkgs/applications/networking/browsers/next
parentaf64fb6ebdaaab9054204b9014ef17e3f93f5d58 (diff)
downloadnixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar.gz
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar.bz2
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar.lz
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar.xz
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.tar.zst
nixlib-b66452693b9650fd763fe90f83f555472f8370c2.zip
next: set next-gtk-webkit as a propagated build input
Because this reference is unfortunately not detected by Nix.

Fixes #76834.
Diffstat (limited to 'pkgs/applications/networking/browsers/next')
-rw-r--r--pkgs/applications/networking/browsers/next/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/next/default.nix b/pkgs/applications/networking/browsers/next/default.nix
index 97c65fc12ef5..4aabb84393fa 100644
--- a/pkgs/applications/networking/browsers/next/default.nix
+++ b/pkgs/applications/networking/browsers/next/default.nix
@@ -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"