mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
xfce.xfce4-windowck-plugin: 0.4.6 -> 0.4.10
- Switch to fork from invidian, as the fork from cedl38 is unmaintained - Update to version 0.4.10
This commit is contained in:
parent
b4180f7870
commit
66fc6d175b
@ -1,15 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, pkg-config, intltool, python3, imagemagick, libwnck, gtk2
|
{ lib, stdenv, fetchFromGitHub, pkg-config, intltool, python3, imagemagick, libwnck3, libxfce4ui, xfce4-panel, xfconf, xfce4-dev-tools, xfce }:
|
||||||
, exo, libxfce4ui, libxfce4util, xfce4-panel, xfconf, xfce4-dev-tools, xfce }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-windowck-plugin";
|
pname = "xfce4-windowck-plugin";
|
||||||
version = "0.4.6";
|
version = "0.4.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cedl38";
|
owner = "invidian";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gwrbjfv4cnlsqh05h42w41z3xs15yjj6j8y9gxvvvvlgzzp4p3g";
|
sha256 = "0l066a174v2c7ly125v9x1fgbg5bnpwdwnjh69v9kp4plp791q4n";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -20,11 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
imagemagick
|
imagemagick
|
||||||
libwnck
|
libwnck3
|
||||||
gtk2
|
|
||||||
exo
|
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
libxfce4util
|
|
||||||
xfce4-panel
|
xfce4-panel
|
||||||
xfconf
|
xfconf
|
||||||
xfce4-dev-tools
|
xfce4-dev-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user