···1111 repo = "ASF-ui";
1212 # updated by the update script
1313 # this is always the commit that should be used with asf-ui from the latest asf version
1414- rev = "5c7d99928e2d390bc1cd5fa74b2f422aa760d78e";
1515- sha256 = "04wcmqav2q7dchvjyy0k6g8cv5ff1sw2a238sz38670cnwx569r2";
1414+ rev = "99278781c3716064dc25e3608a344900ebb05165";
1515+ sha256 = "0nly16g39cv4lhnm40w5ci6bdwypk0gp8n70l914907hy0nvz4vg";
1616 };
17171818in
1919- nodePackages.package.override {
2020- inherit src;
1919+nodePackages.package.override {
2020+ inherit src;
21212222- # upstream isn't tagged, but we are using the latest official commit for that specific asf version (assuming both get updated at the same time)
2323- version = ArchiSteamFarm.version;
2222+ # upstream isn't tagged, but we are using the latest official commit for that specific asf version (assuming both get updated at the same time)
2323+ version = ArchiSteamFarm.version;
24242525- nativeBuildInputs = [ pkgs.nodePackages.node-gyp-build ];
2525+ nativeBuildInputs = [ pkgs.nodePackages.node-gyp-build ];
26262727- postInstall = ''
2828- patchShebangs node_modules/
2929- npm run build
3030- cp -r $out/lib/node_modules/asf-ui/dist $out/lib/dist
3131- rm -rf $out/lib/node_modules/
3232- '';
2727+ postInstall = ''
2828+ patchShebangs node_modules/
2929+ npm run build
3030+ cp -r $out/lib/node_modules/asf-ui/dist $out/lib/dist
3131+ rm -rf $out/lib/node_modules/
3232+ '';
33333434- meta = with lib; {
3535- description = "The official web interface for ASF";
3636- license = licenses.apsl20;
3737- homepage = "https://github.com/JustArchiNET/ASF-ui";
3838- platforms = ArchiSteamFarm.meta.platforms;
3939- maintainers = with maintainers; [ lom ];
4040- };
4141- }
3434+ meta = with lib; {
3535+ description = "The official web interface for ASF";
3636+ license = licenses.apsl20;
3737+ homepage = "https://github.com/JustArchiNET/ASF-ui";
3838+ inherit (ArchiSteamFarm.meta) maintainers platforms;
3939+ };
4040+}
···281281282282 # https://github.com/fpco/unliftio/issues/87
283283 unliftio = dontCheck super.unliftio;
284284-284284+ # This is the same issue as above; the rio tests call functions in unliftio
285285+ # that have issues as tracked in the GitHub issue above. Once the unliftio
286286+ # tests are fixed, we can remove this as well.
287287+ #
288288+ # We skip just the problematic tests by replacing 'it' with 'xit'.
289289+ rio = overrideCabal (drv: {
290290+ preConfigure = ''
291291+ sed -i 's/\bit /xit /g' test/RIO/FileSpec.hs
292292+ '';
293293+ }) super.rio;
285294286295 # https://github.com/haskell-crypto/cryptonite/issues/360
287296 cryptonite = appendPatch ./patches/cryptonite-remove-argon2.patch super.cryptonite;
···8787 - dhall-nix < 1.1.24
8888 # Temporarily forbid distribution-nixpkgs updates until cabal2nix supports the new version
8989 - distribution-nixpkgs < 1.7.0
9090+ # patch is primarily used by reflex packages not all of which are patch 0.0.7 compatible yet
9191+ - patch < 0.0.7
9292+ - reflex < 0.8.2.1
9393+ - reflex-dom-core < 0.7.0.2
90949195extra-packages:
9296 - aeson < 2 # required by pantry-0.5.2