disnix: bump to version 0.5
This commit is contained in:
parent
2c78c7b84b
commit
a6bda1a62a
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, apacheAnt, jdk, axis2, dbus_java}:
|
{stdenv, fetchurl, apacheAnt, jdk, axis2, dbus_java}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "DisnixWebService-0.4";
|
name = "DisnixWebService-0.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/23484798/download/4/DisnixWebService-0.4.tar.bz2;
|
url = http://hydra.nixos.org/build/31143438/download/4/DisnixWebService-0.5.tar.bz2;
|
||||||
sha256 = "1rfzmh4rxip8nq25fvi6vw51xb7h0nch4l06s0xgwwv4gw8p0lhm";
|
sha256 = "0wddrb9cf62hzfcrnyq5jn2pb8vc0bzfcl5z53aczkij0rbamw7k";
|
||||||
};
|
};
|
||||||
buildInputs = [ apacheAnt jdk ];
|
buildInputs = [ apacheAnt jdk ];
|
||||||
PREFIX = ''''${env.out}'';
|
PREFIX = ''''${env.out}'';
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, dbus_glib, libxml2, libxslt, getopt, nixUnstable, dysnomia, libintlOrEmpty, libiconv }:
|
{ stdenv, fetchurl, pkgconfig, glib, libxml2, libxslt, getopt, nixUnstable, dysnomia, libintlOrEmpty, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnix-0.4";
|
name = "disnix-0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/23484781/download/4/disnix-0.4.tar.gz;
|
url = http://hydra.nixos.org/build/31143411/download/4/disnix-0.5.tar.gz;
|
||||||
sha256 = "1hvjy19br4x7cvgn0rslysrp3w7jfh30s7piq6v9j2b6k6wmh2hk";
|
sha256 = "0v0gbbcspaj67sn8ncrripa5af0m2xykyjjn2n55smz5fwx6d124";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig dbus_glib libxml2 libxslt getopt nixUnstable libintlOrEmpty libiconv dysnomia ];
|
buildInputs = [ pkgconfig glib libxml2 libxslt getopt nixUnstable libintlOrEmpty libiconv dysnomia ];
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
|
{ stdenv, fetchurl, disnix, socat, pkgconfig, getopt }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnixos-0.3";
|
name = "disnixos-0.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/23484787/download/3/disnixos-0.3.tar.gz;
|
url = http://hydra.nixos.org/build/31143419/download/3/disnixos-0.4.tar.gz;
|
||||||
sha256 = "08v9vbg3727mv4iyzwfnf5x3la2xjj1agbbzm8aaa09q7alqasvw";
|
sha256 = "0ff2k15j34b947b8pnw5xhsv9blk9kq350pcp3p3p2qclgf9ahfh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ socat pkgconfig disnix getopt ];
|
buildInputs = [ socat pkgconfig disnix getopt ];
|
||||||
|
@ -20,10 +20,10 @@ assert enableEjabberdDump -> ejabberd != null;
|
|||||||
assert enableMongoDatabase -> (mongodb != null && mongodb-tools != null);
|
assert enableMongoDatabase -> (mongodb != null && mongodb-tools != null);
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "dysnomia-0.4.1";
|
name = "dysnomia-0.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/26970202/download/1/dysnomia-0.4.1.tar.gz;
|
url = http://hydra.nixos.org/build/31143399/download/1/dysnomia-0.5.tar.gz;
|
||||||
sha256 = "03ljlsmdpglimvql2qnr4wj8ci2hj7wcc8bqipndqcahcpcc8k0f";
|
sha256 = "1dxilzcqnv60l418k1ihyh0gkai5xgzj13s9hcbbb0yp71mv7n9x";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user