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";
|
description = "Library of exchange-correlation functionals for density-functional theory";
|
||||||
homepage = http://octopus-code.org/wiki/Libxc;
|
homepage = http://octopus-code.org/wiki/Libxc;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user