p4v: comment why it is broken with Qt5.15
This commit is contained in:
parent
c99a4f92ac
commit
a62425888c
pkgs/top-level
|
@ -22618,6 +22618,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
p4 = callPackage ../applications/version-management/p4 { };
|
p4 = callPackage ../applications/version-management/p4 { };
|
||||||
|
# Broken with Qt5.15 because qtwebkit is broken with it
|
||||||
p4v = libsForQt514.callPackage ../applications/version-management/p4v { };
|
p4v = libsForQt514.callPackage ../applications/version-management/p4v { };
|
||||||
|
|
||||||
partio = callPackage ../development/libraries/partio {};
|
partio = callPackage ../development/libraries/partio {};
|
||||||
|
|
Loading…
Reference in New Issue