Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 382cd5463dff
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 02b5f4ff79b7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 19, 2018

  1. python3Packages.gpgme: enable python3 version

    when calling python3Packages.gpgme, it was still picking python2.
    Changed withPython into pythonSupport since it's the convention.
    
    I had to enable ncurses too because of this error when configuring:
    
    configure:19978: checking python extra libraries
    configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
    configure:19992: checking python extra linking flags
    configure:19999: result: -Xlinker -export-dynamic
    configure:20006: checking consistency of all components of python development environment
    configure:20032: gcc -o conftest -g -O2  -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m  conftest.c  -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
    /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
    collect2: error: ld returned 1 exit status
    configure:20032: $? = 1
    teto committed Oct 19, 2018
    Copy the full SHA
    3902b3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46304 from teto/gpgme_python3

    python3Packages.gpgme: enable python3 support
    primeos committed Oct 19, 2018
    Copy the full SHA
    02b5f4f View commit details
    Browse the repository at this point in the history