summary refs log tree commit diff
path: root/pkgs/development/libraries/libgksu
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* perlXMLParser -> perlPackages.XMLParservolth2018-10-12
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* libgksu: fix buildPiotr Bogdan2018-03-13
| | | | | | no longer builds after gtk-doc bump in https://github.com/NixOS/nixpkgs/commit/eb0368554661385ae470e245e50bd0bc10693bf0 https://hydra.nixos.org/build/70843465/nixlog/1
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
|
* Addressing PR feedbackParnell Springmeyer2017-01-28
|
* setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\
| * treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
| |
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-01
|/
* libgksu: disable fortify hardeningRobin Gloster2016-08-04
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* libgksu: use nativeBuildInputs and wrapGAppsHookJosé Romildo Malaquias2016-06-12
|
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | Close #12446.
* libgksu: fix sudo references (close #10524)Demin Dmitriy2015-11-11
| | | | | | | | gksudo wasn't working because libgksu used wrong sudo file which doesn't have setuid bit Committer: it isn't optimal, as it won't work on non-NixOS. I've got a patch for it to use relative paths, but apparently something's wrong with it and I don't want to kill much more time with it ATM.
* New packages: libgksu, gksuJosé Romildo Malaquias2014-08-07