Unverified Commit b5bd1053 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #266273 from evils/xnec2c

parents a2443afa 47a196d1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, stdenv
, fetchurl
, autoreconfHook
, wrapGAppsHook
, pkg-config
, which
, gtk3
@@ -20,7 +21,12 @@ stdenv.mkDerivation rec {
    hash = "sha256-6Yrx6LkJjfnMA/kJUDWLhGzGopZeecARSrcR++UScsU=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config which ];
  nativeBuildInputs = [
    autoreconfHook
    wrapGAppsHook
    pkg-config
    which
  ];
  buildInputs = [ gtk3 blas lapack ];

  meta = with lib; {