Advertisement
Guest User

Untitled

a guest
Oct 7th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. { stdenv, fetchFromGitHub, gtk3, pythonPackages, intltool, gnome3,
  2. pango, gobjectIntrospection, wrapGAppsHook,
  3. # Optional packages:
  4. enableOSM ? true, osm-gps-map,
  5. enableGtkSpell ? true, gtkspell
  6. }:
  7.  
  8.  
  9. Gives:
  10.  
  11. error: anonymous function at /home/user/NixPkgs/kp340/nixpkgs/pkgs/applications/misc/gramps/default.nix:1:1 called without required argument 'gtkspell', at /home/user/NixPkgs/kp340/nixpkgs/lib/customisation.nix:69:12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement