qvim: fix stdenvAdapters issue
This commit is contained in:
parent
c8bb648f0f
commit
139b10eb93
@ -8893,6 +8893,8 @@ let
|
|||||||
features = "huge"; # one of tiny, small, normal, big or huge
|
features = "huge"; # one of tiny, small, normal, big or huge
|
||||||
lua = pkgs.lua5;
|
lua = pkgs.lua5;
|
||||||
flags = [ "python" "X11" ]; # only flag "X11" by now
|
flags = [ "python" "X11" ]; # only flag "X11" by now
|
||||||
|
|
||||||
|
inherit stdenvAdapters gccApple;
|
||||||
});
|
});
|
||||||
|
|
||||||
virtviewer = callPackage ../applications/virtualization/virt-viewer {};
|
virtviewer = callPackage ../applications/virtualization/virt-viewer {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user