mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
agedu: expand platforms to unix
This commit is contained in:
parent
1dda78c2ec
commit
ba0a6ec44b
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/agedu/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ symphorien ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue