summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-26 08:25:12 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-26 11:41:50 -0500
commit417d6354c8d6f895a1b39d2eb06d26ba405fdf1c (patch)
tree1b09c34d3b7826e9556d86b8ae905edc1a164a41 /pkgs/top-level
parente716e86bedf7ca567f902317b9ce105253478e2c (diff)
downloadnixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar.gz
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar.bz2
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar.lz
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar.xz
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.tar.zst
nixpkgs-417d6354c8d6f895a1b39d2eb06d26ba405fdf1c.zip
next: Fix #74258
Next had a few issues with its packaging:
* the platform port was exposed in all-packages
  And this is not useful for outside users.
  It's now a local attribute in the next package.

* the platform port wasn't wrapped correctly
  It appears that the lisp core was being wrapped,
  when instead the actual gtk application that's
  called within the lisp core had to be wrapped.

* codestyle/indentation
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4371e86690f..440eb3f53b0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -4559,8 +4559,6 @@ in
 
   next = callPackage ../applications/networking/browsers/next { };
 
-  next-gtk-webkit = callPackage ../applications/networking/browsers/next-gtk-webkit { };
-
   nfpm = callPackage ../tools/package-management/nfpm { };
 
   nginx-config-formatter = callPackage ../tools/misc/nginx-config-formatter { };