1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sequeler: 0.6.8 -> 0.7.0

- removes libfixposix

https://github.com/Alecaddd/sequeler/releases/tag/v0.6.9
https://github.com/Alecaddd/sequeler/releases/tag/v0.7.0

cc @etu
This commit is contained in:
worldofpeace 2019-04-07 18:01:34 -04:00
parent e99d715a56
commit e8462b799c

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, pantheon, gettext, wrapGAppsHook, python3, desktop-file-utils
, gtk3, glib, libgee, libgda, gtksourceview, libxml2, libsecret, libfixposix, libssh2 }:
, gtk3, glib, libgee, libgda, gtksourceview, libxml2, libsecret, libssh2 }:
let
@ -11,18 +11,18 @@ let
in stdenv.mkDerivation rec {
pname = "sequeler";
version = "0.6.8";
version = "0.7.0";
src = fetchFromGitHub {
owner = "Alecaddd";
repo = pname;
rev = "v${version}";
sha256 = "1rx8h3bi86vk8j7c447pwm590z061js4w45nzrp66r41v0rnh5vk";
sha256 = "1x2ikagjsgnhhhwkj09ihln17mq4wjq3wwbnf02j2p3jpp4i8w1i";
};
nativeBuildInputs = [ meson ninja pkgconfig pantheon.vala gettext wrapGAppsHook python3 desktop-file-utils ];
buildInputs = [ gtk3 glib pantheon.granite libgee sqlGda gtksourceview libxml2 libsecret libfixposix libssh2 ];
buildInputs = [ gtk3 glib pantheon.granite libgee sqlGda gtksourceview libxml2 libsecret libssh2 ];
postPatch = ''
chmod +x build-aux/meson_post_install.py