Unverified Commit 87cf213e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

openvas-smb: change platform to linux only (#350539)

parents 2e85e45a 84c6ef51
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
{ 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;
  };
}