mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mediathekview: set lib.platforms.linux
The build is failing on Darwin and the src fetchurl is hardcoded to fetch a linux tarball. This commit sets: `platforms = lib.platforms.linux` to prevent those build failures.
This commit is contained in:
parent
a894bba8a7
commit
719f038157
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "mediathek";
|
||||
maintainers = with lib.maintainers; [ makefu ];
|
||||
platforms = lib.platforms.all;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue