Compare commits

..

4 Commits

Author SHA1 Message Date
Aidan Gauland 09d81574c8
Enable awsmfunc and deps in everything shell 2023-11-20 18:17:05 +13:00
Aidan Gauland 513f86c002
awsmfunc: unstable-2021-01-26 -> 1.3.4
Addresses #19
2023-11-20 18:17:05 +13:00
Aidan Gauland b6afee61c5
rekt: 39 -> 1.0.0 2023-11-20 18:17:05 +13:00
Aidan Gauland ebc6d24917
placebo: 1.4.2 -> 1.4.4 2023-11-20 18:17:05 +13:00
1 changed files with 1 additions and 1 deletions

View File

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