X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/92e0fce80adafcadb57f0c72c3791fdbbde6a377..0fe041bd9fa87d23b44969a3bcd99b1165a0f06e:/gnu/packages/kodi.scm diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index cba9b550d1..59ea11f812 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -104,14 +104,12 @@ (replace 'build (lambda _ (invoke "g++" "-c" "guid.cpp" "-o" "guid.o" - "-std=c++11" "-DGUID_LIBUUID") + "-DGUID_LIBUUID") (invoke "ar" "rvs" "libcrossguid.a" "guid.o"))) (replace 'check (lambda _ - (invoke "g++" "-c" "test.cpp" "-o" "test.o" - "-std=c++11") - (invoke "g++" "-c" "testmain.cpp" "-o" "testmain.o" - "-std=c++11") + (invoke "g++" "-c" "test.cpp" "-o" "test.o") + (invoke "g++" "-c" "testmain.cpp" "-o" "testmain.o") (invoke "g++" "test.o" "guid.o" "testmain.o" "-o" "test" "-luuid") (invoke (string-append (getcwd) "/test"))))