forked from mirrors/nixpkgs
ceptre: expand platforms to unix
This commit is contained in:
parent
7a4f83fc9d
commit
a903fedd90
|
@ -20,6 +20,6 @@ stdenv.mkDerivation {
|
|||
description = "A linear logic programming language for modeling generative interactive systems";
|
||||
homepage = "https://github.com/chrisamaphone/interactive-lp";
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue