racket: change meta.platorms to unix
This commit is contained in:
parent
d39f16fee6
commit
dd6d4ca8cc
|
@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://racket-lang.org/;
|
homepage = http://racket-lang.org/;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ kkallio henrytill ];
|
maintainers = with maintainers; [ kkallio henrytill ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user