Skip to content

Commit

Permalink
marble: Fix include install to dev output
Browse files Browse the repository at this point in the history
  • Loading branch information
zraexy committed Oct 20, 2018
1 parent 45988d0 commit 956a4b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/kde/marble.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ mkDerivation {
qtscript qtsvg qtquickcontrols qtwebkit shared-mime-info krunner kparts
knewstuff gpsd
];
preConfigure = ''
cmakeFlags+=" -DINCLUDE_INSTALL_DIR=''${!outputDev}/include"
'';
}

0 comments on commit 956a4b2

Please sign in to comment.