Put all firmware in $out/lib/firmware

This way, hardware.firmware can be a list of packages.
This commit is contained in:
Eelco Dolstra
2015-08-25 00:40:34 +02:00
parent ce6daa507a
commit 9c61317002
8 changed files with 24 additions and 28 deletions
@@ -15,8 +15,8 @@ stdenv.mkDerivation {
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir $out
b43-fwcutter -w $out linux/wl_apsta.o
mkdir -p $out/lib/firmware
b43-fwcutter -w $out/lib/firmware linux/wl_apsta.o
'';
meta = {