all-packages.nix: added (low priority) attribute "subversionStatic"
The expression builds entirely statically linked subversion binaries. svn path=/nixpkgs/trunk/; revision=13084
This commit is contained in:
parent
4288826941
commit
d0266c0818
@ -6910,6 +6910,31 @@ let
|
||||
httpd = apacheHttpd;
|
||||
};
|
||||
|
||||
subversionStatic = lowPrio (appendToName "static" (import ../applications/version-management/subversion-1.5.x {
|
||||
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;
|
||||
};
|
||||
bdbSupport = true;
|
||||
httpServer = false;
|
||||
httpSupport = true;
|
||||
sslSupport = true;
|
||||
pythonBindings = false;
|
||||
perlBindings = false;
|
||||
javahlBindings = false;
|
||||
compressionSupport = true;
|
||||
httpd = null;
|
||||
static = true;
|
||||
}));
|
||||
|
||||
svk = perlSVK;
|
||||
|
||||
sylpheed = import ../applications/networking/mailreaders/sylpheed {
|
||||
|
Loading…
Reference in New Issue
Block a user