diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-12T16·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-12T16·08+0000 |
commit | d4879b4dfe05708eb174129141299fb343ceb946 (patch) | |
tree | 300428ced4a801cbeaf855c1ee21e885791812b7 /nix.spec.in | |
parent | 22d3587f3b850e8fc34add4d8e62911c6598ad78 (diff) |
* Add curl to the RPM dependencies. Should fix NIX-11.
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix.spec.in b/nix.spec.in index a53e1a1df3d2..4bb52269c129 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -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) |