cernlib: restrict supported arches
This commit is contained in:
parent
357f6a8b7e
commit
a1ef7fd877
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://cernlib.web.cern.ch;
|
||||
description = "Legacy collection of libraries and modules for data analysis in high energy physics";
|
||||
broken = stdenv.isDarwin;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
|
||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user