openvas-smb: change platform to linux only
This commit is contained in:
parent
70e46c586f
commit
84c6ef5182
@ -1,16 +1,17 @@
|
||||
{ fetchFromGitHub
|
||||
, fetchurl
|
||||
, lib
|
||||
, stdenv
|
||||
, cmake
|
||||
, git
|
||||
, pkg-config
|
||||
, glib
|
||||
, gnutls
|
||||
, perl
|
||||
, heimdal
|
||||
, popt
|
||||
, libunistring
|
||||
{
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
lib,
|
||||
stdenv,
|
||||
cmake,
|
||||
git,
|
||||
pkg-config,
|
||||
glib,
|
||||
gnutls,
|
||||
perl,
|
||||
heimdal,
|
||||
popt,
|
||||
libunistring,
|
||||
}:
|
||||
let
|
||||
heimdalConfigHeader = fetchurl {
|
||||
@ -66,6 +67,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ mi-ael ];
|
||||
mainProgram = "wmic";
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user