summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ssb/patchwork-classic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ssb/patchwork-classic/default.nix')
-rw-r--r--pkgs/applications/networking/ssb/patchwork-classic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/ssb/patchwork-classic/default.nix b/pkgs/applications/networking/ssb/patchwork-classic/default.nix
index 1f8d0cba6d05..706dd6703248 100644
--- a/pkgs/applications/networking/ssb/patchwork-classic/default.nix
+++ b/pkgs/applications/networking/ssb/patchwork-classic/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, lib, makeWrapper,
# build dependencies
alsaLib, atk, cairo, cups, dbus, expat, fontconfig,
- freetype, gdk_pixbuf, glib, gnome2, nspr, nss, xorg,
+ freetype, gdk-pixbuf, glib, gnome2, nspr, nss, xorg,
glibc, systemd
}:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
expat
fontconfig
freetype
- gdk_pixbuf
+ gdk-pixbuf
glib
gnome2.GConf
gnome2.gtk
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Electron wrapper for Patchwork Classic: run as a desktop app outside the browser";
homepage = "https://github.com/ssbc/patchwork-classic-electron";
- license = licenses.gpl3;
+ license = licenses.gpl3;
maintainers = with maintainers; [ mrVanDalo ];
platforms = platforms.linux;
};