Compare commits

..

4 commits

Author SHA1 Message Date
Aidan Gauland 17095f9856
[BROKEN] awsmfunc: unstable-2021-01-26 -> 1.3.4
Addresses #19
2023-11-20 07:58:27 +13:00
Aidan Gauland 6a87dc2604
[BROKEN] rekt: 39 -> 1.0.0 2023-11-20 07:58:27 +13:00
Aidan Gauland 0c36903c2e
[BROKEN] placebo: 1.4.2 -> 1.4.4 2023-11-20 07:58:27 +13:00
Aidan Gauland 758cbc3cc2
Enable awsmfunc and deps in everything shell 2023-11-20 07:53:28 +13:00

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace meson.build \
--replace "vapoursynth_dep.get_variable(pkgconfig: 'libdir')" "get_option('libdir')"
--replace "vapoursynth_dep.get_pkgconfig_variable('libdir')" "get_option('libdir')"
'';
meta = with lib; {