smlpkg: add platforms
This commit is contained in:
parent
1ba6a57887
commit
7ca3b1a2fc
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Generic package manager for Standard ML libraries and programs";
|
description = "Generic package manager for Standard ML libraries and programs";
|
||||||
homepage = "https://github.com/diku-dk/smlpkg";
|
homepage = "https://github.com/diku-dk/smlpkg";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = mlton.meta.platforms;
|
||||||
maintainers = with maintainers; [ athas ];
|
maintainers = with maintainers; [ athas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue