Fix JDEE.
The SVN history has apparently been modified in place. svn path=/nixpkgs/trunk/; revision=20313
This commit is contained in:
parent
63993b0c9b
commit
f1fcbc0fc9
@ -9,12 +9,13 @@ in
|
|||||||
# Last release is too old, so use SVN.
|
# Last release is too old, so use SVN.
|
||||||
# See http://www.emacswiki.org/emacs/JavaDevelopmentEnvironment .
|
# See http://www.emacswiki.org/emacs/JavaDevelopmentEnvironment .
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
# Looks like they're not sure whether to put one or two `e'...
|
url = "https://jdee.svn.sourceforge.net/svnroot/jdee/trunk/jdee";
|
||||||
url = "https://jdee.svn.sourceforge.net/svnroot/jdee/trunk/jde";
|
|
||||||
rev = revision;
|
rev = revision;
|
||||||
sha256 = "0pjkbr1srx2m428xkky1csf97fr5219prs4dif7njlydyrwp0gnn";
|
sha256 = "1qj5cv74dp6nf6060jyvnlcbmc4sz8a09806gwa1zfiwz6mm9zrs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchFlags = "-p1 --ignore-whitespace";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./build-properties.patch
|
./build-properties.patch
|
||||||
./cedet-paths.patch ./elib-avltree.patch
|
./cedet-paths.patch ./elib-avltree.patch
|
||||||
@ -91,5 +92,6 @@ in
|
|||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user