tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libcanberra: split headers to "dev" output
Sergei Trofimovich
2 years ago
720628bb
2f5fa4a6
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libcanberra
default.nix
+2
pkgs/development/libraries/libcanberra/default.nix
···
13
13
sha256 = "0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2";
14
14
};
15
15
16
16
+
outputs = [ "out" "dev" ];
17
17
+
16
18
strictDeps = true;
17
19
nativeBuildInputs = [ pkg-config ];
18
20
buildInputs = [