Merge pull request #266273 from evils/xnec2c

This commit is contained in:
Artturi 2023-11-13 21:17:11 +02:00 committed by GitHub
commit b5bd1053d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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