about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* treewide: remove maintainership of `ma27` from a few packagesMaximilian Bosch2021-01-01
| | | | | | | | | | Those are packages I don't use anymore for a longer time and I therefore don't think that listing me as maintainer is a good idea. If those should be removed now, I'd be fine with that. SuperSandro2000 will take care of a few packages[1]. [1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
* Merge pull request #108057 from lourkeur/brave-installCheckDaniël de Kok2021-01-01
|\ | | | | brave: test rpath in installCheck
| * brave: test rpath in installCheckLouis Bettens2021-01-01
| | | | | | | | | | | | This check helps with making sure that we provide all the required shared libraries to brave. If something is missing, the command will get ENOENT, otherwise it should terminate normally.
* | Merge pull request #107831 from magnetophon/emulsionAnderson Torres2021-01-01
|\ \ | | | | | | emulsion: init at 7.2
| * | emulsion: init at 7.2Bart Brouns2021-01-01
| | |
* | | Merge pull request #108119 from prusnak/chiakiPavol Rusnak2021-01-01
|\ \ \ | |_|/ |/| | chiaki: cleanup package
| * | chiaki: cleanup packagePavol Rusnak2021-01-01
|/ /
* | Merge pull request #107983 from Emantor/topic/chiaki_bump_touchpadPavol Rusnak2021-01-01
|\ \ | | | | | | chiaki: 1.3.0 -> 2.0.1 & touchpad support
| * | chiaki: fix build on darwinRouven Czerwinski2021-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Darwin requires qtmacextra in the buildInputs, otherwise compilation fails with: CMake Error at /nix/store/05nmn6v1hrk56zqs61s2awvykha51fx9-qtbase-5.12.7-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): By not providing "FindQt5MacExtras.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5MacExtras", but CMake did not find one. Could not find a package configuration file provided by "Qt5MacExtras" with any of the following names: Qt5MacExtrasConfig.cmake qt5macextras-config.cmake Add the installation prefix of "Qt5MacExtras" to CMAKE_PREFIX_PATH or set "Qt5MacExtras_DIR" to a directory containing one of the above files. If "Qt5MacExtras" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): gui/CMakeLists.txt:7 (find_package) -- Configuring incomplete, errors occurred! See also "/tmp/nix-build-chiaki-2.0.1.drv-0/chiaki/build/CMakeFiles/CMakeOutput.log".
| * | chiaki: add DualShock4 touchpad supportRouven Czerwinski2021-01-01
| | | | | | | | | | | | | | | | | | Chiaki supports the touchpad on DualShock4 controllers when they are connected via USB and requires libevdev & udev for this. Add both libraries if chiaki is to be built for a Linux host.
| * | chiaki: 1.3.0 -> 2.0.1Rouven Czerwinski2020-12-30
| | | | | | | | | | | | | | | | | | | | | Also switch the upstream repository from github to git.sr.ht, since the project has been moved to sourcehut. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
* | | lombok: add bin output with lombok wrapper scriptRobert Helgesson2021-01-01
| | | | | | | | | | | | The wrapper can be used, e.g., to run the delombok command.
* | | Merge pull request #107199 from mcbeth/qrcodegenLassulus2021-01-01
|\ \ \ | | | | | | | | qrcodegen: init at 1.6.0
| * | | qrcodegen: init at 1.6.0Jeffrey McBeth2020-12-19
| | | |
* | | | jwt-cli: 3.2.1 -> 3.3.0Robert Helgesson2021-01-01
| | | |
* | | | unifont_upper: 13.0.04 -> 13.0.05Robert Helgesson2021-01-01
| | | |
* | | | unifont: 13.0.04 -> 13.0.05Robert Helgesson2021-01-01
| | | |
* | | | Merge pull request #108029 from danieldk/brave-update-scriptDaniël de Kok2021-01-01
|\ \ \ \ | | | | | | | | | | brave: add update script
| * | | | brave: 1.18.75 -> 1.18.77Daniël de Kok2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://community.brave.com/t/release-channel-1-18-77/191009
| * | | | brave: add update scriptDaniël de Kok2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Brave package often seems to get very outdated. This is bad for a browser, where vulnerabilities are high impact. This change adds an update script, so that r-ryantm will suggest updates. We find the latest version using their Debian package database (since we are using the Debian package anyway).
* | | | | Merge pull request #106688 from alyssais/autoconf-licenseDoron Behar2021-01-01
|\ \ \ \ \ | | | | | | | | | | | | autoconf: license is GPLv3+
| * | | | | autoconf: license is GPLv3+Alyssa Ross2020-12-11
| | | | | | | | | | | | | | | | | | | | | | | | 2.64 was the last GPLv2+ release.
* | | | | | Merge pull request #106682 from ↵Doron Behar2021-01-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | snicket2100/parsimonius-exclude-performance-tests parsimonious: excluding unpredictable tests
| * | | | | | parsimonious: excluding unpredictable testssnicket21002020-12-31
| | | | | | |
* | | | | | | Merge pull request #106403 from charles-dyfis-net/desync-0.9.0Doron Behar2021-01-01
|\ \ \ \ \ \ \
| * | | | | | | desync: 0.4.0 -> 0.9.0Charles Duffy2020-12-30
| | | | | | | |
* | | | | | | | Merge pull request #107906 from Mic92/wordcloudJörg Thalheim2021-01-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3.pkgs.wordcloud: 1.6.0 -> 1.8.1
| * | | | | | | | python3.pkgs.wordcloud: 1.6.0 -> 1.8.1Jörg Thalheim2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
* | | | | | | | | Merge pull request #107944 from matthewbauer/tensorflow-no-sysctlMatthew Bauer2020-12-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tensorflow1: disable sysctl.h in hwloc
| * | | | | | | | | tensorflow1: disable sysctl.h in hwlocMatthew Bauer2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to override tensorflow's hwloc configuration, since it forces sysctl.h usage which is removed since glibc 2.31. This does not appear to effect tensorflow2. See also https://github.com/tensorflow/tensorflow/issues/45861 Fixes #104801
* | | | | | | | | | Merge pull request #97140 from hirenashah/plujain-rampSandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | plujain-ramp: init at v1.1.3
| * | | | | | | | | | plujain-ramp: init at v1.1.3Hiren Shah2020-12-29
| | | | | | | | | | |
| * | | | | | | | | | maintainers: add hirenashahHiren Shah2020-12-29
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #107994 from neonfuz/koreader-licenseAnderson Torres2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | koreader: license update agpl3 -> agpl3Only
| * | | | | | | | | | | koreader: license update agpl3 -> agpl3OnlySage Raflik2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | agpl3 license is now deprecated in nixpkgs. Upstream license does not indicate that future versions of agpl apply.
* | | | | | | | | | | | Merge pull request #106674 from 0x4A6F/master-freenukumSandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | freenukum: init at 0.3.50x4A6F2021-01-01
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #106741 from cyplo/mindforger1.52Sandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mindforger: 1.48.2 -> 1.52.0
| * | | | | | | | | | | | | mindforger: 1.48.2 -> 1.52.0Cyryl Płotnicki2020-12-30
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #107934 from SuperSandro2000/gitoxide-darwinSandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitoxide: Fix build on darwin
| * | | | | | | | | | | | | | gitoxide: Fix build on darwinSandro Jäckel2020-12-30
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #107811 from llathasa-veleth/masterSandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | disfetch: init at 1.12Llathasa Veleth2020-12-28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | maintainers: add velLlathasa Veleth2020-12-28
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #107993 from jakeisnt/add-mopidy-scrobblerBernardo Meurer2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mopidy-scrobbler: init at 2.0.1
| * | | | | | | | | | | | | | | | mopidy-scrobbler: init at 2.0.1jakeisnt2020-12-31
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | mopidy: sort package declarationsjakeisnt2020-12-31
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | maintainers: add jakeisntjakeisnt2020-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort jakeisnt in maintainer list maintainers: add jakeisnt
* | | | | | | | | | | | | | | | | Merge pull request #86943 from IvarWithoutBones/betterdiscordSandro2021-01-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | betterdiscordctl: init at 1.7.0
| * | | | | | | | | | | | | | | | | betterdiscordctl: init at 1.7.0Ivar2020-09-03
| | | | | | | | | | | | | | | | | |