Commit f3868b25 authored by Colin's avatar Colin
Browse files

animatch: enable strictDeps

parent 3f4ab18d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
    "-DLIBSUPERDERPY_STATIC=ON" # recommended by upstream for coexistence with other superderpy games
  ];

  strictDeps = true;

  meta = {
    homepage = "https://gitlab.com/HolyPangolin/animatch/";
    description = "Cute match three game for the Librem 5 smartphone";