nixpkgs/pkgs/desktops/kde-4.4/extragear/amarok/builder.sh

10 lines
216 B
Bash
Raw Normal View History

source $stdenv/setup
myPatchPhase()
{
sed -i -e "s|/usr|$loudmouth|g" cmake/modules/FindLoudmouth.cmake
sed -i -e "s|/usr|$mysql|g" cmake/modules/FindMySQLAmarok.cmake
}
patchPhase=myPatchPhase
genericBuild