gatling: 0.15 -> 0.16, libowfat: drop patch for header location
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, libowfat, zlib, openssl }:
|
||||
{ stdenv, fetchurl, libowfat, libcap, zlib, openssl }:
|
||||
|
||||
let
|
||||
version = "0.15";
|
||||
version = "0.16";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gatling";
|
||||
@@ -9,10 +9,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.fefe.de/gatling/${pname}-${version}.tar.xz";
|
||||
sha256 = "194srqyja3pczpbl6l169zlvx179v7ln0m6yipmhvj6hrv82k8vg";
|
||||
sha256 = "0nrnws5qrl4frqcsfa9z973vv5mifgr9z170qbvg3mq1wa7475jz";
|
||||
};
|
||||
|
||||
buildInputs = [ libowfat zlib openssl.dev ];
|
||||
buildInputs = [ libowfat libcap zlib openssl.dev ];
|
||||
|
||||
configurePhase = ''
|
||||
substituteInPlace Makefile --replace "/usr/local" "$out"
|
||||
|
||||
Reference in New Issue
Block a user