Loading pkgs/applications/graphics/hello-wayland/default.nix +3 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub , imagemagick, pkg-config, wayland, wayland-protocols , unstableGitUpdater }: stdenv.mkDerivation { Loading @@ -23,6 +24,8 @@ stdenv.mkDerivation { runHook postBuild ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Hello world Wayland client"; homepage = "https://github.com/emersion/hello-wayland"; Loading Loading
pkgs/applications/graphics/hello-wayland/default.nix +3 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub , imagemagick, pkg-config, wayland, wayland-protocols , unstableGitUpdater }: stdenv.mkDerivation { Loading @@ -23,6 +24,8 @@ stdenv.mkDerivation { runHook postBuild ''; passthru.updateScript = unstableGitUpdater { }; meta = with lib; { description = "Hello world Wayland client"; homepage = "https://github.com/emersion/hello-wayland"; Loading