about summary refs log tree commit diff
path: root/pkgs/applications/graphics/kuickshow/builder.sh
blob: e2e0659ae34fd2fbe55a08a82b9c9487a57c2b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source $stdenv/setup

patchPhase=patchPhase
patchPhase() {
  sed -e "s@-ljpeg6b@-ljpeg@" configure > configure.patched
  mv configure.patched configure
  chmod u+x configure
}

genericBuild

ln -s $KDEDIR/share/mimelnk $out/share