all-packages.nix: deleted obsolete 'subversionStatic' attribute
The static build of subversion used to work in version 1.4.x, but it doesn't work anymore more for 1.6.x. svn path=/nixpkgs/trunk/; revision=17579
This commit is contained in:
parent
0dbef3fe64
commit
439ac65f3e
@ -7519,35 +7519,6 @@ let
|
|||||||
httpd = pkgsOverriden.apacheHttpd;
|
httpd = pkgsOverriden.apacheHttpd;
|
||||||
};
|
};
|
||||||
|
|
||||||
subversionStatic = lowPrio (appendToName "static" (import ../applications/version-management/subversion/1.6.nix {
|
|
||||||
inherit fetchurl stdenv apr aprutil expat swig jdk;
|
|
||||||
neon = import ../development/libraries/neon/0.28.nix {
|
|
||||||
inherit fetchurl stdenv libxml2 zlib openssl;
|
|
||||||
compressionSupport = true;
|
|
||||||
sslSupport = true;
|
|
||||||
static = true;
|
|
||||||
shared = false;
|
|
||||||
};
|
|
||||||
zlib = import ../development/libraries/zlib {
|
|
||||||
inherit fetchurl stdenv;
|
|
||||||
static = true;
|
|
||||||
};
|
|
||||||
sqlite = import ../development/libraries/sqlite {
|
|
||||||
inherit fetchurl stdenv readline;
|
|
||||||
static = true;
|
|
||||||
};
|
|
||||||
bdbSupport = true;
|
|
||||||
httpServer = false;
|
|
||||||
httpSupport = true;
|
|
||||||
sslSupport = true;
|
|
||||||
pythonBindings = false;
|
|
||||||
perlBindings = false;
|
|
||||||
javahlBindings = false;
|
|
||||||
compressionSupport = true;
|
|
||||||
httpd = null;
|
|
||||||
static = true;
|
|
||||||
}));
|
|
||||||
|
|
||||||
svk = perlPackages.SVK;
|
svk = perlPackages.SVK;
|
||||||
|
|
||||||
sylpheed = import ../applications/networking/mailreaders/sylpheed {
|
sylpheed = import ../applications/networking/mailreaders/sylpheed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user