tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
libavc1394: Add platforms and update license
Spencer Whitt
10 years ago
deddaa6c
86f3a575
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libavc1394
default.nix
+2
-1
pkgs/development/libraries/libavc1394/default.nix
···
14
14
meta = {
15
15
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
16
16
homepage = http://sourceforge.net/projects/libavc1394/;
17
17
-
license = [ "GPL" "LGPL" ];
17
17
+
license = stdenv.lib.licenses.lgpl21Plus;
18
18
+
platforms = stdenv.lib.platforms.linux;
18
19
};
19
20
}