mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.
Recent changes made to gtkmm (2a0d8cfaae
),
are not applicable to gtkmm@2, as the latter does not use meson.
* gnu/packages/gtk.scm (gtkmm-2)[build-system]: New field.
[arguments]: New field.
This commit is contained in:
parent
2a0d8cfaae
commit
0dd1a5c058
1 changed files with 10 additions and 0 deletions
|
@ -1672,6 +1672,16 @@ (define-public gtkmm-2
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0wkbzvsx4kgw16f6xjdc1dz7f77ldngdila4yi5lw2zrgcxsb006"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments gtkmm)
|
||||
((#:modules modules %gnu-build-system-modules)
|
||||
`((srfi srfi-1)
|
||||
,@modules))
|
||||
((#:configure-flags flags)
|
||||
`(fold delete
|
||||
,flags
|
||||
'("-Dbuild-documentation=true")))))
|
||||
(propagated-inputs
|
||||
`(("atkmm" ,atkmm-2.28)
|
||||
("cairomm" ,cairomm-1.13)
|
||||
|
|
Loading…
Reference in a new issue