libtasn1: 4.9 -> 4.10

wip/yesman
Robin Gloster 8 years ago
parent 9842a107da
commit b8340929d0
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
  1. 6
      pkgs/development/libraries/libtasn1/default.nix

@ -5,16 +5,12 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/libtasn1/${name}.tar.gz";
sha256 = "681a4d9a0d259f2125713f2e5766c5809f151b3a1392fd91390f780b4b8f5a02";
sha256 = "00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8";
};
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
# Warning causes build to fail on darwin since 4.9,
# check if this can be removed in the next release.
CFLAGS = "-Wno-sign-compare";
buildInputs = [ perl texinfo ];
doCheck = true;

Loading…
Cancel
Save