about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.4/extragear/amarok/builder.sh
blob: c19ba33ffcfc5bd9daca4e8c98ba55f04e5ecf93 (plain) (blame)
1
2
3
4
5
6
7
8
9
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