tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qqwing: add darwin support
Weijia Wang
3 years ago
eececd00
d2e1ec44
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
qqwing
default.nix
+1
-1
pkgs/games/qqwing/default.nix
···
30
homepage = "https://qqwing.com";
31
description = "Sudoku generating and solving software";
32
license = licenses.gpl2;
33
-
platforms = platforms.linux;
34
maintainers = with maintainers; [ ];
35
};
36
}
···
30
homepage = "https://qqwing.com";
31
description = "Sudoku generating and solving software";
32
license = licenses.gpl2;
33
+
platforms = platforms.unix;
34
maintainers = with maintainers; [ ];
35
};
36
}