sway: Add cmake version number flag

This commit is contained in:
Chris Duncan 2017-07-10 21:56:36 +01:00
parent 82ddeaba88
commit c27ebd41c5

View File

@ -26,6 +26,7 @@ in
'';
makeFlags = "PREFIX=$(out)";
cmakeFlags = "-DVERSION=${version}";
installPhase = "PREFIX=$out make install";
LD_LIBRARY_PATH = stdenv.lib.makeLibraryPath [ wlc dbus_libs ];