compton: use stub git function instead of patching

This commit is contained in:
Jörg Thalheim 2019-01-30 08:05:51 +00:00
parent 0658554ccc
commit 585d2d79a1
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -89,10 +89,9 @@ let
libxdg_basedir libxdg_basedir
]; ];
postPatch = '' preBuild = ''
substituteInPlace meson.build \ git() { echo "v${version}"; }
--replace "run_command('git', 'describe')" \ export -f git
"run_command('echo', 'v${version}')"
''; '';
NIX_CFLAGS_COMPILE = [ "-fno-strict-aliasing" ]; NIX_CFLAGS_COMPILE = [ "-fno-strict-aliasing" ];