diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-05T11·05+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-05T11·05+0100 |
commit | aa61bc74729e1b96f6f345ff65fa6bd5de03df91 (patch) | |
tree | d9f70f91f9352a071467abca824d8ab84d90af42 /nix.spec.in | |
parent | 0f96966a44d76e0b625c0b17d02cc53b5233245d (diff) |
Fix RPM build
http://hydra.nixos.org/build/3436511
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index 822684c5e16a..ff0be264ecf1 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 |