rofi: only works on linux
(cherry picked from commit 568079277c5a8b6711db9ac0e3f4567bdffa8747)
This commit is contained in:
parent
b57f6b26a7
commit
5e2394ae3c
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://davedavenport.github.io/rofi;
|
homepage = https://davedavenport.github.io/rofi;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mbakke garbas ma27 ];
|
maintainers = with maintainers; [ mbakke garbas ma27 ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user