noaa-apt: make platforms.all explicit
This commit is contained in:
parent
02e2b63aa2
commit
2ef3661fdf
@ -59,6 +59,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "http://noaa-apt.mbernardi.com.ar/";
|
homepage = "http://noaa-apt.mbernardi.com.ar/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ trepetti ];
|
maintainers = with maintainers; [ trepetti ];
|
||||||
|
platforms = platforms.all;
|
||||||
changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}";
|
changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user