diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-29T12·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-03-29T12·10+0000 |
commit | df101d6fca1d60d4159056e87dd1b3d6c2855661 (patch) | |
tree | 96f8ae5b680cd377db1f3ebc01096c25275857d8 /nix.spec.in | |
parent | ac4d39f9db28743b6c1e9def7a61241a50b02335 (diff) |
* Specify Perl as a dependency for the RPM.
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 e2537960e23e..81344ffdd60a 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -9,6 +9,7 @@ Source0: %{name}-@version@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot %define _prefix /nix Prefix: %{_prefix} +Requires: /usr/bin/perl %description |