Merge pull request #206164 from mweinelt/sox-outputs

This commit is contained in:
Martin Weinelt 2022-12-17 01:55:19 +01:00 committed by GitHub
commit b48e53225c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,13 @@ stdenv.mkDerivation rec {
hash = "sha256-9cpOwio69GvzVeDq79BSmJgds9WU5kA/KUlAkHcpN5c=";
};
outputs = [
"out"
"dev"
"lib"
"man"
];
nativeBuildInputs = [
autoreconfHook
autoconf-archive