rofi: only works on linux

(cherry picked from commit 568079277c5a8b6711db9ac0e3f4567bdffa8747)
This commit is contained in:
Matthew Bauer 2018-11-25 14:52:27 -06:00
parent b57f6b26a7
commit 5e2394ae3c

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = https://davedavenport.github.io/rofi;
license = licenses.mit;
maintainers = with maintainers; [ mbakke garbas ma27 ];
platforms = with platforms; unix;
platforms = with platforms; linux;
};
}