Bumped Disnix versions and added them to release.nix
svn path=/nixpkgs/trunk/; revision=25899
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, pkgconfig, dbus_glib, libxml2, libxslt, getopt, nixUnstable, gettext, libiconv}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "disnix-0.2pre25538";
|
||||
name = "disnix-0.2pre25894";
|
||||
src = fetchurl {
|
||||
url = http://hydra.nixos.org/build/856742/download/4/disnix-0.2pre25538.tar.gz;
|
||||
sha256 = "14cb5rhapsda2s22ys3d0i6qsfw4gnvc9483f5if3xr4hg6fgq0x";
|
||||
url = http://hydra.nixos.org/build/895051/download/4/disnix-0.2pre25894.tar.gz;
|
||||
sha256 = "0f8d2hnz67ykksw6l6izf06r9w7dkmlfb4dv6waxz9r7ylaardg2";
|
||||
};
|
||||
buildInputs = [ pkgconfig dbus_glib libxml2 libxslt getopt nixUnstable ]
|
||||
++ stdenv.lib.optional (!stdenv.isLinux) libiconv
|
||||
|
||||
Reference in New Issue
Block a user