libxc: set platform to x86_64-linux only

This commit is contained in:
Markus Kowalewski 2018-01-26 13:40:06 -08:00 committed by Franz Pletz
parent ed8e98f653
commit 5bb712d5e8

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 ];
};
}