libxc: set platform to x86_64-linux only

This commit is contained in:
Markus Kowalewski
2018-01-26 23:21:29 +00:00
committed by Franz Pletz
parent ed8e98f653
commit 5bb712d5e8
+1 -1
View File
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
description = "Library of exchange-correlation functionals for density-functional theory";
homepage = http://octopus-code.org/wiki/Libxc;
license = licenses.lgpl3;
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ markuskowa ];
};
}