multimc: don't re-distribute package
Fixes NixOS#131983 (cherry picked from commit 8dfddb341ebaf718904722692dbbcd1d5d9d5e12)
This commit is contained in:
parent
27db642c65
commit
28188b0b42
|
@ -44,6 +44,9 @@ in mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
# upstream don't want us to re-distribute this application:
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/131983
|
||||||
|
hydraPlatforms = [];
|
||||||
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
maintainers = with maintainers; [ cleverca22 starcraft66 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue