deeadfc6f5
distributed by default in KDE). Unfortunately it doesn't work, because of some strange problems with mime types. But well, it compiles. The libraries are useful anyway: - arts (kde) - imlib (gnome) - libungif (aka libgif) svn path=/nixpkgs/trunk/; revision=6111
12 lines
229 B
Bash
12 lines
229 B
Bash
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 |