3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #48764 from zraexy/marble-include-fix

marble: Fix include install to dev output
This commit is contained in:
Thomas Tuegel 2018-10-22 09:04:33 -05:00 committed by GitHub
commit d35c7f9a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,7 @@ mkDerivation {
qtscript qtsvg qtquickcontrols qtwebkit shared-mime-info krunner kparts
knewstuff gpsd
];
preConfigure = ''
cmakeFlags+=" -DINCLUDE_INSTALL_DIR=''${!outputDev}/include"
'';
}