md4c: migrate to by-name

This commit is contained in:
Anderson Torres 2024-01-19 19:03:38 -03:00
parent 4b7a5975a5
commit 0d4ed02177
3 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
# We set CMAKE_INSTALL_LIBDIR to the absolute path in $out, so
# prefix and exec_prefix cannot be $out, too
# Use CMake's _FULL_ variables instead of `prefix` concatenation.
./fix-pkgconfig.patch
./0001-fix-pkgconfig.patch
];
nativeBuildInputs = [

View File

@ -23872,8 +23872,6 @@ with pkgs;
mdctags = callPackage ../development/tools/misc/mdctags { };
md4c = callPackage ../development/libraries/md4c { };
mdds = callPackage ../development/libraries/mdds { };
mediastreamer = libsForQt5.callPackage ../development/libraries/mediastreamer { };