10 lines
150 B
Bash
10 lines
150 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
myPatchPhase()
|
||
|
{
|
||
|
sed -i -e "/giomodulesdir=/ agiomodulesdir=$out/lib/gio" configure
|
||
|
}
|
||
|
|
||
|
patchPhase=myPatchPhase
|
||
|
genericBuild
|