mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
colm: set meta.platforms per upstream
This commit is contained in:
parent
926ec0a08c
commit
71a5f2fad1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A programming language for the analysis and transformation of computer languages";
|
||||
homepage = http://www.colm.net/open-source/colm;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue