From 51512d843aed2fff8a0d85582a71973c27f38e52 Mon Sep 17 00:00:00 2001 From: Lio李歐 Date: Wed, 3 Mar 2021 19:40:47 -0800 Subject: quantum-espresso: enable on darwin --- pkgs/applications/science/chemistry/quantum-espresso/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/science/chemistry/quantum-espresso') 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 ]; }; } -- cgit 1.4.1