gatling: 0.15 -> 0.16, libowfat: drop patch for header location
This commit is contained in:
@@ -8,17 +8,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1hcqg7pvy093bxx8wk7i4gvbmgnxz2grxpyy7b4mphidjbcv7fgl";
|
||||
};
|
||||
|
||||
# Dirty patch because 0.32 "moved headers to <libowfat/> upon install"
|
||||
# but it breaks gatling-0.15 and opentracker-2018-05-26 ...
|
||||
postPatch = ''
|
||||
substituteInPlace GNUmakefile --replace \
|
||||
'install -d $(DESTDIR)$(INCLUDEDIR)/libowfat' \
|
||||
'install -d $(DESTDIR)$(INCLUDEDIR)'
|
||||
substituteInPlace GNUmakefile --replace \
|
||||
'install -m 644 $(INCLUDES) $(DESTDIR)$(INCLUDEDIR)/libowfat' \
|
||||
'install -m 644 $(INCLUDES) $(DESTDIR)$(INCLUDEDIR)'
|
||||
'';
|
||||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user