* Add curl to the RPM dependencies. Should fix NIX-11.
This commit is contained in:
parent
22d3587f3b
commit
d4879b4dfe
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
%define _prefix /nix
|
%define _prefix /nix
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: /usr/bin/perl
|
Requires: /usr/bin/perl
|
||||||
|
Requires: curl
|
||||||
|
|
||||||
# Hack to make that shitty RPM scanning hack shut up.
|
# Hack to make that shitty RPM scanning hack shut up.
|
||||||
Provides: perl(readmanifest)
|
Provides: perl(readmanifest)
|
||||||
|
|
Loading…
Reference in a new issue