forked from mirrors/nixpkgs
libxc: set platform to x86_64-linux only
This commit is contained in:
parent
ed8e98f653
commit
5bb712d5e8
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue