diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-03-19T13·30+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-03-19T13·30+0100 |
commit | 4b83483142c7442663ffee488789ffe572ceaea1 (patch) | |
tree | 21c5ff4c0a9a7c84f4537e04f8c87fd7f61a544a /nix.spec.in | |
parent | 7f38087f35e6f74a73bfdb28da8acd8930565d51 (diff) |
Fix the RPM
Diffstat (limited to 'nix.spec.in')
-rw-r--r-- | nix.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nix.spec.in b/nix.spec.in index e23f537ffe14..4f63f029f587 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -21,9 +21,14 @@ Requires: /usr/bin/perl Requires: curl Requires: perl-DBD-SQLite Requires: perl-devel +Requires: bzip2 +Requires: bzip2-libs +Requires: sqlite +BuildRequires: bzip2-devel +BuildRequires: sqlite-devel # Hack to make that shitty RPM scanning hack shut up. -Provides: perl(readmanifest) +Provides: perl(Nix::SSH) %description |