gnu: mit-krb5: Build with default gcc.

* gnu/packages/mit-krb5.scm (mit-krb5)[native-inputs]: Remove gcc-4.7.
master
Mark H Weaver 2015-01-05 23:09:07 +00:00
parent 23800e4736
commit cd06768e66
1 changed files with 1 additions and 5 deletions

View File

@ -41,11 +41,7 @@
(native-inputs
`(("patch/init-fix" ,(search-patch "mit-krb5-init-fix.patch"))
("bison" ,bison)
("perl" ,perl)
;; XXX: When built with GCC 4.8, the 'db_test' test program enters an
;; infinite loop. As a stopgap measure, build with GCC 4.7.
("gcc" ,gcc-4.7)))
("perl" ,perl)))
(arguments
'(#:phases
(alist-replace