cage: 0.1.1 -> 2020-01-18
This commit is contained in:
parent
2a2f4ff938
commit
4eedf77818
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub, fetchpatch
|
||||||
, meson, ninja, pkgconfig, makeWrapper
|
, meson, ninja, pkgconfig, makeWrapper
|
||||||
, wlroots, wayland, wayland-protocols, pixman, libxkbcommon
|
, wlroots, wayland, wayland-protocols, pixman, libxkbcommon
|
||||||
, systemd, libGL, libX11
|
, systemd, libGL, libX11
|
||||||
@ -6,14 +6,20 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cage";
|
pname = "cage-unstable";
|
||||||
version = "0.1.1";
|
version = "2020-01-18";
|
||||||
|
# The last stable release (0.1.1) would require at least the following 3 patches:
|
||||||
|
# - https://github.com/Hjdskes/cage/commit/33bb3c818c5971777b6f09d8821e7f078d38d262.patch
|
||||||
|
# - https://github.com/Hjdskes/cage/commit/51e6c760da51e2b885737d61a61cdc965bb9269d.patch
|
||||||
|
# - https://github.com/Hjdskes/cage/commit/84216ca2a417b237ad61c11e2f3ebbcb91681ece.patch
|
||||||
|
# Which need to be adapted due to other changes. At this point it seems
|
||||||
|
# better to use the current master version until the next stable release.
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Hjdskes";
|
owner = "Hjdskes";
|
||||||
repo = pname;
|
repo = "cage";
|
||||||
rev = "v${version}";
|
rev = "cc1f975c442ebd691b70196d76aa120ead717810";
|
||||||
sha256 = "1vp4mfkflrjmlgyx5mkbzdi3iq58m76q7l9dfrsk85xn0642d6q1";
|
sha256 = "1gkqx26pvlw00b3fgx6sh87yyjfzyj51jwxvbf9k117npkrf4b2g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig makeWrapper ];
|
nativeBuildInputs = [ meson ninja pkgconfig makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user