lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pillow: fix with build==1.3.0

+1 -1
+1 -1
pkgs/development/python-modules/pillow/default.nix
··· 74 74 75 75 pypaBuildFlags = [ 76 76 # Disable platform guessing, which tries various FHS paths 77 - "--config=setting=--disable-platform-guessing" 77 + "--config-setting=--disable-platform-guessing" 78 78 ]; 79 79 80 80 preConfigure =