Loading pkgs/games/lugaru/default.nix +8 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitLab, cmake, openal, pkg-config, libogg, libvorbis, SDL2, makeWrapper, libpng, libjpeg_turbo, libGLU }: with lib; let inherit (lib) licenses maintainers platforms ; in stdenv.mkDerivation rec { Loading @@ -27,6 +33,6 @@ stdenv.mkDerivation rec { homepage = "https://osslugaru.gitlab.io"; maintainers = [ ]; platforms = platforms.linux; license = lib.licenses.gpl2Plus; license = licenses.gpl2Plus; }; } Loading
pkgs/games/lugaru/default.nix +8 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitLab, cmake, openal, pkg-config, libogg, libvorbis, SDL2, makeWrapper, libpng, libjpeg_turbo, libGLU }: with lib; let inherit (lib) licenses maintainers platforms ; in stdenv.mkDerivation rec { Loading @@ -27,6 +33,6 @@ stdenv.mkDerivation rec { homepage = "https://osslugaru.gitlab.io"; maintainers = [ ]; platforms = platforms.linux; license = lib.licenses.gpl2Plus; license = licenses.gpl2Plus; }; }