about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry/quantum-espresso
diff options
context:
space:
mode:
authorLio李歐 <lionello@users.noreply.github.com>2021-03-03 19:40:47 -0800
committerGitHub <noreply@github.com>2021-03-03 19:40:47 -0800
commit51512d843aed2fff8a0d85582a71973c27f38e52 (patch)
treedcaf22314f6419d45e39bf7898f732d217cb0bb5 /pkgs/applications/science/chemistry/quantum-espresso
parent78aa2c4e9369df3c20f5e373d28b4915e327a103 (diff)
quantum-espresso: enable on darwin
Diffstat (limited to 'pkgs/applications/science/chemistry/quantum-espresso')
-rw-r--r--pkgs/applications/science/chemistry/quantum-espresso/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/chemistry/quantum-espresso/default.nix b/pkgs/applications/science/chemistry/quantum-espresso/default.nix
index 6d70e9f984f64..a348c51c28156 100644
--- a/pkgs/applications/science/chemistry/quantum-espresso/default.nix
+++ b/pkgs/applications/science/chemistry/quantum-espresso/default.nix
@@ -38,7 +38,7 @@ configureFlags = if useMpi then [ "LD=${mpi}/bin/mpif90" ] else [ "LD=${gfortran
       '';
     homepage = "https://www.quantum-espresso.org/";
     license = licenses.gpl2;
-    platforms = [ "x86_64-linux" ];
+    platforms = [ "x86_64-linux" "x86_64-darwin" ];
     maintainers = [ maintainers.costrouc ];
   };
 }