Commit 0b1723cc authored by Wanja Zaeske's avatar Wanja Zaeske Committed by wucke13
Browse files

talloc: 2.3.3 -> 2.3.4

parent 300f427c
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "talloc";
  version = "2.3.3";
  version = "2.3.4";

  src = fetchurl {
    url = "mirror://samba/talloc/${pname}-${version}.tar.gz";
    sha256 = "sha256-a+lbI2i9CvHEzXqIFG62zuoY5Gw//JMwv2JitA0diqo=";
    sha256 = "sha256-F5+eviZeZ+SrLCbK0rfeS2p3xsIS+WaQM4KGnwa+ZQU=";
  };

  nativeBuildInputs = [
@@ -37,6 +37,13 @@ stdenv.mkDerivation rec {
    libxcrypt
  ];

  # otherwise the configure script fails with
  # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make!
  preConfigure = ''
    export PKGCONFIG="$PKG_CONFIG"
    export PYTHONHASHSEED=1
  '';

  wafPath = "buildtools/bin/waf";

  wafConfigureFlags = [