geant4: limit platforms to linux
This commit is contained in:
parent
fc4f99a8dd
commit
8d063d92a4
1 changed files with 1 additions and 1 deletions
|
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.geant4.org;
|
||||
license = licenses.g4sl;
|
||||
maintainers = with maintainers; [ tmplt ];
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue