firmware-linux-nonfree: fixed-output derivation (#44605)

wip/yesman
volth 6 years ago committed by xeji
parent a3e4a9c1e4
commit 0282f0d285
  1. 8
      pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix

@ -10,15 +10,15 @@ stdenv.mkDerivation rec {
sha256 = "110vxgahyx5dvylqrxsm5cmx4a32cl2zchvm6cgc270jz75fg7wd";
};
preInstall = ''
mkdir -p $out
'';
installFlags = [ "DESTDIR=$(out)" ];
# Firmware blobs do not need fixing and should not be modified
dontFixup = true;
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0r2g91hc7csp2fbp2ny4s4rwv0mw2m130gpnisxnhzi05hkwki66";
meta = with stdenv.lib; {
description = "Binary firmware collection packaged by kernel.org";
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;

Loading…
Cancel
Save