* Add curl to the RPM dependencies. Should fix NIX-11.

This commit is contained in:
Eelco Dolstra 2005-07-12 16:08:10 +00:00
parent 22d3587f3b
commit d4879b4dfe
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%define _prefix /nix
Prefix: %{_prefix}
Requires: /usr/bin/perl
Requires: curl
# Hack to make that shitty RPM scanning hack shut up.
Provides: perl(readmanifest)