imatix_gsl: fix clang build

/cc ZHF #36454
This commit is contained in:
Daiderd Jordan 2018-03-19 22:33:57 +01:00
parent d7856d3c2a
commit e616725ba0
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pcre ];
CCNAME = "cc";
postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
preBuild = "cd src";
installFlags = "DESTDIR=$(out)";