Commit 93908113 authored by Nelson Elhage's avatar Nelson Elhage Committed by Bjørn Forsman
Browse files

xidel: Set platforms to platforms.all

The Linux-only `platforms` setting dates to 10 years ago in 7f064285, where it was accompanied by the comment

> `# more platforms will be supported when we switch to source build`

That switch happened in 2021 in d14ea149. I've confirmed that the current package builds just fine on my `aarch64-darwin` laptop.
parent 7ce0c7ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ in stdenv.mkDerivation rec {
    mainProgram = "xidel";
    homepage = "https://www.videlibri.de/xidel.html";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    platforms = platforms.all;
    maintainers = [ maintainers.bjornfor ];
  };
}