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: d5b45b4ff88d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 41af4a520cac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 3, 2018

  1. cowsay: fix cross

    The install.sh script looks for all perls in $PATH, tries to execute
    these to test whether that perl is "good", if it is, takes it and
    puts it into the shebang.
    
    This obviously can't work for cross. As installation seems to be pretty
    trivial, do it in a custom install phase.
    flokli committed Dec 3, 2018
    Copy the full SHA
    fae81f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51488 from flokli/cowsay-cross

    cowsay: fix cross
    Mic92 committed Dec 3, 2018
    Copy the full SHA
    41af4a5 View commit details
    Browse the repository at this point in the history