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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80f4d61534c9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5ba074ede51d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 19, 2019

  1. python3Packages.pycangjie: moving ibtool autoconf automake cython to …

    …nativeBuildInputs
    mmahut authored and FRidh committed Aug 19, 2019
    Copy the full SHA
    5ba074e View commit details
Showing with 2 additions and 4 deletions.
  1. +2 −4 pkgs/development/python-modules/pycangjie/default.nix
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/pycangjie/default.nix
Original file line number Diff line number Diff line change
@@ -14,10 +14,8 @@ in buildPythonPackage rec {
sha256 = "12yi09nyffmn4va7lzk4irw349qzlbxgsnb89dh15cnw0xmrin05";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [
autoconf automake libtool libcangjie sqlite cython
];
nativeBuildInputs = [ pkgconfig libtool autoconf automake cython ];
buildInputs = [ libcangjie sqlite ];

preConfigure = ''
find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';'