mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
neofetch: default x11Support to true on Linux only (#437396)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
bash,
|
||||
makeWrapper,
|
||||
pciutils,
|
||||
x11Support ? !stdenvNoCC.hostPlatform.isOpenBSD,
|
||||
x11Support ? stdenvNoCC.hostPlatform.isLinux,
|
||||
ueberzug,
|
||||
fetchpatch,
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user