mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libotr: Use multiple outputs
This commit is contained in:
parent
711cbb9117
commit
760bcf678e
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1x8rliydhbibmzwdbyr7pd7n87m2jmxnqkpvaalnf4154hj1hfwb";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
propagatedBuildInputs = [ libgcrypt ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue