tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alsa-lib: provide update script
Mikael Voss
7 months ago
beba2af4
7f1ff6b9
+7
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
al
alsa-lib
package.nix
+7
-1
pkgs/by-name/al/alsa-lib/package.nix
···
5
5
alsa-topology-conf,
6
6
alsa-ucm-conf,
7
7
testers,
8
8
+
directoryListingUpdater,
8
9
}:
9
10
10
11
stdenv.mkDerivation (finalAttrs: {
···
36
37
"dev"
37
38
];
38
39
39
39
-
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
40
40
+
passthru = {
41
41
+
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
42
42
+
updateScript = directoryListingUpdater {
43
43
+
url = "https://www.alsa-project.org/files/pub/lib/";
44
44
+
};
45
45
+
};
40
46
41
47
meta = {
42
48
homepage = "http://www.alsa-project.org/";