mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
deepin.dtkwm: 2.0.11 -> 2.0.12
This commit is contained in:
parent
dfb4aa682f
commit
5c310f4d41
1 changed files with 11 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
|||
{ stdenv, mkDerivation, fetchFromGitHub, pkgconfig, qmake, qtx11extras, dtkcore,
|
||||
deepin }:
|
||||
{ stdenv, mkDerivation, fetchFromGitHub, fetchpatch, pkgconfig, qmake, qtx11extras, dtkcore, deepin }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "dtkwm";
|
||||
version = "2.0.11";
|
||||
version = "2.0.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxdeepin";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "10l89i84vsh5knq9wg2php7vfg5rj5c9hrrl9rjlcidn1rz8yx6f";
|
||||
sha256 = "0rdzzqsggqarldwb4yp5s4sf5czicgxbdmibjn0pw32129r2d1g3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -22,6 +21,14 @@ mkDerivation rec {
|
|||
qtx11extras
|
||||
];
|
||||
|
||||
patches = [
|
||||
# Set DTK_MODULE_NAME
|
||||
(fetchpatch {
|
||||
url = "https://github.com/linuxdeepin/dtkwm/commit/2490891a.patch";
|
||||
sha256 = "0krydxjpnaihkgs1n49b6mcf3rd3lkispcnkb1j5vpfs9hp9f48j";
|
||||
})
|
||||
];
|
||||
|
||||
outRef = placeholder "out";
|
||||
|
||||
qmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue