forked from mirrors/nixpkgs
colm: set meta.platforms per upstream
This commit is contained in:
parent
926ec0a08c
commit
71a5f2fad1
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A programming language for the analysis and transformation of computer languages";
|
description = "A programming language for the analysis and transformation of computer languages";
|
||||||
homepage = http://www.colm.net/open-source/colm;
|
homepage = http://www.colm.net/open-source/colm;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue