datovka: migrate to by-name

This commit is contained in:
Guy Chronister
2026-04-05 07:36:35 -05:00
parent 728629d3d4
commit ca99a0b04c
2 changed files with 6 additions and 12 deletions
@@ -3,13 +3,9 @@
stdenv,
fetchurl,
pkg-config,
wrapQtAppsHook,
libxml2,
libdatovka,
qmake,
qtbase,
qtwebsockets,
qtsvg,
libsForQt5,
}:
stdenv.mkDerivation rec {
@@ -23,16 +19,16 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
];
buildInputs = [
libdatovka
qmake
qtbase
qtsvg
libsForQt5.qmake
libsForQt5.qtbase
libsForQt5.qtsvg
libxml2
qtwebsockets
libsForQt5.qtwebsockets
];
meta = {
-2
View File
@@ -1694,8 +1694,6 @@ with pkgs;
datasette = with python3Packages; toPythonApplication datasette;
datovka = libsForQt5.callPackage ../applications/networking/datovka { };
diagrams-builder = callPackage ../tools/graphics/diagrams-builder {
inherit (haskellPackages) ghcWithPackages diagrams-builder;
};