diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-30T11·38+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-08-30T11·38+0200 |
commit | d1a5c28a465dfaf2601ec20f43566d6bfd6ab87d (patch) | |
tree | 7c6e1acb29caff009ba7c62aa755c58b7b1d4b7b /nix.spec.in | |
parent | 042c060f782b9fb773366ebe9e2ef42f7eefe339 (diff) |
Revert "nix.spec.in: Build from the .tar.xz file."
This reverts commit f32c6ed8730628d0cf32f7e124681b1011192a73. It breaks the RPM builds because Nixpkgs's rpmBuild function only copies in the .tar.gz file.
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 61da404a3844..edbc12d8f05c 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.bz2 %if 0%{?el5} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %endif |