tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
alsa-firmware: provide update script
Mikael Voss
8 months ago
fb25d73b
4095abd6
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
al
alsa-firmware
package.nix
+5
pkgs/by-name/al/alsa-firmware/package.nix
reviewed
···
5
5
autoreconfHook,
6
6
fetchurl,
7
7
fetchpatch,
8
8
+
directoryListingUpdater,
8
9
}:
9
10
10
11
stdenv.mkDerivation (finalAttrs: {
···
47
46
# remove empty dir
48
47
rm -rf $out/bin
49
48
'';
49
49
+
50
50
+
passthru.updateScript = directoryListingUpdater {
51
51
+
url = "https://alsa-project.org/files/pub/firmware/";
52
52
+
};
50
53
51
54
meta = {
52
55
homepage = "http://www.alsa-project.org/";