diff options
author | Preston <preston.bennes@gmail.com> | 2015-08-25T05·25-0700 |
---|---|---|
committer | Preston <preston.bennes@gmail.com> | 2015-08-25T05·25-0700 |
commit | 5e4b2109b5dc177ea8e50465d5ffe35275a9641a (patch) | |
tree | 0def9c6d7b5c46a3b5b5833df71a216621263dc3 /nix.spec.in | |
parent | e12cf82782d9a8c799c9dfff347866eca95e9f4a (diff) |
Update nix.spec.in
Nix requires libcurl-devel to build.
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 4dbfdfa09bc0..5fc34e1a0561 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -26,6 +26,7 @@ Requires: gzip Requires: xz BuildRequires: bzip2-devel BuildRequires: sqlite-devel +BuildRequires: libcurl-devel # Hack to make that shitty RPM scanning hack shut up. Provides: perl(Nix::SSH) |