17 stdenv.mkDerivation rec {
18 pname = "switchboard-plug-printers";
21 src = fetchFromGitHub {
25 sha256 = "sha256-1znz8B4CGQGDiJC4Mt61XAh9wWAV8J0+K3AIpFcffXQ=";
45 updateScript = nix-update-script { };
49 description = "Switchboard Printers Plug";
50 homepage = "https://github.com/elementary/switchboard-plug-printers";
51 license = licenses.gpl3Plus;
52 platforms = platforms.linux;
53 maintainers = teams.pantheon.members;