Skip to content

Commit

Permalink
libsixel: 1.10.1 -> 1.10.3
Browse files Browse the repository at this point in the history
Remove the libbsd dependency, as it is no longer used since
libsixel/libsixel#34
  • Loading branch information
ivan committed Nov 3, 2021
1 parent 718895c commit 3cd603d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/development/libraries/libsixel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,24 @@
, fetchFromGitHub
, meson
, ninja
, libbsd
, gdk-pixbuf
, gd
, libjpeg
, pkg-config
, fetchpatch
}:
stdenv.mkDerivation rec {
pname = "libsixel";
version = "1.10.1";
version = "1.10.3";

src = fetchFromGitHub {
owner = "libsixel";
repo = "libsixel";
rev = "v${version}";
sha256 = "sha256-ACypJTFjXSzBjo4hQzUiJOqnaRaZnYX+/NublN9sbBo=";
sha256 = "1nny4295ipy4ajcxmmh04c796hcds0y7z7rv3qd17mj70y8j0r2d";
};

patches = [
(fetchpatch {
url = "https://github.com/libsixel/libsixel/commit/4d3e53ee007f3b71f638875f9fabbba658b2ca8a.patch";
sha256 = "sha256-iDfsTyUczjtzV3pt1ZErbhVO2rMm2ZYKWSBl+ru+5HA=";
})
];

buildInputs = [
libbsd gdk-pixbuf gd
gdk-pixbuf gd
];

nativeBuildInputs = [
Expand Down

0 comments on commit 3cd603d

Please sign in to comment.