mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
philter: expand platforms to all
This commit is contained in:
parent
4ab35bcda6
commit
452156e173
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Mail sorter for Maildirs";
|
||||
homepage = "http://philter.sourceforge.net";
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user