mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
marble: Fix include install to dev output
This commit is contained in:
parent
45988d0d30
commit
956a4b2bb6
@ -14,4 +14,7 @@ mkDerivation {
|
||||
qtscript qtsvg qtquickcontrols qtwebkit shared-mime-info krunner kparts
|
||||
knewstuff gpsd
|
||||
];
|
||||
preConfigure = ''
|
||||
cmakeFlags+=" -DINCLUDE_INSTALL_DIR=''${!outputDev}/include"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user