Skip to content

Commit

Permalink
libtasn1: 4.9 -> 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 25, 2017
1 parent 9842a10 commit b834092
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/libraries/libtasn1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b834092

Please sign in to comment.