mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
xpad: 5.1.0 -> 5.2.0
This commit is contained in:
parent
2da30b1384
commit
cf3542bf92
|
@ -1,23 +1,19 @@
|
||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, autoreconfHook, pkgconfig, wrapGAppsHook
|
, autoreconfHook, pkgconfig, wrapGAppsHook
|
||||||
, glib, intltool, gtk3, gtksourceview }:
|
, glib, intltool, gtk3, gtksourceview, hicolor-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xpad-${version}";
|
name = "xpad-${version}";
|
||||||
version = "5.1.0";
|
version = "5.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://launchpad.net/xpad/trunk/${version}/+download/xpad-${version}.tar.bz2";
|
url = "https://launchpad.net/xpad/trunk/${version}/+download/xpad-${version}.tar.bz2";
|
||||||
sha256 = "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3";
|
sha256 = "1ab33vg3fz57lz19jjwa3vp3vnln4pnh60hwlkq59la53s8lyijk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ glib intltool gtk3 gtksourceview ];
|
buildInputs = [ glib intltool gtk3 gtksourceview hicolor-icon-theme ];
|
||||||
|
|
||||||
autoreconfPhase = ''
|
|
||||||
./autogen.sh
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A sticky note application for jotting down things to remember";
|
description = "A sticky note application for jotting down things to remember";
|
||||||
|
|
Loading…
Reference in a new issue