mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
firmware-linux-nonfree: Install copyright notices
Most of the firmwares require that redistribution in binary form reproduces the copyright notice.
This commit is contained in:
parent
d0617613dd
commit
f69eb63a1b
1 changed files with 3 additions and 1 deletions
|
@ -54,8 +54,10 @@ in stdenv.mkDerivation {
|
|||
buildInputs = [ dpkg ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/"
|
||||
mkdir -p $out/share
|
||||
cp -r lib/firmware/* "$out/"
|
||||
cp -r usr/share/doc $out/share/
|
||||
find $out/share -name changelog.gz | xargs rm
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue