apparix: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-17 16:25:00 +07:00
parent 177614aa0b
commit d4e2b08b79

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "Add directory bookmarks, distant listing, and distant editing to the command line";
maintainers = with maintainers; [ lethalman ];
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
};
}