mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
raspberrypifw: Don't strip ELF files
Stripping breaks raspivid and other executables.
This commit is contained in:
parent
29b5c72cbc
commit
938b993091
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "06g691px0abndp5zvz2ba1g675rcqb64n055h5ahgnlck5cdpawg";
|
||||
};
|
||||
|
||||
dontStrip = true; # Stripping breaks some of the binaries
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/raspberrypi/boot
|
||||
cp -R boot/* $out/share/raspberrypi/boot
|
||||
|
Loading…
Reference in New Issue
Block a user