Unverified Commit e6b1c1cd authored by Aliaksandr's avatar Aliaksandr
Browse files

web-eid-app: move to by-name

parent 8b8533f7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
  gtest,
  pcsclite,
  pkg-config,
  qttools,
  wrapQtAppsHook,
  qt6,
}:

stdenv.mkDerivation rec {
@@ -25,8 +24,8 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    pkg-config
    qttools
    wrapQtAppsHook
    qt6.qttools
    qt6.wrapQtAppsHook
  ];

  buildInputs = [
+0 −2
Original line number Diff line number Diff line
@@ -3696,8 +3696,6 @@ with pkgs;
  # https://github.com/NixOS/nixpkgs/issues/227327
  wafHook = waf.hook;

  web-eid-app = qt6Packages.callPackage ../tools/security/web-eid-app { };

  wyrd = callPackage ../tools/misc/wyrd {
    ocamlPackages = ocaml-ng.ocamlPackages_4_14;
  };