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: a2fe5aff1956
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 91c4571e4fe8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 13, 2020

  1. rtl-sdr: fix cross compilation

    This patch partially fixes #81985.
    Cross-compiling rtl-sdr is possible using this patch.
    Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr.
    
    The error that occured when trying to do this before was as follows:
    
    /nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
    Mindavi authored and bjornfor committed Mar 13, 2020
    Copy the full SHA
    91c4571 View commit details
    Browse the repository at this point in the history