caneda: fix build with gcc6

This commit is contained in:
Samuel Leathers
2017-08-31 22:59:37 -04:00
parent 86e6e8016d
commit 04b8a85739
2 changed files with 17 additions and 0 deletions
@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake qt4 libxml2 libxslt ];
patches = [
./gcc6.patch
];
postInstall = ''
mkdir $out/share/caneda/components
cp -R ${srcComponents}/* $out/share/caneda/components