cardboard: 0.0.0-unstable=2021-01-21 -> 0.0.0+unstable=2021-05-10

This commit is contained in:
AndersonTorres 2021-05-16 02:33:25 -03:00
parent 3280de8b8c
commit 16ccf81982

View file

@ -15,6 +15,7 @@
, mesa , mesa
, meson , meson
, ninja , ninja
, pandoc
, pixman , pixman
, pkg-config , pkg-config
, unzip , unzip
@ -56,18 +57,19 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cardboard"; pname = "cardboard";
version = "0.0.0-unstable=2021-01-21"; version = "0.0.0+unstable=2021-05-10";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "cardboardwm"; owner = "cardboardwm";
repo = pname; repo = pname;
rev = "f2ef2ff076ddbbd23994553b8eff131f9bd0207f"; rev = "b54758d85164fb19468f5ca52588ebea576cd027";
hash = "sha256-43aqAWk4QoIP0BpRyPRDWFtVh/1UbrBoEeTDEF2gZX4="; hash = "sha256-Kn5NyQSDyX7/nn2bKZPnsuepkoppi5XIkdu7IDy5r4w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pandoc
pkg-config pkg-config
unzip unzip
]; ];
@ -101,6 +103,7 @@ stdenv.mkDerivation rec {
# "Inherited" from Nixpkgs expression for wlroots # "Inherited" from Nixpkgs expression for wlroots
mesonFlags = [ mesonFlags = [
"-Dman=true"
"-Dwlroots:logind-provider=systemd" "-Dwlroots:logind-provider=systemd"
"-Dwlroots:libseat=disabled" "-Dwlroots:libseat=disabled"
]; ];