12 lines
199 B
Nix
12 lines
199 B
Nix
{ kde, cmake, smokeqt, perl }:
|
|
|
|
kde {
|
|
#todo: qscintilla2, qwt5
|
|
buildInputs = [ smokeqt perl ];
|
|
nativeBuildInputs = [ cmake ];
|
|
|
|
meta = {
|
|
description = "Perl bindings for Qt library";
|
|
};
|
|
}
|