kf58: fix another inherited typo

This commit is contained in:
Thomas Tuegel 2015-03-24 18:21:12 -05:00
parent 6eeaef55e5
commit e1700c856c

View file

@ -112,7 +112,7 @@ let
./extra-cmake-modules/0001-extra-cmake-modules-paths.patch
];
meta =
let inherit (parseDrvName super.extra-cmake-modules.name) version; in
let inherit (builtins.parseDrvName super.extra-cmake-modules.name) version; in
{
license = with stdenv.lib.licenses; [ bsd2 ];
platforms = stdenv.lib.platforms.linux;