From aa61bc74729e1b96f6f345ff65fa6bd5de03df91 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 5 Dec 2012 12:05:43 +0100 Subject: [PATCH] Fix RPM build http://hydra.nixos.org/build/3436511 --- nix.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix.spec.in b/nix.spec.in index 822684c5e1..ff0be264ec 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -10,7 +10,7 @@ License: LGPLv2+ Group: Applications/System %endif URL: http://nixos.org/ -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.xz %if 0%{?el5} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif