tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
soxr: extract dev output
Sergei Trofimovich
2 years ago
a7853ab9
c88f9344
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
audio
soxr
default.nix
+1
-1
pkgs/applications/misc/audio/soxr/default.nix
···
14
./arm64-check.patch
15
];
16
17
-
outputs = [ "out" "doc" ]; # headers are just two and very small
18
19
nativeBuildInputs = [ cmake ];
20
···
14
./arm64-check.patch
15
];
16
17
+
outputs = [ "out" "dev" "doc" ];
18
19
nativeBuildInputs = [ cmake ];
20