fix: define platforms for all packages
All checks were successful
Build packages / Build derivations (push) Successful in 2m24s
All checks were successful
Build packages / Build derivations (push) Successful in 2m24s
This commit is contained in:
parent
e971b6f07a
commit
bbcfc7babd
4 changed files with 17 additions and 4 deletions
|
@ -58,5 +58,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
})
|
||||
];
|
||||
|
||||
meta.mainProgram = "jaspersoft-studio-community";
|
||||
meta = {
|
||||
mainProgram = "jaspersoft-studio-community";
|
||||
inherit (temurin-bin-17.meta) platforms;
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue