summary refs log tree commit diff
path: root/pkgs/misc/screensavers
Commit message (Collapse)AuthorAge
* alock: mark linux onlyDaiderd Jordan2018-09-12
| | | | | | | | | The darwin build fails and it's probably not particularly useful there. utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC' clock_gettime(CLOCK_MONOTONIC, &t); /cc ZHF #45961
* Merge branch 'master' into staging-nextVladimír Čunát2018-08-17
|\ | | | | | | Hydra: ?compare=1473892
| * xscreensaver: 5.39 -> 5.40R. RyanTM2018-08-16
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xscreensaver/versions.
* | Merge master into stagingFrederik Rietdijk2018-08-09
|\|
| * xlockmore: 5.55 -> 5.56Pascal Wittmann2018-08-07
| |
* | treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* alock: add licensePascal Wittmann2018-07-22
| | | | see issue #43716
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: http -> httpsRyan Mulligan2018-06-23
|
* xlockmore: disable format hardening to fix buildUli Baum2018-06-13
| | | | build output was empty since hardening was enabled by default
* i3lock-pixeled: github -> gitlabMaximilian Bosch2018-06-08
| | | | | Additionally `pkgs` has been removed which makes possible overrides *way* easier.
* treewide: fix derivation namesRyan Mulligan2018-05-28
|
* xscreensaver: 5.38 -> 5.39R. RyanTM2018-04-16
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xscreensaver/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.39 with grep in /nix/store/gbzmzb9nq2frp4q1mmz2946gzcx536v3-xscreensaver-5.39 - directory tree listing: https://gist.github.com/aa36e0385c0160a833c83693ce83be28
* i3lock-pixeled: 1.1.0 -> 1.2.0Maximilian Bosch2018-04-14
| | | | | Simple feature release with some improvements. See https://github.com/Ma27/i3lock-pixeled/releases/tag/1.2.0
* Switch suckless.org URLs to httpsPascal Wittmann2018-04-11
| | | | (cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
* Remove maintainershipMatthias Beyer2018-04-06
| | | | | | | | | | | | | | | With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* light-locker: 1.7.0 -> 1.8.0Tad Fisher2018-03-30
|
* Merge pull request #36985 from obsidiansystems/no-allButJohn Ericson2018-03-14
|\ | | | | treewide: get rid of platforms.allBut
| * treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | | | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* | xfce: do not use old namesvolth2018-03-12
|/
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|/
* electricsheep: 2.7b33-2017-02-04 -> 2.7b33-2017-10-20adisbladis2018-01-28
|
* xscreensaver: 5.37 -> 5.38Matthew O'Gorman2018-01-10
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* Fix homepage links (see #30636)Pascal Wittmann2017-11-11
|
* xscreensaver: 5.36 -> 5.37Michael Raskin2017-11-11
|
* treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | I don't know where this comes from (I accidentally did that as well once), but some derivations seem to use `buildPhases` rather than `phases` in their derivations. This kills all improper usages as the lack of a `phases` argument didn't break the build, so this can be safely removed.
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * slock: adds ability to add custom patchesTobias Happ2017-09-23
| |
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* physlock: 0.5 -> 11-devtimor2017-09-10
| | | | | | | Update physlock to a more current version which supports PAM and systemd-logind. Amongst others, this should work now with the slim login manager without any additional configuration, because it does not rely on the utmp mechanism anymore.
* xssproxy: init at 1.0.0Benjamin Staffin2017-08-28
|
* xlockmore: 5.54 -> 5.55Franz Pletz2017-08-28
|
* 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
* alock: 20160713 -> 20170720Chris Martin2017-07-20
|
* alock: 20150418 -> 20160713Chris Martin2017-07-19
|
* slock: Avoid chmod u+s (#26600)mingchuan2017-06-22
|
* vlock: Don't try to install setuid binaryaszlig2017-06-22
| | | | | | | | | | | With newer Nix it's (fortunately) no longer possible to create a file with setuid bits, even though the permissions are fixed later the build will fail during installPhase already. I've verified whether the contents of the output path are the same as before this change and the contents match. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* xlockmore: 5.53 -> 5.54Pascal Wittmann2017-06-04
|
* i3lock-pixeled: fix spurious hash in replace commandJörg Thalheim2017-05-20
|
* i3lock-pixeled: use substituteInPlaceJörg Thalheim2017-05-20
|
* i3lock-pixeled: init at 1.1.0Maximilian Bosch2017-05-17
|
* xlockmore: 5.51 -> 5.53Pascal Wittmann2017-05-01
|
* slock: add configFile supportMasayuki Takeda2017-04-18
| | | | fixes #24994
* xautolock: make linux-onlyMatthew Bauer2017-04-08
|