mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
Avoid top-level with ...;
in pkgs/games/tinyfugue/default.nix
This commit is contained in:
parent
8809c41021
commit
4a660d5bb2
@ -3,10 +3,17 @@
|
||||
, sslSupport ? true
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
assert sslSupport -> openssl != null;
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
licenses
|
||||
maintainers
|
||||
optional
|
||||
platforms
|
||||
;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tinyfugue";
|
||||
version = "50b8";
|
||||
|
Loading…
Reference in New Issue
Block a user