libpkgconf: fix typo
"someting" -> "something"
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
# reason, but in this case the dev output is for the `libpkgconf` library,
|
||||
# while the aclocal stuff is for the tool. The tool is already for use during
|
||||
# development, so there is no reason to have separate "dev-bin" and "dev-lib"
|
||||
# outputs or someting.
|
||||
# outputs or something.
|
||||
+ ''
|
||||
mv ${placeholder "dev"}/share ${placeholder "out"}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user