Unverified Commit a8e27e4f authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

nautilus: fix cross compilation (#373662)

parents 3372e9a2 b3b72ef0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ stdenv.mkDerivation (finalAttrs: {

  mesonFlags = [
    "-Ddocs=true"
    "-Dtests=${if finalAttrs.finalPackage.doCheck then "all" else "none"}"
  ];

  preFixup = ''