nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #257321 from trofi/libetpan-dev-output

authored by

Artturi and committed by
GitHub
251d0a09 e9054d22

+2
+2
pkgs/development/libraries/libetpan/default.nix
··· 13 13 sha256 = "0g7an003simfdn7ihg9yjv7hl2czsmjsndjrp39i7cad8icixscn"; 14 14 }; 15 15 16 + outputs = [ "out" "dev" ]; 17 + 16 18 patches = [ 17 19 # The following two patches are fixing CVE-2020-15953, as reported in the 18 20 # issue tracker: https://github.com/dinhvh/libetpan/issues/386