Unverified Commit a7883a69 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #310206 from TomaSajt/nekoray

nekoray: enable strictDeps, fix dependency location
parents e94abec7 51595aee
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