Skip to content

Commit 5bb712d

Browse files
markuskowafpletz
authored andcommittedJan 26, 2018
libxc: set platform to x86_64-linux only
1 parent ed8e98f commit 5bb712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/libxc/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
2626
description = "Library of exchange-correlation functionals for density-functional theory";
2727
homepage = http://octopus-code.org/wiki/Libxc;
2828
license = licenses.lgpl3;
29-
platforms = platforms.linux;
29+
platforms = [ "x86_64-linux" ];
3030
maintainers = with maintainers; [ markuskowa ];
3131
};
3232
}

0 commit comments

Comments
 (0)
Please sign in to comment.