Skip to content

Commit

Permalink
Solve minor bug in cs_loader_impl guix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 9, 2020
1 parent 529a8b2 commit 8689da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loaders/cs_loader/netcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message(STATUS "Plugin ${target} implementation")
if(OPTION_BUILD_GUIX)
if(DOTNET_VERSION VERSION_EQUAL "2.0" OR DOTNET_VERSION VERSION_GREATER "2.0")
execute_process(
COMMAND ${DOTNET_COMMAND} nuget locals all --list | grep global-packages | awk '{print $NF}'
COMMAND sh -c "${DOTNET_COMMAND} nuget locals all --list | grep global-packages | awk '{print $NF}'"
OUTPUT_VARIABLE DOTNET_SOURCE
)
else()
Expand Down

0 comments on commit 8689da2

Please sign in to comment.