md4c: migrate to by-name
This commit is contained in:
parent
4b7a5975a5
commit
0d4ed02177
3 changed files with 1 additions and 3 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
# We set CMAKE_INSTALL_LIBDIR to the absolute path in $out, so
|
# We set CMAKE_INSTALL_LIBDIR to the absolute path in $out, so
|
||||||
# prefix and exec_prefix cannot be $out, too
|
# prefix and exec_prefix cannot be $out, too
|
||||||
# Use CMake's _FULL_ variables instead of `prefix` concatenation.
|
# Use CMake's _FULL_ variables instead of `prefix` concatenation.
|
||||||
./fix-pkgconfig.patch
|
./0001-fix-pkgconfig.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
|
@ -23872,8 +23872,6 @@ with pkgs;
|
||||||
|
|
||||||
mdctags = callPackage ../development/tools/misc/mdctags { };
|
mdctags = callPackage ../development/tools/misc/mdctags { };
|
||||||
|
|
||||||
md4c = callPackage ../development/libraries/md4c { };
|
|
||||||
|
|
||||||
mdds = callPackage ../development/libraries/mdds { };
|
mdds = callPackage ../development/libraries/mdds { };
|
||||||
|
|
||||||
mediastreamer = libsForQt5.callPackage ../development/libraries/mediastreamer { };
|
mediastreamer = libsForQt5.callPackage ../development/libraries/mediastreamer { };
|
||||||
|
|
Loading…
Reference in a new issue