xnec2c: add wrapGAppsHook

This commit is contained in:
Evils 2023-11-08 14:31:40 +01:00
parent 85f1ba3e51
commit 47a196d1f8

View File

@ -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; {