Commit 84ada07d authored by Adam Joseph's avatar Adam Joseph
Browse files

xdg-utils: mark broken if cross

parent 6b7dbf54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,5 +83,6 @@ stdenv.mkDerivation rec {
    license = if mimiSupport then licenses.gpl2 else licenses.free;
    maintainers = [ maintainers.eelco ];
    platforms = platforms.all;
    broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
  };
}