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: 026cca444cbb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e13f6d34de85
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 3, 2017

  1. vbam: fix location of etc in output

    Shell variables are not expanded in cmakeFlags, so the etc files ended up in
    `$out/'$out'/etc` instead of the expected `$out/etc`.
    bennofs committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    e2773cd View commit details
    Browse the repository at this point in the history
  2. libbladeRF: fix udev rule location in $out

    Shell variables in cmakeFlags are not expanded, so the rules instead ended up
    in `$out/'$out'/etc/udev/rules.d`.
    bennofs committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    e13f6d3 View commit details
    Browse the repository at this point in the history