Skip to content

Instantly share code, notes, and snippets.

@m1cr0man
Created August 30, 2020 21:33
Show Gist options
  • Save m1cr0man/769ea80b3a3542981ac91c6f1086fc53 to your computer and use it in GitHub Desktop.
Save m1cr0man/769ea80b3a3542981ac91c6f1086fc53 to your computer and use it in GitHub Desktop.
Failing build of django-picklefield
{ pkgs ? import <nixpkgs> {}, ... }:
pkgs.python3.withPackages (ps: [ps.django-picklefield])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment