Loading pkgs/development/tools/misc/pkgconf/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"} ''; Loading Loading
pkgs/development/tools/misc/pkgconf/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"} ''; Loading