apparix: expand platforms to all
This commit is contained in:
parent
177614aa0b
commit
d4e2b08b79
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Add directory bookmarks, distant listing, and distant editing to the command line";
|
description = "Add directory bookmarks, distant listing, and distant editing to the command line";
|
||||||
maintainers = with maintainers; [ lethalman ];
|
maintainers = with maintainers; [ lethalman ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user