Unverified Commit 6de3dec6 authored by Emily's avatar Emily Committed by GitHub
Browse files

gettext: 0.22.4 -> 0.22.5 (#358254)

parents 2fe0fadf dd074673
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "gettext";
  version = "0.22.4";
  version = "0.22.5";

  src = fetchurl {
    url = "mirror://gnu/gettext/${pname}-${version}.tar.gz";
    hash = "sha256-weC7KkQnqQJDkMZizVMtZkxLNrj/RE7V5UsRX9t6Guo=";
    hash = "sha256-7BcFselpuDqfBzFE7IBhUduIEn9eQP5alMtsj6SJlqA=";
  };
  patches = [
    ./absolute-paths.diff
@@ -32,8 +32,6 @@ stdenv.mkDerivation rec {

  outputs = [ "out" "man" "doc" "info" ];

  hardeningDisable = [ "format" ];

  LDFLAGS = lib.optionalString stdenv.hostPlatform.isSunOS "-lm -lmd -lmp -luutil -lnvpair -lnsl -lidmap -lavl -lsec";

  configureFlags = [