mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fix XFig installation
svn path=/nixpkgs/trunk/; revision=15526
This commit is contained in:
parent
1c43ab8b17
commit
607b018dbb
|
@ -8,6 +8,8 @@ preBuild() {
|
|||
cat Imakefile >> Imakefile.tmp
|
||||
mv Imakefile.tmp Imakefile
|
||||
xmkmf
|
||||
|
||||
sed -e 's@[$][$]m@-- &@g' -i Makefile
|
||||
}
|
||||
|
||||
installPhase() {
|
||||
|
|
Loading…
Reference in a new issue