mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Update abiword. Unfortunately, it does not help to build it. The problem is with popt and gcc-g++-4.3
svn path=/nixpkgs/trunk/; revision=15524
This commit is contained in:
parent
2a82c141ec
commit
3ea1d5b07a
|
@ -4,10 +4,10 @@ enchant, wv
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "abiword-2.6.6";
|
||||
name = "abiword-2.6.8";
|
||||
src = fetchurl {
|
||||
url = http://www.abisource.org/downloads/abiword/2.6.6/source/abiword-2.6.6.tar.gz;
|
||||
sha256 = "1cgi6l3wd82vgni4wcqasyl2rvxwffliyqgbwvzv0nn99wasg5gx";
|
||||
url = http://www.abisource.org/downloads/abiword/2.6.8/source/abiword-2.6.8.tar.gz;
|
||||
sha256 = "14vfp668srjgy6wd22h4a93safp1iyfwhdr6y0sb751xl46nlrdn";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk libglade libgnomeprint libgnomeprintui
|
||||
|
|
Loading…
Reference in a new issue