Skip to content

Commit

Permalink
exciting: enable sgroup addon
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Oct 27, 2023
1 parent 4273bea commit 9e51e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/apps/exciting/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, gfortran, perl, libxslt, runtimeShell
, blas, lapack, mpi, arpack }:
, blas, lapack, mpi, arpack, sgroup }:

stdenv.mkDerivation rec {
pname = "exciting";
Expand Down Expand Up @@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
mpi
arpack
];
propagatedUserEnvPkgs = [ sgroup ];

installPhase = ''
mkdir -p $out/bin $out/share/exciting/species
Expand Down

0 comments on commit 9e51e59

Please sign in to comment.