[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
285/401: gnu: sysprof: Remove duplicate definition.
From: |
guix-commits |
Subject: |
285/401: gnu: sysprof: Remove duplicate definition. |
Date: |
Tue, 18 Aug 2020 16:21:58 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 55f8f75841fb0ae744c2b507dde899e2a4f69135
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Aug 10 00:19:48 2020 +0200
gnu: sysprof: Remove duplicate definition.
* gnu/packages/gnome.scm (sysprof): Remove duplicate definition.
---
gnu/packages/gnome.scm | 45 ---------------------------------------------
1 file changed, 45 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0590281..0fe8242 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13249,51 +13249,6 @@ GObject introspection bindings.")
(license (list license:lgpl2.1+ ; libfeedbackd
license:lgpl3+)))) ; the rest
-(define-public sysprof
- (package
- (name "sysprof")
- (version "3.34.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1l4kr1av7933vb4zql9c5lgzivlw64hyky4nr8xin1v5if6vnjw4"))))
- (build-system meson-build-system)
- (arguments
- `(#:configure-flags
- (list (string-append "-Dsystemdunitdir="
- %output
- "/share/systemd"))
- #:tests? #f ; 3/4 test-model-filter barfs some dbus nonsense
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-install-script
- (lambda _
- (substitute* "build-aux/meson/post_install.sh"
- (("gtk-update-icon-cache") "true")
- (("update-desktop-database") "true"))
- #t)))))
- (inputs
- `(("glib" ,glib)
- ("gtk+" ,gtk+)
- ("libdazzle" ,libdazzle)
- ("polkit" ,polkit)))
- (native-inputs
- `(("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
- ("itstool" ,itstool)
- ("pkg-config" ,pkg-config)
- ("xmllint" ,libxml2)))
- (home-page "http://www.sysprof.com/")
- (synopsis "System-wide performance profiler")
- (description "Sysprof is a sampling profiler that uses a kernel module
-to generate stacktraces which are then interpreted by the userspace program
-@command{sysprof}.")
- (license license:gpl3+)))
-
(define-public gnome-builder
(package
(name "gnome-builder")
- 265/401: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-quote., (continued)
- 265/401: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-quote., guix-commits, 2020/08/18
- 274/401: gnu: rust-cssparser-macros@0.6.0: Fix reference to rust-syn., guix-commits, 2020/08/18
- 284/401: gnu: libostree: Update package definition., guix-commits, 2020/08/18
- 277/401: gnu: rust-rgb@0.8.20: Fix references to rust-bytemuck, rust-serde, rust-serde-json., guix-commits, 2020/08/18
- 289/401: gnu: gnome-maps: Update package definition., guix-commits, 2020/08/18
- 293/401: gnu: gnome-screenshot: Update package definition., guix-commits, 2020/08/18
- 297/401: gnu: gnome-system-monitor: Update package extensions., guix-commits, 2020/08/18
- 266/401: gnu: rust-pin-project-internal@0.4.22: Fix reference to rust-quote., guix-commits, 2020/08/18
- 269/401: gnu: rust-peg@0.5.7: Remove duplicate definition., guix-commits, 2020/08/18
- 276/401: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-syn., guix-commits, 2020/08/18
- 285/401: gnu: sysprof: Remove duplicate definition.,
guix-commits <=
- 292/401: gnu: gnome-photos: Update package definition., guix-commits, 2020/08/18
- 296/401: gnu: gnome-shell-extensions: Update package definition., guix-commits, 2020/08/18
- 307/401: gnu: Add libbraille., guix-commits, 2020/08/18
- 313/401: gnu: libmusicbrainz: Propagate inputs., guix-commits, 2020/08/18
- 334/401: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/18
- 152/401: gnu: glibmm: Update package definition., guix-commits, 2020/08/18
- 183/401: gnu: gom: Update package definition., guix-commits, 2020/08/18
- 185/401: gnu: Add pedansee., guix-commits, 2020/08/18
- 191/401: gnu: gupnp-dlna: Update package definition., guix-commits, 2020/08/18
- 197/401: gnu: Add memphis., guix-commits, 2020/08/18