diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-05T22·25+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-12-05T22·25+0100 |
commit | 52edef34950354ecccbe8e1bf3f1aced3872b5c0 (patch) | |
tree | a4f90b4637b777ae46b8c5475c66151270c92781 | |
parent | 8d100dbef1f2aeb90b73d659e0c9691be182d9ac (diff) |
Fix RPM build
http://hydra.nixos.org/build/3436627
-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 49d73a34857e..a6a0b370da33 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.xz +Source0: %{name}-%{version}.tar.gz %if 0%{?el5} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif |