mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
kf58: fix another inherited typo
This commit is contained in:
parent
6eeaef55e5
commit
e1700c856c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue