diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-08-08T14·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-08-08T14·06+0000 |
commit | 76e0029f7ae03f30a2fa534e1eaf141437877398 (patch) | |
tree | 0f60b4d7df9f4aa7417502ac841d1970d867cc30 /nix.spec.in | |
parent | d374be551df964f000a04061e6ad9c81a7a8341c (diff) |
* Add perl-DBD-SQLite as a dependency of the RPM builds.
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 9b531dd87b3f..1819c849a3d0 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -19,6 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Prefix: /usr Requires: /usr/bin/perl Requires: curl +Requires: perl-DBD-SQLite # Hack to make that shitty RPM scanning hack shut up. Provides: perl(readmanifest) |