mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
geant4: limit platforms to linux
This commit is contained in:
parent
fc4f99a8dd
commit
8d063d92a4
@ -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 New Issue
Block a user