Skip to content

Commit

Permalink
marble: Fix include install to dev output
Browse files Browse the repository at this point in the history
(cherry picked from commit 956a4b2)

Fixes #50938
  • Loading branch information
zraexy authored and worldofpeace committed Nov 24, 2018
1 parent b2030e8 commit 5d4a1a3
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 5d4a1a3

Please sign in to comment.