Commit Graph

8 Commits

Author SHA1 Message Date
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Florian Klink
ce709163f2 libraspberrypi: fix output
libraspberrypi provided an empty directory. The during
https://github.com/NixOS/nixpkgs/pull/107637, this was refactored to use
cmakeFlags.

cmakeFlags can't use `$out` directly. `$out` is a bash variable, so to
use it there, `${placeholder "out"}` is needed, otherwise it'll
pick `"$out"` literally.
2020-12-28 16:55:11 +01:00
Drew Risinger
e89369fae6 libraspberrypi: fix cross-compile conventions 2020-12-27 17:01:02 +01:00
Drew Risinger
3f64a4e432 libraspberrypi: merge with raspberrypi-tools 2020-12-27 17:01:02 +01:00
Drew Risinger
65172da27e libraspberrypi: 2020-05-28 -> 2020-11-30 2020-12-27 17:01:02 +01:00
Ada Avery
4612927ad2 libraspberrypi: 2019-10-22 -> 2020-5-28 2020-06-06 13:09:23 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Thomas Kerber
985d97d785
libraspberrypi: init at 2019-10-22 2019-11-03 20:21:19 +00:00