Unverified Commit a73a92d6 authored by talyz's avatar talyz
Browse files

cnijfilter_4_00: Fix build

parent 825479c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{
  stdenv,
  gcc13Stdenv,
  lib,
  fetchzip,
  autoconf,
@@ -21,6 +21,7 @@
*/

let
  stdenv = gcc13Stdenv;
  arch =
    if stdenv.hostPlatform.system == "x86_64-linux" then
      "64"