mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
sway: Add cmake version number flag
This commit is contained in:
parent
82ddeaba88
commit
c27ebd41c5
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user