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";
|
description = "A linear logic programming language for modeling generative interactive systems";
|
||||||
homepage = "https://github.com/chrisamaphone/interactive-lp";
|
homepage = "https://github.com/chrisamaphone/interactive-lp";
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue