mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
RPM, Deb: Add dependency on libseccomp
This commit is contained in:
parent
52fec8dde8
commit
ab5834f7a1
2 changed files with 5 additions and 3 deletions
|
@ -20,9 +20,11 @@ Requires: curl
|
|||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: xz
|
||||
Requires: libseccomp
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
|
||||
# Hack to make that shitty RPM scanning hack shut up.
|
||||
Provides: perl(Nix::SSH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue