Unverified Commit 51595aee authored by TomaSajt's avatar TomaSajt
Browse files

nekoray: enable strictDeps, fix dependency location

parent 4f554f0f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -84,11 +84,12 @@ stdenv.mkDerivation (finalAttrs: {
    fetchSubmodules = true;
  };

  strictDeps = true;

  nativeBuildInputs = [
    libsForQt5.wrapQtAppsHook
    cmake
    ninja
    protobuf
    copyDesktopItems
  ];

@@ -96,8 +97,9 @@ stdenv.mkDerivation (finalAttrs: {
    libsForQt5.qtbase
    libsForQt5.qttools
    libsForQt5.qtx11extras
    zxing-cpp
    protobuf
    yaml-cpp
    zxing-cpp
  ];

  # NKR_PACKAGE makes sure the app uses the user's config directory to store it's non-static content