Skip to content

Instantly share code, notes, and snippets.

@srhb
Created March 17, 2019 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/d07433bcd87251060fa75159719bda29 to your computer and use it in GitHub Desktop.
Save srhb/d07433bcd87251060fa75159719bda29 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> { config = {}; overlays = []; } }:
pkgs.pythonPackages.pywebkitgtk.override { pkgs = pkgs // { webkitgtk24x-gtk2 = null; }; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment