sox: create dev, lib and man outputs
This commit is contained in:
parent
f23251c93e
commit
73acdd0f22
1 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,13 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-9cpOwio69GvzVeDq79BSmJgds9WU5kA/KUlAkHcpN5c=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
"lib"
|
||||
"man"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
autoconf-archive
|
||||
|
|
Loading…
Reference in a new issue