summary refs log tree commit diff
path: root/pkgs/os-specific/linux/piper
Commit message (Collapse)AuthorAge
* treewide: remove issue #56943 workaroundsArtturin2023-02-17
| | | | | | checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
* piper: 0.5.1 -> 0.7 (#187758)Sam A. Horvath-Hunt2022-08-28
|
* gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* piper: 0.5 -> 0.5.1R. RyanTM2020-07-06
|
* piper: 0.4 -> 0.5R. RyanTM2020-06-11
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* piper: 0.3 -> 0.4R. RyanTM2020-02-13
|
* piper: 0.2.903 -> 0.3Martin Weinelt2019-09-19
|
* piper: temporarily propagate gobject-introspectionMartin Weinelt2019-09-19
| | | | | | | On startup piper would be unable to find Pango: > ImportError: Typelib file for namespace 'Pango', version '1.0' not found Workaround for #56943
* Merge staging-next into masterFrederik Rietdijk2019-03-01
|\
| * gnome3: stop using aliasesJan Tojnar2019-02-14
| |
* | piper: 0.2.902 -> 0.2.903Tadeo Kondrak2019-01-28
|/
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* piper: fix gi dependenciesGabriel Ebner2018-10-11
| | | | Currently fails with "ValueError: Namespace Gtk not available"
* piper: init at 0.2.902Matt Votava2018-09-21
Add package piper. Piper is a gtk frontend application for ratbagctl to configure gaming mice.